COLOR #E9BAC8

HEX: #E9BAC8 RGB: (233,186,200)

Color info

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

RGB color model

#E9BAC8 color RGB value is (233,186,200).

RGB: (233,186,200) (91%, 73%, 78%)

RGB channels and saturation

R 233 of 255 = 91%
G 186 of 255 = 73%
B 200 of 255 = 78%

233
186
200

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

Portions of RGB colors in percentages

R + G + B = 233 + 186 + 200 = 619 (100%)
R 233 of 619 ~ 37.64%
G 186 of 619 ~ 30.05%
B 200 of 619 ~ 32.31'%

%37.64
%30.05
%32.31

CMYK color model

#E9BAC8 color CMYK value is (0,20,14,9).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 14.16%
  • key color value is 8.63%

CMYK: (0,20,14,9)
C0M20Y14K9 (0%, 20%, 14%, 9%)
(0.00 / 0.20 / 0.14 / 0.09)

CMYK percentages

%0
%20.17
%14.16
%8.63

Codes

Color #E9BAC8 in popluar color models

E9 BA C8
RGB 233 186 200
HSL 342° 51.65% 82.16%
HSB/HSV 342° 20.17% 91.37%
CMYK 0.00% 20.17% 14.16%
8.63%

Color #E9BAC8 in popluar number systems.

HEX E9 BA C8
Decimal 233 186 200
Binary 11101001 10111010 11001000
Octal 351 272 310

Shades and tints

Shades of #E9BAC8

#E9BAC8
(233,186,200)
#D4AAB6
(212,170,182)
#BF9AA4
(191,154,164)
#AA8A92
(170,138,146)
#957A80
(149,122,128)
#806A6E
(128,106,110)
#6B5A5C
(107,90,92)
#564A4A
(86,74,74)
#413A38
(65,58,56)
#2C2A26
(44,42,38)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #E9BAC8

#E9BAC8
(233,186,200)
#EBC0CD
(235,192,205)
#EDC6D2
(237,198,210)
#EFCCD7
(239,204,215)
#F1D2DC
(241,210,220)
#F3D8E1
(243,216,225)
#F5DEE6
(245,222,230)
#F7E4EB
(247,228,235)
#F9EAF0
(249,234,240)
#FBF0F5
(251,240,245)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BAC8; }

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

This text font color is #E9BAC8.

Background Color

.myBgColor { background-color: #E9BAC8; }

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

This div background color is #E9BAC8.

Border color

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

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

This div border color is #E9BAC8.

Opacity

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

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

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

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

This text has shadow with #E9BAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BAC8.

Preview

Color preview on black background

This text has color #E9BAC8 on black background.


Color preview on white background

This text has color #E9BAC8 on white background.


Black color preview on #E9BAC8 background

This text has black color on #E9BAC8 background.


White color preview on #E9BAC8 background

This text has white color on #E9BAC8 background.


Related colors

Complementary color

Complementary color for #hex is #164537.


I love getcolorcode.com

Triadic colors

1 #C8E9BA and #BAC8E9 with #E9BAC8 are triadic colors.

2 #C8BAE9 and #BAE9C8 with #E9BAC8 are triadic colors.