COLOR #E9B8CE

HEX: #E9B8CE RGB: (233,184,206)

Color info

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

RGB color model

#E9B8CE color RGB value is (233,184,206).

RGB: (233,184,206) (91%, 72%, 81%)

RGB channels and saturation

R 233 of 255 = 91%
G 184 of 255 = 72%
B 206 of 255 = 81%

233
184
206

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

Portions of RGB colors in percentages

R + G + B = 233 + 184 + 206 = 623 (100%)
R 233 of 623 ~ 37.4%
G 184 of 623 ~ 29.53%
B 206 of 623 ~ 33.07'%

%37.4
%29.53
%33.07

CMYK color model

#E9B8CE color CMYK value is (0,21,12,9).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 11.59%
  • key color value is 8.63%

CMYK: (0,21,12,9)
C0M21Y12K9 (0%, 21%, 12%, 9%)
(0.00 / 0.21 / 0.12 / 0.09)

CMYK percentages

%0
%21.03
%11.59
%8.63

Codes

Color #E9B8CE in popluar color models

E9 B8 CE
RGB 233 184 206
HSL 333° 52.69% 81.76%
HSB/HSV 333° 21.03% 91.37%
CMYK 0.00% 21.03% 11.59%
8.63%

Color #E9B8CE in popluar number systems.

HEX E9 B8 CE
Decimal 233 184 206
Binary 11101001 10111000 11001110
Octal 351 270 316

Shades and tints

Shades of #E9B8CE

#E9B8CE
(233,184,206)
#D4A8BC
(212,168,188)
#BF98AA
(191,152,170)
#AA8898
(170,136,152)
#957886
(149,120,134)
#806874
(128,104,116)
#6B5862
(107,88,98)
#564850
(86,72,80)
#41383E
(65,56,62)
#2C282C
(44,40,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #E9B8CE

#E9B8CE
(233,184,206)
#EBBED2
(235,190,210)
#EDC4D6
(237,196,214)
#EFCADA
(239,202,218)
#F1D0DE
(241,208,222)
#F3D6E2
(243,214,226)
#F5DCE6
(245,220,230)
#F7E2EA
(247,226,234)
#F9E8EE
(249,232,238)
#FBEEF2
(251,238,242)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B8CE color. Also use rgb(233,184,206) instead hex code.

Text Font Color

.myTextColor { color: #E9B8CE; }

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

This text font color is #E9B8CE.

Background Color

.myBgColor { background-color: #E9B8CE; }

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

This div background color is #E9B8CE.

Border color

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

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

This div border color is #E9B8CE.

Opacity

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

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

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

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

This text has shadow with #E9B8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B8CE.

Preview

Color preview on black background

This text has color #E9B8CE on black background.


Color preview on white background

This text has color #E9B8CE on white background.


Black color preview on #E9B8CE background

This text has black color on #E9B8CE background.


White color preview on #E9B8CE background

This text has white color on #E9B8CE background.


Related colors

Complementary color

Complementary color for #hex is #164731.


I love getcolorcode.com

Triadic colors

1 #CEE9B8 and #B8CEE9 with #E9B8CE are triadic colors.

2 #CEB8E9 and #B8E9CE with #E9B8CE are triadic colors.