COLOR #E0E3CD

HEX: #E0E3CD
RGB: (224,227,205)

Color info

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

RGB color model

#E0E3CD color RGB value is (224,227,205).

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

RGB channels and saturation

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

224
227
205

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

Portions of RGB colors in percentages

R + G + B =
224 + 227 + 205 = 656 (100%)
R 224 of 656 ~ 34.15%
G 227 of 656 ~ 34.6%
B 205 of 656 ~ 31.25%

%34.15
%34.6
%31.25

CMYK color model

#E0E3CD color CMYK value is (1,0,10,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 10.98%
CMYK:
(1,0,10,11)
C1M0Y10K11 
(1%,0%,10%,11%)
(0.01/0.00/0.10/0.11)	

CMYK percentages

%1.32
%0
%9.69
%10.98

Codes

Color #E0E3CD in popluar color models

E0E3CD
RGB224227205
HSL68°28.21%84.71%
HSB/HSV68°9.69%89.02%
CMYK1.32%0.00%9.69%
10.98%

Color #E0E3CD in popluar number systems.

HEXE0E3CD
Decimal224227205
Binary111000001110001111001101
Octal340343315

Shades and tints

Shades of #E0E3CD

#E0E3CD
(224,227,205)
#CCCFBB
(204,207,187)
#B8BBA9
(184,187,169)
#A4A797
(164,167,151)
#909385
(144,147,133)
#7C7F73
(124,127,115)
#686B61
(104,107,97)
#54574F
(84,87,79)
#40433D
(64,67,61)
#2C2F2B
(44,47,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #E0E3CD

#E0E3CD
(224,227,205)
#E2E5D1
(226,229,209)
#E4E7D5
(228,231,213)
#E6E9D9
(230,233,217)
#E8EBDD
(232,235,221)
#EAEDE1
(234,237,225)
#ECEFE5
(236,239,229)
#EEF1E9
(238,241,233)
#F0F3ED
(240,243,237)
#F2F5F1
(242,245,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E3CD; }

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

This text font color is #E0E3CD.


Background Color

.myBgColor { background-color: #E0E3CD; }

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

This div background color is #E0E3CD.


Border color

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

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

This div border color is #E0E3CD.


Opacity

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

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

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

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

This text has shadow with #E0E3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E3CD on black background.


Color preview on white background

This text has color #E0E3CD on white background.



Black color preview on #E0E3CD background

This text has black color on #E0E3CD background.


White color preview on #E0E3CD background

This text has white color on #E0E3CD background.