COLOR #E2D8CA

HEX: #E2D8CA RGB: (226,216,202)

Color info

#E2D8CA contains red, green and blue colors in about the same proportion. Web safe color of #E2D8CA is #CCCCCC (or #CCC).

RGB color model

#E2D8CA color RGB value is (226,216,202).

RGB: (226,216,202) (89%, 85%, 79%)

RGB channels and saturation

R 226 of 255 = 89%
G 216 of 255 = 85%
B 202 of 255 = 79%

226
216
202

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

Portions of RGB colors in percentages

R + G + B = 226 + 216 + 202 = 644 (100%)
R 226 of 644 ~ 35.09%
G 216 of 644 ~ 33.54%
B 202 of 644 ~ 31.37'%

%35.09
%33.54
%31.37

CMYK color model

#E2D8CA color CMYK value is (0,4,11,11).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 10.62%
  • key color value is 11.37%

CMYK: (0,4,11,11)
C0M4Y11K11 (0%, 4%, 11%, 11%)
(0.00 / 0.04 / 0.11 / 0.11)

CMYK percentages

%0
%4.42
%10.62
%11.37

Codes

Color #E2D8CA in popluar color models

E2 D8 CA
RGB 226 216 202
HSL 35° 29.27% 83.92%
HSB/HSV 35° 10.62% 88.63%
CMYK 0.00% 4.42% 10.62%
11.37%

Color #E2D8CA in popluar number systems.

HEX E2 D8 CA
Decimal 226 216 202
Binary 11100010 11011000 11001010
Octal 342 330 312

Shades and tints

Shades of #E2D8CA

#E2D8CA
(226,216,202)
#CEC5B8
(206,197,184)
#BAB2A6
(186,178,166)
#A69F94
(166,159,148)
#928C82
(146,140,130)
#7E7970
(126,121,112)
#6A665E
(106,102,94)
#56534C
(86,83,76)
#42403A
(66,64,58)
#2E2D28
(46,45,40)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #E2D8CA

#E2D8CA
(226,216,202)
#E4DBCE
(228,219,206)
#E6DED2
(230,222,210)
#E8E1D6
(232,225,214)
#EAE4DA
(234,228,218)
#ECE7DE
(236,231,222)
#EEEAE2
(238,234,226)
#F0EDE6
(240,237,230)
#F2F0EA
(242,240,234)
#F4F3EE
(244,243,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D8CA color. Also use rgb(226,216,202) instead hex code.

Text Font Color

.myTextColor { color: #E2D8CA; }

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

This text font color is #E2D8CA.

Background Color

.myBgColor { background-color: #E2D8CA; }

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

This div background color is #E2D8CA.

Border color

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

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

This div border color is #E2D8CA.

Opacity

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

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

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

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

This text has shadow with #E2D8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D8CA.

Preview

Color preview on black background

This text has color #E2D8CA on black background.


Color preview on white background

This text has color #E2D8CA on white background.


Black color preview on #E2D8CA background

This text has black color on #E2D8CA background.


White color preview on #E2D8CA background

This text has white color on #E2D8CA background.


Related colors

Complementary color

Complementary color for #hex is #1D2735.


I love getcolorcode.com

Triadic colors

1 #CAE2D8 and #D8CAE2 with #E2D8CA are triadic colors.

2 #CAD8E2 and #D8E2CA with #E2D8CA are triadic colors.