COLOR #E7EDCE

HEX: #E7EDCE RGB: (231,237,206)

Color info

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

RGB color model

#E7EDCE color RGB value is (231,237,206).

RGB: (231,237,206) (91%, 93%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 237 of 255 = 93%
B 206 of 255 = 81%

231
237
206

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

Portions of RGB colors in percentages

R + G + B = 231 + 237 + 206 = 674 (100%)
R 231 of 674 ~ 34.27%
G 237 of 674 ~ 35.16%
B 206 of 674 ~ 30.56'%

%34.27
%35.16
%30.56

CMYK color model

#E7EDCE color CMYK value is (3,0,13,7).

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

CMYK: (3,0,13,7)
C3M0Y13K7 (3%, 0%, 13%, 7%)
(0.03 / 0.00 / 0.13 / 0.07)

CMYK percentages

%2.53
%0
%13.08
%7.06

Codes

Color #E7EDCE in popluar color models

E7 ED CE
RGB 231 237 206
HSL 72° 46.27% 86.86%
HSB/HSV 72° 13.08% 92.94%
CMYK 2.53% 0.00% 13.08%
7.06%

Color #E7EDCE in popluar number systems.

HEX E7 ED CE
Decimal 231 237 206
Binary 11100111 11101101 11001110
Octal 347 355 316

Shades and tints

Shades of #E7EDCE

#E7EDCE
(231,237,206)
#D2D8BC
(210,216,188)
#BDC3AA
(189,195,170)
#A8AE98
(168,174,152)
#939986
(147,153,134)
#7E8474
(126,132,116)
#696F62
(105,111,98)
#545A50
(84,90,80)
#3F453E
(63,69,62)
#2A302C
(42,48,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #E7EDCE

#E7EDCE
(231,237,206)
#E9EED2
(233,238,210)
#EBEFD6
(235,239,214)
#EDF0DA
(237,240,218)
#EFF1DE
(239,241,222)
#F1F2E2
(241,242,226)
#F3F3E6
(243,243,230)
#F5F4EA
(245,244,234)
#F7F5EE
(247,245,238)
#F9F6F2
(249,246,242)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDCE; }

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

This text font color is #E7EDCE.

Background Color

.myBgColor { background-color: #E7EDCE; }

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

This div background color is #E7EDCE.

Border color

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

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

This div border color is #E7EDCE.

Opacity

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

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

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

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

This text has shadow with #E7EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EDCE.

Preview

Color preview on black background

This text has color #E7EDCE on black background.


Color preview on white background

This text has color #E7EDCE on white background.


Black color preview on #E7EDCE background

This text has black color on #E7EDCE background.


White color preview on #E7EDCE background

This text has white color on #E7EDCE background.


Related colors

Complementary color

Complementary color for #hex is #181231.


I love getcolorcode.com

Triadic colors

1 #CEE7ED and #EDCEE7 with #E7EDCE are triadic colors.

2 #CEEDE7 and #EDE7CE with #E7EDCE are triadic colors.