COLOR #E8D6CA

HEX: #E8D6CA RGB: (232,214,202)

Color info

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

RGB color model

#E8D6CA color RGB value is (232,214,202).

RGB: (232,214,202) (91%, 84%, 79%)

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 202 of 255 = 79%

232
214
202

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

Portions of RGB colors in percentages

R + G + B = 232 + 214 + 202 = 648 (100%)
R 232 of 648 ~ 35.8%
G 214 of 648 ~ 33.02%
B 202 of 648 ~ 31.17'%

%35.8
%33.02
%31.17

CMYK color model

#E8D6CA color CMYK value is (0,8,13,9).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 12.93%
  • key color value is 9.02%

CMYK: (0,8,13,9)
C0M8Y13K9 (0%, 8%, 13%, 9%)
(0.00 / 0.08 / 0.13 / 0.09)

CMYK percentages

%0
%7.76
%12.93
%9.02

Codes

Color #E8D6CA in popluar color models

E8 D6 CA
RGB 232 214 202
HSL 24° 39.47% 85.10%
HSB/HSV 24° 12.93% 90.98%
CMYK 0.00% 7.76% 12.93%
9.02%

Color #E8D6CA in popluar number systems.

HEX E8 D6 CA
Decimal 232 214 202
Binary 11101000 11010110 11001010
Octal 350 326 312

Shades and tints

Shades of #E8D6CA

#E8D6CA
(232,214,202)
#D3C3B8
(211,195,184)
#BEB0A6
(190,176,166)
#A99D94
(169,157,148)
#948A82
(148,138,130)
#7F7770
(127,119,112)
#6A645E
(106,100,94)
#55514C
(85,81,76)
#403E3A
(64,62,58)
#2B2B28
(43,43,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #E8D6CA

#E8D6CA
(232,214,202)
#EAD9CE
(234,217,206)
#ECDCD2
(236,220,210)
#EEDFD6
(238,223,214)
#F0E2DA
(240,226,218)
#F2E5DE
(242,229,222)
#F4E8E2
(244,232,226)
#F6EBE6
(246,235,230)
#F8EEEA
(248,238,234)
#FAF1EE
(250,241,238)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D6CA color. Also use rgb(232,214,202) instead hex code.

Text Font Color

.myTextColor { color: #E8D6CA; }

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

This text font color is #E8D6CA.

Background Color

.myBgColor { background-color: #E8D6CA; }

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

This div background color is #E8D6CA.

Border color

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

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

This div border color is #E8D6CA.

Opacity

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

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

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

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

This text has shadow with #E8D6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D6CA.

Preview

Color preview on black background

This text has color #E8D6CA on black background.


Color preview on white background

This text has color #E8D6CA on white background.


Black color preview on #E8D6CA background

This text has black color on #E8D6CA background.


White color preview on #E8D6CA background

This text has white color on #E8D6CA background.


Related colors

Complementary color

Complementary color for #hex is #172935.


I love getcolorcode.com

Triadic colors

1 #CAE8D6 and #D6CAE8 with #E8D6CA are triadic colors.

2 #CAD6E8 and #D6E8CA with #E8D6CA are triadic colors.