COLOR #E7E5CE

HEX: #E7E5CE RGB: (231,229,206)

Color info

#E7E5CE contains red, green and blue colors in about the same proportion. Web safe color of #E7E5CE is #FFCCCC (or #FCC).

RGB color model

#E7E5CE color RGB value is (231,229,206).

RGB: (231,229,206) (91%, 90%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 229 of 255 = 90%
B 206 of 255 = 81%

231
229
206

R + G + B ~ 87%. #E7E5CE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 229 + 206 = 666 (100%)
R 231 of 666 ~ 34.68%
G 229 of 666 ~ 34.38%
B 206 of 666 ~ 30.93'%

%34.68
%34.38
%30.93

CMYK color model

#E7E5CE color CMYK value is (0,1,11,9).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 10.82%
  • key color value is 9.41%

CMYK: (0,1,11,9)
C0M1Y11K9 (0%, 1%, 11%, 9%)
(0.00 / 0.01 / 0.11 / 0.09)

CMYK percentages

%0
%0.87
%10.82
%9.41

Codes

Color #E7E5CE in popluar color models

E7 E5 CE
RGB 231 229 206
HSL 55° 34.25% 85.69%
HSB/HSV 55° 10.82% 90.59%
CMYK 0.00% 0.87% 10.82%
9.41%

Color #E7E5CE in popluar number systems.

HEX E7 E5 CE
Decimal 231 229 206
Binary 11100111 11100101 11001110
Octal 347 345 316

Shades and tints

Shades of #E7E5CE

#E7E5CE
(231,229,206)
#D2D1BC
(210,209,188)
#BDBDAA
(189,189,170)
#A8A998
(168,169,152)
#939586
(147,149,134)
#7E8174
(126,129,116)
#696D62
(105,109,98)
#545950
(84,89,80)
#3F453E
(63,69,62)
#2A312C
(42,49,44)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #E7E5CE

#E7E5CE
(231,229,206)
#E9E7D2
(233,231,210)
#EBE9D6
(235,233,214)
#EDEBDA
(237,235,218)
#EFEDDE
(239,237,222)
#F1EFE2
(241,239,226)
#F3F1E6
(243,241,230)
#F5F3EA
(245,243,234)
#F7F5EE
(247,245,238)
#F9F7F2
(249,247,242)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E5CE; }

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

This text font color is #E7E5CE.

Background Color

.myBgColor { background-color: #E7E5CE; }

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

This div background color is #E7E5CE.

Border color

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

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

This div border color is #E7E5CE.

Opacity

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

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

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

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

This text has shadow with #E7E5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E5CE.

Preview

Color preview on black background

This text has color #E7E5CE on black background.


Color preview on white background

This text has color #E7E5CE on white background.


Black color preview on #E7E5CE background

This text has black color on #E7E5CE background.


White color preview on #E7E5CE background

This text has white color on #E7E5CE background.


Related colors

Complementary color

Complementary color for #hex is #181A31.


I love getcolorcode.com

Triadic colors

1 #CEE7E5 and #E5CEE7 with #E7E5CE are triadic colors.

2 #CEE5E7 and #E5E7CE with #E7E5CE are triadic colors.