COLOR #E4D7CF

HEX: #E4D7CF
RGB: (228,215,207)

Color info

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

RGB color model

#E4D7CF color RGB value is (228,215,207).

  • red value is 228;
  • green value is 215;
  • blue value is 207.
RGB:
(228,215,207)
(89%,84%,81%)

RGB channels and saturation

R 228 of 255 = 89%
G 215 of 255 = 84%
B 207 of 255 = 81%

228
215
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 215 + 207 = 650 (100%)
R 228 of 650 ~ 35.08%
G 215 of 650 ~ 33.08%
B 207 of 650 ~ 31.85%

%35.08
%33.08
%31.85

CMYK color model

#E4D7CF color CMYK value is (0,6,9,11).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,6,9,11)
C0M6Y9K11 
(0%,6%,9%,11%)
(0.00/0.06/0.09/0.11)	

CMYK percentages

%0
%5.7
%9.21
%10.59

Codes

Color #E4D7CF in popluar color models

E4D7CF
RGB228215207
HSL23°28.00%85.29%
HSB/HSV23°9.21%89.41%
CMYK0.00%5.70%9.21%
10.59%

Color #E4D7CF in popluar number systems.

HEXE4D7CF
Decimal228215207
Binary111001001101011111001111
Octal344327317

Shades and tints

Shades of #E4D7CF

#E4D7CF
(228,215,207)
#D0C4BD
(208,196,189)
#BCB1AB
(188,177,171)
#A89E99
(168,158,153)
#948B87
(148,139,135)
#807875
(128,120,117)
#6C6563
(108,101,99)
#585251
(88,82,81)
#443F3F
(68,63,63)
#302C2D
(48,44,45)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #E4D7CF

#E4D7CF
(228,215,207)
#E6DAD3
(230,218,211)
#E8DDD7
(232,221,215)
#EAE0DB
(234,224,219)
#ECE3DF
(236,227,223)
#EEE6E3
(238,230,227)
#F0E9E7
(240,233,231)
#F2ECEB
(242,236,235)
#F4EFEF
(244,239,239)
#F6F2F3
(246,242,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7CF color. Also use rgb(228,215,207) instead hex code.

Text Font Color

.myTextColor { color: #E4D7CF; }

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

This text font color is #E4D7CF.


Background Color

.myBgColor { background-color: #E4D7CF; }

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

This div background color is #E4D7CF.


Border color

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

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

This div border color is #E4D7CF.


Opacity

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

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

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

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

This text has shadow with #E4D7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D7CF on black background.


Color preview on white background

This text has color #E4D7CF on white background.



Black color preview on #E4D7CF background

This text has black color on #E4D7CF background.


White color preview on #E4D7CF background

This text has white color on #E4D7CF background.