COLOR #E1E4CD

HEX: #E1E4CD
RGB: (225,228,205)

Color info

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

RGB color model

#E1E4CD color RGB value is (225,228,205).

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

RGB channels and saturation

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

225
228
205

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

Portions of RGB colors in percentages

R + G + B =
225 + 228 + 205 = 658 (100%)
R 225 of 658 ~ 34.19%
G 228 of 658 ~ 34.65%
B 205 of 658 ~ 31.16%

%34.19
%34.65
%31.16

CMYK color model

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

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

CMYK percentages

%1.32
%0
%10.09
%10.59

Codes

Color #E1E4CD in popluar color models

E1E4CD
RGB225228205
HSL68°29.87%84.90%
HSB/HSV68°10.09%89.41%
CMYK1.32%0.00%10.09%
10.59%

Color #E1E4CD in popluar number systems.

HEXE1E4CD
Decimal225228205
Binary111000011110010011001101
Octal341344315

Shades and tints

Shades of #E1E4CD

#E1E4CD
(225,228,205)
#CDD0BB
(205,208,187)
#B9BCA9
(185,188,169)
#A5A897
(165,168,151)
#919485
(145,148,133)
#7D8073
(125,128,115)
#696C61
(105,108,97)
#55584F
(85,88,79)
#41443D
(65,68,61)
#2D302B
(45,48,43)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1E4CD

#E1E4CD
(225,228,205)
#E3E6D1
(227,230,209)
#E5E8D5
(229,232,213)
#E7EAD9
(231,234,217)
#E9ECDD
(233,236,221)
#EBEEE1
(235,238,225)
#EDF0E5
(237,240,229)
#EFF2E9
(239,242,233)
#F1F4ED
(241,244,237)
#F3F6F1
(243,246,241)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E4CD; }

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

This text font color is #E1E4CD.


Background Color

.myBgColor { background-color: #E1E4CD; }

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

This div background color is #E1E4CD.


Border color

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

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

This div border color is #E1E4CD.


Opacity

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

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

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

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

This text has shadow with #E1E4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E4CD on black background.


Color preview on white background

This text has color #E1E4CD on white background.



Black color preview on #E1E4CD background

This text has black color on #E1E4CD background.


White color preview on #E1E4CD background

This text has white color on #E1E4CD background.