COLOR #E9BACD

HEX: #E9BACD
RGB: (233,186,205)

Color info

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

RGB color model

#E9BACD color RGB value is (233,186,205).

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

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 205 of 255 = 80%

233
186
205

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

Portions of RGB colors in percentages

R + G + B =
233 + 186 + 205 = 624 (100%)
R 233 of 624 ~ 37.34%
G 186 of 624 ~ 29.81%
B 205 of 624 ~ 32.85%

%37.34
%29.81
%32.85

CMYK color model

#E9BACD color CMYK value is (0,20,12,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK:
(0,20,12,9)
C0M20Y12K9 
(0%,20%,12%,9%)
(0.00/0.20/0.12/0.09)	

CMYK percentages

%0
%20.17
%12.02
%8.63

Codes

Color #E9BACD in popluar color models

E9BACD
RGB233186205
HSL336°51.65%82.16%
HSB/HSV336°20.17%91.37%
CMYK0.00%20.17%12.02%
8.63%

Color #E9BACD in popluar number systems.

HEXE9BACD
Decimal233186205
Binary111010011011101011001101
Octal351272315

Shades and tints

Shades of #E9BACD

#E9BACD
(233,186,205)
#D4AABB
(212,170,187)
#BF9AA9
(191,154,169)
#AA8A97
(170,138,151)
#957A85
(149,122,133)
#806A73
(128,106,115)
#6B5A61
(107,90,97)
#564A4F
(86,74,79)
#413A3D
(65,58,61)
#2C2A2B
(44,42,43)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #E9BACD

#E9BACD
(233,186,205)
#EBC0D1
(235,192,209)
#EDC6D5
(237,198,213)
#EFCCD9
(239,204,217)
#F1D2DD
(241,210,221)
#F3D8E1
(243,216,225)
#F5DEE5
(245,222,229)
#F7E4E9
(247,228,233)
#F9EAED
(249,234,237)
#FBF0F1
(251,240,241)
#FDF6F5
(253,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9BACD color. Also use rgb(233,186,205) instead hex code.

Text Font Color

.myTextColor { color: #E9BACD; }

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

This text font color is #E9BACD.


Background Color

.myBgColor { background-color: #E9BACD; }

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

This div background color is #E9BACD.


Border color

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

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

This div border color is #E9BACD.


Opacity

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

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

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

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

This text has shadow with #E9BACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9BACD on black background.


Color preview on white background

This text has color #E9BACD on white background.



Black color preview on #E9BACD background

This text has black color on #E9BACD background.


White color preview on #E9BACD background

This text has white color on #E9BACD background.