COLOR #E3D8CD

HEX: #E3D8CD RGB: (227,216,205)

Color info

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

RGB color model

#E3D8CD color RGB value is (227,216,205).

RGB: (227,216,205) (89%, 85%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 205 of 255 = 80%

227
216
205

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

Portions of RGB colors in percentages

R + G + B = 227 + 216 + 205 = 648 (100%)
R 227 of 648 ~ 35.03%
G 216 of 648 ~ 33.33%
B 205 of 648 ~ 31.64'%

%35.03
%33.33
%31.64

CMYK color model

#E3D8CD color CMYK value is (0,5,10,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK: (0,5,10,11) C0M5Y10K11 (0%,5%,10%,11%) (0.00/0.05/0.10/0.11) 

CMYK percentages

%0
%4.85
%9.69
%10.98

Codes

Color #E3D8CD in popluar color models

E3 D8 CD
RGB 227 216 205
HSL 30° 28.21% 84.71%
HSB/HSV 30° 9.69% 89.02%
CMYK 0.00% 4.85% 9.69%
10.98%

Color #E3D8CD in popluar number systems.

HEX E3 D8 CD
Decimal 227 216 205
Binary 11100011 11011000 11001101
Octal 343 330 315

Shades and tints

Shades of #E3D8CD

#E3D8CD
(227,216,205)
#CFC5BB
(207,197,187)
#BBB2A9
(187,178,169)
#A79F97
(167,159,151)
#938C85
(147,140,133)
#7F7973
(127,121,115)
#6B6661
(107,102,97)
#57534F
(87,83,79)
#43403D
(67,64,61)
#2F2D2B
(47,45,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3D8CD

#E3D8CD
(227,216,205)
#E5DBD1
(229,219,209)
#E7DED5
(231,222,213)
#E9E1D9
(233,225,217)
#EBE4DD
(235,228,221)
#EDE7E1
(237,231,225)
#EFEAE5
(239,234,229)
#F1EDE9
(241,237,233)
#F3F0ED
(243,240,237)
#F5F3F1
(245,243,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8CD color. Also use rgb(227,216,205) instead hex code.

Text Font Color

.myTextColor { color: #E3D8CD; }

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

This text font color is #E3D8CD.

Background Color

.myBgColor { background-color: #E3D8CD; }

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

This div background color is #E3D8CD.

Border color

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

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

This div border color is #E3D8CD.

Opacity

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

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

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

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

This text has shadow with #E3D8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D8CD.

Preview

Color preview on black background

This text has color #E3D8CD on black background.


Color preview on white background

This text has color #E3D8CD on white background.


Black color preview on #E3D8CD background

This text has black color on #E3D8CD background.


White color preview on #E3D8CD background

This text has white color on #E3D8CD background.


Related colors

Complementary color

Complementary color for #hex is #1C2732.


I love getcolorcode.com

Triadic colors

1 #CDE3D8 and #D8CDE3 with #E3D8CD are triadic colors.

2 #CDD8E3 and #D8E3CD with #E3D8CD are triadic colors.