COLOR #E9B7CF

HEX: #E9B7CF
RGB: (233,183,207)

Color info

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

RGB color model

#E9B7CF color RGB value is (233,183,207).

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

RGB channels and saturation

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

233
183
207

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

Portions of RGB colors in percentages

R + G + B =
233 + 183 + 207 = 623 (100%)
R 233 of 623 ~ 37.4%
G 183 of 623 ~ 29.37%
B 207 of 623 ~ 33.23%

%37.4
%29.37
%33.23

CMYK color model

#E9B7CF color CMYK value is (0,21,11,9).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 11.16%
  • key color value is 8.63%
CMYK:
(0,21,11,9)
C0M21Y11K9 
(0%,21%,11%,9%)
(0.00/0.21/0.11/0.09)	

CMYK percentages

%0
%21.46
%11.16
%8.63

Codes

Color #E9B7CF in popluar color models

E9B7CF
RGB233183207
HSL331°53.19%81.57%
HSB/HSV331°21.46%91.37%
CMYK0.00%21.46%11.16%
8.63%

Color #E9B7CF in popluar number systems.

HEXE9B7CF
Decimal233183207
Binary111010011011011111001111
Octal351267317

Shades and tints

Shades of #E9B7CF

#E9B7CF
(233,183,207)
#D4A7BD
(212,167,189)
#BF97AB
(191,151,171)
#AA8799
(170,135,153)
#957787
(149,119,135)
#806775
(128,103,117)
#6B5763
(107,87,99)
#564751
(86,71,81)
#41373F
(65,55,63)
#2C272D
(44,39,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #E9B7CF

#E9B7CF
(233,183,207)
#EBBDD3
(235,189,211)
#EDC3D7
(237,195,215)
#EFC9DB
(239,201,219)
#F1CFDF
(241,207,223)
#F3D5E3
(243,213,227)
#F5DBE7
(245,219,231)
#F7E1EB
(247,225,235)
#F9E7EF
(249,231,239)
#FBEDF3
(251,237,243)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9B7CF; }

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

This text font color is #E9B7CF.


Background Color

.myBgColor { background-color: #E9B7CF; }

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

This div background color is #E9B7CF.


Border color

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

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

This div border color is #E9B7CF.


Opacity

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

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

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

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

This text has shadow with #E9B7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B7CF on black background.


Color preview on white background

This text has color #E9B7CF on white background.



Black color preview on #E9B7CF background

This text has black color on #E9B7CF background.


White color preview on #E9B7CF background

This text has white color on #E9B7CF background.