COLOR #E4E0CD

HEX: #E4E0CD
RGB: (228,224,205)

Color info

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

RGB color model

#E4E0CD color RGB value is (228,224,205).

  • red value is 228;
  • green value is 224;
  • blue value is 205.
RGB:
(228,224,205)
(89%,88%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 205 of 255 = 80%

228
224
205

R + G + B ~ 86%. #E4E0CD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 224 + 205 = 657 (100%)
R 228 of 657 ~ 34.7%
G 224 of 657 ~ 34.09%
B 205 of 657 ~ 31.2%

%34.7
%34.09
%31.2

CMYK color model

#E4E0CD color CMYK value is (0,2,10,11).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,2,10,11)
C0M2Y10K11 
(0%,2%,10%,11%)
(0.00/0.02/0.10/0.11)	

CMYK percentages

%0
%1.75
%10.09
%10.59

Codes

Color #E4E0CD in popluar color models

E4E0CD
RGB228224205
HSL50°29.87%84.90%
HSB/HSV50°10.09%89.41%
CMYK0.00%1.75%10.09%
10.59%

Color #E4E0CD in popluar number systems.

HEXE4E0CD
Decimal228224205
Binary111001001110000011001101
Octal344340315

Shades and tints

Shades of #E4E0CD

#E4E0CD
(228,224,205)
#D0CCBB
(208,204,187)
#BCB8A9
(188,184,169)
#A8A497
(168,164,151)
#949085
(148,144,133)
#807C73
(128,124,115)
#6C6861
(108,104,97)
#58544F
(88,84,79)
#44403D
(68,64,61)
#302C2B
(48,44,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4E0CD

#E4E0CD
(228,224,205)
#E6E2D1
(230,226,209)
#E8E4D5
(232,228,213)
#EAE6D9
(234,230,217)
#ECE8DD
(236,232,221)
#EEEAE1
(238,234,225)
#F0ECE5
(240,236,229)
#F2EEE9
(242,238,233)
#F4F0ED
(244,240,237)
#F6F2F1
(246,242,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E0CD color. Also use rgb(228,224,205) instead hex code.

Text Font Color

.myTextColor { color: #E4E0CD; }

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

This text font color is #E4E0CD.


Background Color

.myBgColor { background-color: #E4E0CD; }

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

This div background color is #E4E0CD.


Border color

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

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

This div border color is #E4E0CD.


Opacity

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

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

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

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

This text has shadow with #E4E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E0CD on black background.


Color preview on white background

This text has color #E4E0CD on white background.



Black color preview on #E4E0CD background

This text has black color on #E4E0CD background.


White color preview on #E4E0CD background

This text has white color on #E4E0CD background.