COLOR #E8C9DB

HEX: #E8C9DB RGB: (232,201,219)

Color info

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

RGB color model

#E8C9DB color RGB value is (232,201,219).

RGB: (232,201,219) (91%, 79%, 86%)

RGB channels and saturation

R 232 of 255 = 91%
G 201 of 255 = 79%
B 219 of 255 = 86%

232
201
219

R + G + B ~ 85%. #E8C9DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 201 + 219 = 652 (100%)
R 232 of 652 ~ 35.58%
G 201 of 652 ~ 30.83%
B 219 of 652 ~ 33.59'%

%35.58
%30.83
%33.59

CMYK color model

#E8C9DB color CMYK value is (0,13,6,9).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK: (0,13,6,9) C0M13Y6K9 (0%,13%,6%,9%) (0.00/0.13/0.06/0.09) 

CMYK percentages

%0
%13.36
%5.6
%9.02

Codes

Color #E8C9DB in popluar color models

E8 C9 DB
RGB 232 201 219
HSL 325° 40.26% 84.90%
HSB/HSV 325° 13.36% 90.98%
CMYK 0.00% 13.36% 5.60%
9.02%

Color #E8C9DB in popluar number systems.

HEX E8 C9 DB
Decimal 232 201 219
Binary 11101000 11001001 11011011
Octal 350 311 333

Shades and tints

Shades of #E8C9DB

#E8C9DB
(232,201,219)
#D3B7C8
(211,183,200)
#BEA5B5
(190,165,181)
#A993A2
(169,147,162)
#94818F
(148,129,143)
#7F6F7C
(127,111,124)
#6A5D69
(106,93,105)
#554B56
(85,75,86)
#403943
(64,57,67)
#2B2730
(43,39,48)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #E8C9DB

#E8C9DB
(232,201,219)
#EACDDE
(234,205,222)
#ECD1E1
(236,209,225)
#EED5E4
(238,213,228)
#F0D9E7
(240,217,231)
#F2DDEA
(242,221,234)
#F4E1ED
(244,225,237)
#F6E5F0
(246,229,240)
#F8E9F3
(248,233,243)
#FAEDF6
(250,237,246)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C9DB color. Also use rgb(232,201,219) instead hex code.

Text Font Color

.myTextColor { color: #E8C9DB; }

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

This text font color is #E8C9DB.

Background Color

.myBgColor { background-color: #E8C9DB; }

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

This div background color is #E8C9DB.

Border color

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

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

This div border color is #E8C9DB.

Opacity

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

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

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

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

This text has shadow with #E8C9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C9DB.

Preview

Color preview on black background

This text has color #E8C9DB on black background.


Color preview on white background

This text has color #E8C9DB on white background.


Black color preview on #E8C9DB background

This text has black color on #E8C9DB background.


White color preview on #E8C9DB background

This text has white color on #E8C9DB background.


Related colors

Complementary color

Complementary color for #hex is #173624.


I love getcolorcode.com

Triadic colors

1 #DBE8C9 and #C9DBE8 with #E8C9DB are triadic colors.

2 #DBC9E8 and #C9E8DB with #E8C9DB are triadic colors.