COLOR #E3D8CF

HEX: #E3D8CF
RGB: (227,216,207)

Color info

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

RGB color model

#E3D8CF color RGB value is (227,216,207).

  • red value is 227;
  • green value is 216;
  • blue value is 207.
RGB:
(227,216,207)
(89%,85%,81%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 207 of 255 = 81%

227
216
207

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 207 = 650 (100%)
R 227 of 650 ~ 34.92%
G 216 of 650 ~ 33.23%
B 207 of 650 ~ 31.85%

%34.92
%33.23
%31.85

CMYK color model

#E3D8CF color CMYK value is (0,5,9,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 8.81%
  • key color value is 10.98%
CMYK:
(0,5,9,11)
C0M5Y9K11 
(0%,5%,9%,11%)
(0.00/0.05/0.09/0.11)	

CMYK percentages

%0
%4.85
%8.81
%10.98

Codes

Color #E3D8CF in popluar color models

E3D8CF
RGB227216207
HSL27°26.32%85.10%
HSB/HSV27°8.81%89.02%
CMYK0.00%4.85%8.81%
10.98%

Color #E3D8CF in popluar number systems.

HEXE3D8CF
Decimal227216207
Binary111000111101100011001111
Octal343330317

Shades and tints

Shades of #E3D8CF

#E3D8CF
(227,216,207)
#CFC5BD
(207,197,189)
#BBB2AB
(187,178,171)
#A79F99
(167,159,153)
#938C87
(147,140,135)
#7F7975
(127,121,117)
#6B6663
(107,102,99)
#575351
(87,83,81)
#43403F
(67,64,63)
#2F2D2D
(47,45,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #E3D8CF

#E3D8CF
(227,216,207)
#E5DBD3
(229,219,211)
#E7DED7
(231,222,215)
#E9E1DB
(233,225,219)
#EBE4DF
(235,228,223)
#EDE7E3
(237,231,227)
#EFEAE7
(239,234,231)
#F1EDEB
(241,237,235)
#F3F0EF
(243,240,239)
#F5F3F3
(245,243,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D8CF; }

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

This text font color is #E3D8CF.


Background Color

.myBgColor { background-color: #E3D8CF; }

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

This div background color is #E3D8CF.


Border color

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

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

This div border color is #E3D8CF.


Opacity

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

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

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

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

This text has shadow with #E3D8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8CF on black background.


Color preview on white background

This text has color #E3D8CF on white background.



Black color preview on #E3D8CF background

This text has black color on #E3D8CF background.


White color preview on #E3D8CF background

This text has white color on #E3D8CF background.