What's the simplest way to achieve coloured background for the inline equation in the following example:
\documentclass{article}
\begin{document}
Completely unimportant text
$ABC_{1234} = ABC_{1234} + ABC_{1234} - ABC_{1234} + ABC_{1234} - ABC_{1234} + ABC_{1234} - ABC_{1234} + ABC_{1234} - ABC_{1234} + ABC_{1234} - ABC_{1234} + ABC_{1234} - ABC_{1234}$
Some more text.
\end{document}
So the result would look like:

