COLOR #E7A0BA

HEX: #E7A0BA
RGB: (231,160,186)

Color info

#E7A0BA contains mainly red and blue colors. Web safe color of #E7A0BA is #FF99CC (or #F9C).

RGB color model

#E7A0BA color RGB value is (231,160,186).

  • red value is 231;
  • green value is 160;
  • blue value is 186.
RGB:
(231,160,186)
(91%,63%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 160 of 255 = 63%
B 186 of 255 = 73%

231
160
186

R + G + B ~ 76%. #E7A0BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 160 + 186 = 577 (100%)
R 231 of 577 ~ 40.03%
G 160 of 577 ~ 27.73%
B 186 of 577 ~ 32.24%

%40.03
%27.73
%32.24

CMYK color model

#E7A0BA color CMYK value is (0,31,19,9).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(0,31,19,9)
C0M31Y19K9 
(0%,31%,19%,9%)
(0.00/0.31/0.19/0.09)	

CMYK percentages

%0
%30.74
%19.48
%9.41

Codes

Color #E7A0BA in popluar color models

E7A0BA
RGB231160186
HSL338°59.66%76.67%
HSB/HSV338°30.74%90.59%
CMYK0.00%30.74%19.48%
9.41%

Color #E7A0BA in popluar number systems.

HEXE7A0BA
Decimal231160186
Binary111001111010000010111010
Octal347240272

Shades and tints

Shades of #E7A0BA

#E7A0BA
(231,160,186)
#D292AA
(210,146,170)
#BD849A
(189,132,154)
#A8768A
(168,118,138)
#93687A
(147,104,122)
#7E5A6A
(126,90,106)
#694C5A
(105,76,90)
#543E4A
(84,62,74)
#3F303A
(63,48,58)
#2A222A
(42,34,42)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #E7A0BA

#E7A0BA
(231,160,186)
#E9A8C0
(233,168,192)
#EBB0C6
(235,176,198)
#EDB8CC
(237,184,204)
#EFC0D2
(239,192,210)
#F1C8D8
(241,200,216)
#F3D0DE
(243,208,222)
#F5D8E4
(245,216,228)
#F7E0EA
(247,224,234)
#F9E8F0
(249,232,240)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A0BA color. Also use rgb(231,160,186) instead hex code.

Text Font Color

.myTextColor { color: #E7A0BA; }

<p style="color:#E7A0BA">This sample text font color is #E7A0BA.</p>

This text font color is #E7A0BA.


Background Color

.myBgColor { background-color: #E7A0BA; }

<div style="background-color:#E7A0BA">Inner text</div>

This div background color is #E7A0BA.


Border color

.myBorderColor { border: 1px solid #E7A0BA; }

<div style="border:3px solid #E7A0BA">Div</div>

This div border color is #E7A0BA.


Opacity

.myOpacity80 { color: #E7A0BA; opacity: 0.8; }

<p style="color:#E7A0BA;opacity:0.8;">80%</p>

Text with #E7A0BA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E7A0BA;}

<p style="text-shadow: 3px 3px 1px #E7A0BA">Text here.</p>

This text has shadow with #E7A0BA color.

.textShadow {text-shadow: 3px 3px 1px #E7A0BA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E7A0BA, 5px 5px 20px red">Text here.</p>

This text has shadow with #E7A0BA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7A0BA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E7A0BA, Direction=45, Strength=4)">Text</p>

This text has shadow with #E7A0BA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E7A0BA;
  -webkit-box-shadow:	1px 1px 3px 2px #E7A0BA;
  box-shadow:		1px 1px 3px 2px #E7A0BA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7A0BA;
-webkit-box-shadow: 1px 1px 3px 2px #E7A0BA;
box-shadow:1px 1px 3px 2px #E7A0BA;">
Div content here</div>
This div box has shadow with color #E7A0BA.

Preview

Color preview on black background

This text has color #E7A0BA on black background.


Color preview on white background

This text has color #E7A0BA on white background.



Black color preview on #E7A0BA background

This text has black color on #E7A0BA background.


White color preview on #E7A0BA background

This text has white color on #E7A0BA background.