COLOR #E7E0CF

HEX: #E7E0CF
RGB: (231,224,207)

Color info

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

RGB color model

#E7E0CF color RGB value is (231,224,207).

  • red value is 231;
  • green value is 224;
  • blue value is 207.
RGB:
(231,224,207)
(91%,88%,81%)

RGB channels and saturation

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

231
224
207

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

Portions of RGB colors in percentages

R + G + B =
231 + 224 + 207 = 662 (100%)
R 231 of 662 ~ 34.89%
G 224 of 662 ~ 33.84%
B 207 of 662 ~ 31.27%

%34.89
%33.84
%31.27

CMYK color model

#E7E0CF color CMYK value is (0,3,10,9).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 10.39%
  • key color value is 9.41%
CMYK:
(0,3,10,9)
C0M3Y10K9 
(0%,3%,10%,9%)
(0.00/0.03/0.10/0.09)	

CMYK percentages

%0
%3.03
%10.39
%9.41

Codes

Color #E7E0CF in popluar color models

E7E0CF
RGB231224207
HSL43°33.33%85.88%
HSB/HSV43°10.39%90.59%
CMYK0.00%3.03%10.39%
9.41%

Color #E7E0CF in popluar number systems.

HEXE7E0CF
Decimal231224207
Binary111001111110000011001111
Octal347340317

Shades and tints

Shades of #E7E0CF

#E7E0CF
(231,224,207)
#D2CCBD
(210,204,189)
#BDB8AB
(189,184,171)
#A8A499
(168,164,153)
#939087
(147,144,135)
#7E7C75
(126,124,117)
#696863
(105,104,99)
#545451
(84,84,81)
#3F403F
(63,64,63)
#2A2C2D
(42,44,45)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #E7E0CF

#E7E0CF
(231,224,207)
#E9E2D3
(233,226,211)
#EBE4D7
(235,228,215)
#EDE6DB
(237,230,219)
#EFE8DF
(239,232,223)
#F1EAE3
(241,234,227)
#F3ECE7
(243,236,231)
#F5EEEB
(245,238,235)
#F7F0EF
(247,240,239)
#F9F2F3
(249,242,243)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E0CF; }

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

This text font color is #E7E0CF.


Background Color

.myBgColor { background-color: #E7E0CF; }

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

This div background color is #E7E0CF.


Border color

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

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

This div border color is #E7E0CF.


Opacity

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

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

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

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

This text has shadow with #E7E0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E0CF on black background.


Color preview on white background

This text has color #E7E0CF on white background.



Black color preview on #E7E0CF background

This text has black color on #E7E0CF background.


White color preview on #E7E0CF background

This text has white color on #E7E0CF background.