COLOR #E7EDCD

HEX: #E7EDCD RGB: (231,237,205)

Color info

#E7EDCD contains red, green and blue colors in about the same proportion. Web safe color of #E7EDCD is #FFFFCC (or #FFC).

RGB color model

#E7EDCD color RGB value is (231,237,205).

RGB: (231,237,205) (91%, 93%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 205 of 255 = 80%

231
237
205

R + G + B ~ 88%. #E7EDCD is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 205 = 673 (100%)
R 231 of 673 ~ 34.32%
G 237 of 673 ~ 35.22%
B 205 of 673 ~ 30.46'%

%34.32
%35.22
%30.46

CMYK color model

#E7EDCD color CMYK value is (3,0,14,7).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%

CMYK: (3,0,14,7)
C3M0Y14K7 (3%, 0%, 14%, 7%)
(0.03 / 0.00 / 0.14 / 0.07)

CMYK percentages

%2.53
%0
%13.5
%7.06

Codes

Color #E7EDCD in popluar color models

E7 ED CD
RGB 231 237 205
HSL 71° 47.06% 86.67%
HSB/HSV 71° 13.50% 92.94%
CMYK 2.53% 0.00% 13.50%
7.06%

Color #E7EDCD in popluar number systems.

HEX E7 ED CD
Decimal 231 237 205
Binary 11100111 11101101 11001101
Octal 347 355 315

Shades and tints

Shades of #E7EDCD

#E7EDCD
(231,237,205)
#D2D8BB
(210,216,187)
#BDC3A9
(189,195,169)
#A8AE97
(168,174,151)
#939985
(147,153,133)
#7E8473
(126,132,115)
#696F61
(105,111,97)
#545A4F
(84,90,79)
#3F453D
(63,69,61)
#2A302B
(42,48,43)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #E7EDCD

#E7EDCD
(231,237,205)
#E9EED1
(233,238,209)
#EBEFD5
(235,239,213)
#EDF0D9
(237,240,217)
#EFF1DD
(239,241,221)
#F1F2E1
(241,242,225)
#F3F3E5
(243,243,229)
#F5F4E9
(245,244,233)
#F7F5ED
(247,245,237)
#F9F6F1
(249,246,241)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDCD; }

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

This text font color is #E7EDCD.

Background Color

.myBgColor { background-color: #E7EDCD; }

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

This div background color is #E7EDCD.

Border color

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

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

This div border color is #E7EDCD.

Opacity

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

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

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

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

This text has shadow with #E7EDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDCD.

Preview

Color preview on black background

This text has color #E7EDCD on black background.


Color preview on white background

This text has color #E7EDCD on white background.


Black color preview on #E7EDCD background

This text has black color on #E7EDCD background.


White color preview on #E7EDCD background

This text has white color on #E7EDCD background.


Related colors

Complementary color

Complementary color for #hex is #181232.


I love getcolorcode.com

Triadic colors

1 #CDE7ED and #EDCDE7 with #E7EDCD are triadic colors.

2 #CDEDE7 and #EDE7CD with #E7EDCD are triadic colors.