COLOR #E1E7CD

HEX: #E1E7CD RGB: (225,231,205)

Color info

#E1E7CD contains red, green and blue colors in about the same proportion. Web safe color of #E1E7CD is #CCFFCC (or #CFC).

RGB color model

#E1E7CD color RGB value is (225,231,205).

RGB: (225,231,205) (88%, 91%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 231 of 255 = 91%
B 205 of 255 = 80%

225
231
205

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

Portions of RGB colors in percentages

R + G + B = 225 + 231 + 205 = 661 (100%)
R 225 of 661 ~ 34.04%
G 231 of 661 ~ 34.95%
B 205 of 661 ~ 31.01'%

%34.04
%34.95
%31.01

CMYK color model

#E1E7CD color CMYK value is (3,0,11,9).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK: (3,0,11,9) C3M0Y11K9 (3%,0%,11%,9%) (0.03/0.00/0.11/0.09) 

CMYK percentages

%2.6
%0
%11.26
%9.41

Codes

Color #E1E7CD in popluar color models

E1 E7 CD
RGB 225 231 205
HSL 74° 35.14% 85.49%
HSB/HSV 74° 11.26% 90.59%
CMYK 2.60% 0.00% 11.26%
9.41%

Color #E1E7CD in popluar number systems.

HEX E1 E7 CD
Decimal 225 231 205
Binary 11100001 11100111 11001101
Octal 341 347 315

Shades and tints

Shades of #E1E7CD

#E1E7CD
(225,231,205)
#CDD2BB
(205,210,187)
#B9BDA9
(185,189,169)
#A5A897
(165,168,151)
#919385
(145,147,133)
#7D7E73
(125,126,115)
#696961
(105,105,97)
#55544F
(85,84,79)
#413F3D
(65,63,61)
#2D2A2B
(45,42,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #E1E7CD

#E1E7CD
(225,231,205)
#E3E9D1
(227,233,209)
#E5EBD5
(229,235,213)
#E7EDD9
(231,237,217)
#E9EFDD
(233,239,221)
#EBF1E1
(235,241,225)
#EDF3E5
(237,243,229)
#EFF5E9
(239,245,233)
#F1F7ED
(241,247,237)
#F3F9F1
(243,249,241)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E7CD; }

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

This text font color is #E1E7CD.

Background Color

.myBgColor { background-color: #E1E7CD; }

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

This div background color is #E1E7CD.

Border color

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

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

This div border color is #E1E7CD.

Opacity

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

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

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

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

This text has shadow with #E1E7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E7CD.

Preview

Color preview on black background

This text has color #E1E7CD on black background.


Color preview on white background

This text has color #E1E7CD on white background.


Black color preview on #E1E7CD background

This text has black color on #E1E7CD background.


White color preview on #E1E7CD background

This text has white color on #E1E7CD background.


Related colors

Complementary color

Complementary color for #hex is #1E1832.


I love getcolorcode.com

Triadic colors

1 #CDE1E7 and #E7CDE1 with #E1E7CD are triadic colors.

2 #CDE7E1 and #E7E1CD with #E1E7CD are triadic colors.