COLOR #E7E0CE

HEX: #E7E0CE RGB: (231,224,206)

Color info

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

RGB color model

#E7E0CE color RGB value is (231,224,206).

RGB: (231,224,206) (91%, 88%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 206 of 255 = 81%

231
224
206

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

Portions of RGB colors in percentages

R + G + B = 231 + 224 + 206 = 661 (100%)
R 231 of 661 ~ 34.95%
G 224 of 661 ~ 33.89%
B 206 of 661 ~ 31.16'%

%34.95
%33.89
%31.16

CMYK color model

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

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

CMYK percentages

%0
%3.03
%10.82
%9.41

Codes

Color #E7E0CE in popluar color models

E7 E0 CE
RGB 231 224 206
HSL 43° 34.25% 85.69%
HSB/HSV 43° 10.82% 90.59%
CMYK 0.00% 3.03% 10.82%
9.41%

Color #E7E0CE in popluar number systems.

HEX E7 E0 CE
Decimal 231 224 206
Binary 11100111 11100000 11001110
Octal 347 340 316

Shades and tints

Shades of #E7E0CE

#E7E0CE
(231,224,206)
#D2CCBC
(210,204,188)
#BDB8AA
(189,184,170)
#A8A498
(168,164,152)
#939086
(147,144,134)
#7E7C74
(126,124,116)
#696862
(105,104,98)
#545450
(84,84,80)
#3F403E
(63,64,62)
#2A2C2C
(42,44,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #E7E0CE

#E7E0CE
(231,224,206)
#E9E2D2
(233,226,210)
#EBE4D6
(235,228,214)
#EDE6DA
(237,230,218)
#EFE8DE
(239,232,222)
#F1EAE2
(241,234,226)
#F3ECE6
(243,236,230)
#F5EEEA
(245,238,234)
#F7F0EE
(247,240,238)
#F9F2F2
(249,242,242)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0CE; }

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

This text font color is #E7E0CE.

Background Color

.myBgColor { background-color: #E7E0CE; }

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

This div background color is #E7E0CE.

Border color

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

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

This div border color is #E7E0CE.

Opacity

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

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

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

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

This text has shadow with #E7E0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E0CE.

Preview

Color preview on black background

This text has color #E7E0CE on black background.


Color preview on white background

This text has color #E7E0CE on white background.


Black color preview on #E7E0CE background

This text has black color on #E7E0CE background.


White color preview on #E7E0CE background

This text has white color on #E7E0CE background.


Related colors

Complementary color

Complementary color for #hex is #181F31.


I love getcolorcode.com

Triadic colors

1 #CEE7E0 and #E0CEE7 with #E7E0CE are triadic colors.

2 #CEE0E7 and #E0E7CE with #E7E0CE are triadic colors.