COLOR #E8D0C9

HEX: #E8D0C9 RGB: (232,208,201)

Color info

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

RGB color model

#E8D0C9 color RGB value is (232,208,201).

RGB: (232,208,201) (91%, 82%, 79%)

RGB channels and saturation

R 232 of 255 = 91%
G 208 of 255 = 82%
B 201 of 255 = 79%

232
208
201

R + G + B ~ 84%. #E8D0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 208 + 201 = 641 (100%)
R 232 of 641 ~ 36.19%
G 208 of 641 ~ 32.45%
B 201 of 641 ~ 31.36'%

%36.19
%32.45
%31.36

CMYK color model

#E8D0C9 color CMYK value is (0,10,13,9).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 13.36%
  • key color value is 9.02%

CMYK: (0,10,13,9)
C0M10Y13K9 (0%, 10%, 13%, 9%)
(0.00 / 0.10 / 0.13 / 0.09)

CMYK percentages

%0
%10.34
%13.36
%9.02

Codes

Color #E8D0C9 in popluar color models

E8 D0 C9
RGB 232 208 201
HSL 14° 40.26% 84.90%
HSB/HSV 14° 13.36% 90.98%
CMYK 0.00% 10.34% 13.36%
9.02%

Color #E8D0C9 in popluar number systems.

HEX E8 D0 C9
Decimal 232 208 201
Binary 11101000 11010000 11001001
Octal 350 320 311

Shades and tints

Shades of #E8D0C9

#E8D0C9
(232,208,201)
#D3BEB7
(211,190,183)
#BEACA5
(190,172,165)
#A99A93
(169,154,147)
#948881
(148,136,129)
#7F766F
(127,118,111)
#6A645D
(106,100,93)
#55524B
(85,82,75)
#404039
(64,64,57)
#2B2E27
(43,46,39)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #E8D0C9

#E8D0C9
(232,208,201)
#EAD4CD
(234,212,205)
#ECD8D1
(236,216,209)
#EEDCD5
(238,220,213)
#F0E0D9
(240,224,217)
#F2E4DD
(242,228,221)
#F4E8E1
(244,232,225)
#F6ECE5
(246,236,229)
#F8F0E9
(248,240,233)
#FAF4ED
(250,244,237)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D0C9; }

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

This text font color is #E8D0C9.

Background Color

.myBgColor { background-color: #E8D0C9; }

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

This div background color is #E8D0C9.

Border color

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

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

This div border color is #E8D0C9.

Opacity

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

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

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

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

This text has shadow with #E8D0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D0C9.

Preview

Color preview on black background

This text has color #E8D0C9 on black background.


Color preview on white background

This text has color #E8D0C9 on white background.


Black color preview on #E8D0C9 background

This text has black color on #E8D0C9 background.


White color preview on #E8D0C9 background

This text has white color on #E8D0C9 background.


Related colors

Complementary color

Complementary color for #hex is #172F36.


I love getcolorcode.com

Triadic colors

1 #C9E8D0 and #D0C9E8 with #E8D0C9 are triadic colors.

2 #C9D0E8 and #D0E8C9 with #E8D0C9 are triadic colors.