COLOR #E8B9CD

HEX: #E8B9CD
RGB: (232,185,205)

Color info

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

RGB color model

#E8B9CD color RGB value is (232,185,205).

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

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 205 of 255 = 80%

232
185
205

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

Portions of RGB colors in percentages

R + G + B =
232 + 185 + 205 = 622 (100%)
R 232 of 622 ~ 37.3%
G 185 of 622 ~ 29.74%
B 205 of 622 ~ 32.96%

%37.3
%29.74
%32.96

CMYK color model

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

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

CMYK percentages

%0
%20.26
%11.64
%9.02

Codes

Color #E8B9CD in popluar color models

E8B9CD
RGB232185205
HSL334°50.54%81.76%
HSB/HSV334°20.26%90.98%
CMYK0.00%20.26%11.64%
9.02%

Color #E8B9CD in popluar number systems.

HEXE8B9CD
Decimal232185205
Binary111010001011100111001101
Octal350271315

Shades and tints

Shades of #E8B9CD

#E8B9CD
(232,185,205)
#D3A9BB
(211,169,187)
#BE99A9
(190,153,169)
#A98997
(169,137,151)
#947985
(148,121,133)
#7F6973
(127,105,115)
#6A5961
(106,89,97)
#55494F
(85,73,79)
#40393D
(64,57,61)
#2B292B
(43,41,43)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #E8B9CD

#E8B9CD
(232,185,205)
#EABFD1
(234,191,209)
#ECC5D5
(236,197,213)
#EECBD9
(238,203,217)
#F0D1DD
(240,209,221)
#F2D7E1
(242,215,225)
#F4DDE5
(244,221,229)
#F6E3E9
(246,227,233)
#F8E9ED
(248,233,237)
#FAEFF1
(250,239,241)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B9CD color. Also use rgb(232,185,205) instead hex code.

Text Font Color

.myTextColor { color: #E8B9CD; }

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

This text font color is #E8B9CD.


Background Color

.myBgColor { background-color: #E8B9CD; }

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

This div background color is #E8B9CD.


Border color

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

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

This div border color is #E8B9CD.


Opacity

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

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

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

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

This text has shadow with #E8B9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B9CD on black background.


Color preview on white background

This text has color #E8B9CD on white background.



Black color preview on #E8B9CD background

This text has black color on #E8B9CD background.


White color preview on #E8B9CD background

This text has white color on #E8B9CD background.