COLOR #E9B7CE

HEX: #E9B7CE
RGB: (233,183,206)

Color info

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

RGB color model

#E9B7CE color RGB value is (233,183,206).

  • red value is 233;
  • green value is 183;
  • blue value is 206.
RGB:
(233,183,206)
(91%,72%,81%)

RGB channels and saturation

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

233
183
206

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

Portions of RGB colors in percentages

R + G + B =
233 + 183 + 206 = 622 (100%)
R 233 of 622 ~ 37.46%
G 183 of 622 ~ 29.42%
B 206 of 622 ~ 33.12%

%37.46
%29.42
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.46%
  • 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.46
%11.59
%8.63

Codes

Color #E9B7CE in popluar color models

E9B7CE
RGB233183206
HSL332°53.19%81.57%
HSB/HSV332°21.46%91.37%
CMYK0.00%21.46%11.59%
8.63%

Color #E9B7CE in popluar number systems.

HEXE9B7CE
Decimal233183206
Binary111010011011011111001110
Octal351267316

Shades and tints

Shades of #E9B7CE

#E9B7CE
(233,183,206)
#D4A7BC
(212,167,188)
#BF97AA
(191,151,170)
#AA8798
(170,135,152)
#957786
(149,119,134)
#806774
(128,103,116)
#6B5762
(107,87,98)
#564750
(86,71,80)
#41373E
(65,55,62)
#2C272C
(44,39,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #E9B7CE

#E9B7CE
(233,183,206)
#EBBDD2
(235,189,210)
#EDC3D6
(237,195,214)
#EFC9DA
(239,201,218)
#F1CFDE
(241,207,222)
#F3D5E2
(243,213,226)
#F5DBE6
(245,219,230)
#F7E1EA
(247,225,234)
#F9E7EE
(249,231,238)
#FBEDF2
(251,237,242)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B7CE; }

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

This text font color is #E9B7CE.


Background Color

.myBgColor { background-color: #E9B7CE; }

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

This div background color is #E9B7CE.


Border color

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

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

This div border color is #E9B7CE.


Opacity

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

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

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

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

This text has shadow with #E9B7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B7CE on black background.


Color preview on white background

This text has color #E9B7CE on white background.



Black color preview on #E9B7CE background

This text has black color on #E9B7CE background.


White color preview on #E9B7CE background

This text has white color on #E9B7CE background.