COLOR #E7BACC

HEX: #E7BACC
RGB: (231,186,204)

Color info

#E7BACC contains red, green and blue colors in about the same proportion. Web safe color of #E7BACC is #FFCCCC (or #FCC).

RGB color model

#E7BACC color RGB value is (231,186,204).

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

RGB channels and saturation

R 231 of 255 = 91%
G 186 of 255 = 73%
B 204 of 255 = 80%

231
186
204

R + G + B ~ 81%. #E7BACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 186 + 204 = 621 (100%)
R 231 of 621 ~ 37.2%
G 186 of 621 ~ 29.95%
B 204 of 621 ~ 32.85%

%37.2
%29.95
%32.85

CMYK color model

#E7BACC color CMYK value is (0,19,12,9).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,19,12,9)
C0M19Y12K9 
(0%,19%,12%,9%)
(0.00/0.19/0.12/0.09)	

CMYK percentages

%0
%19.48
%11.69
%9.41

Codes

Color #E7BACC in popluar color models

E7BACC
RGB231186204
HSL336°48.39%81.76%
HSB/HSV336°19.48%90.59%
CMYK0.00%19.48%11.69%
9.41%

Color #E7BACC in popluar number systems.

HEXE7BACC
Decimal231186204
Binary111001111011101011001100
Octal347272314

Shades and tints

Shades of #E7BACC

#E7BACC
(231,186,204)
#D2AABA
(210,170,186)
#BD9AA8
(189,154,168)
#A88A96
(168,138,150)
#937A84
(147,122,132)
#7E6A72
(126,106,114)
#695A60
(105,90,96)
#544A4E
(84,74,78)
#3F3A3C
(63,58,60)
#2A2A2A
(42,42,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #E7BACC

#E7BACC
(231,186,204)
#E9C0D0
(233,192,208)
#EBC6D4
(235,198,212)
#EDCCD8
(237,204,216)
#EFD2DC
(239,210,220)
#F1D8E0
(241,216,224)
#F3DEE4
(243,222,228)
#F5E4E8
(245,228,232)
#F7EAEC
(247,234,236)
#F9F0F0
(249,240,240)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BACC; }

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

This text font color is #E7BACC.


Background Color

.myBgColor { background-color: #E7BACC; }

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

This div background color is #E7BACC.


Border color

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

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

This div border color is #E7BACC.


Opacity

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

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

Text with #E7BACC 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 #E7BACC;}

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

This text has shadow with #E7BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BACC on black background.


Color preview on white background

This text has color #E7BACC on white background.



Black color preview on #E7BACC background

This text has black color on #E7BACC background.


White color preview on #E7BACC background

This text has white color on #E7BACC background.