COLOR #E7E4CC

HEX: #E7E4CC
RGB: (231,228,204)

Color info

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

RGB color model

#E7E4CC color RGB value is (231,228,204).

  • red value is 231;
  • green value is 228;
  • blue value is 204.
RGB:
(231,228,204)
(91%,89%,80%)

RGB channels and saturation

R 231 of 255 = 91%
G 228 of 255 = 89%
B 204 of 255 = 80%

231
228
204

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

Portions of RGB colors in percentages

R + G + B =
231 + 228 + 204 = 663 (100%)
R 231 of 663 ~ 34.84%
G 228 of 663 ~ 34.39%
B 204 of 663 ~ 30.77%

%34.84
%34.39
%30.77

CMYK color model

#E7E4CC color CMYK value is (0,1,12,9).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(0,1,12,9)
C0M1Y12K9 
(0%,1%,12%,9%)
(0.00/0.01/0.12/0.09)	

CMYK percentages

%0
%1.3
%11.69
%9.41

Codes

Color #E7E4CC in popluar color models

E7E4CC
RGB231228204
HSL53°36.00%85.29%
HSB/HSV53°11.69%90.59%
CMYK0.00%1.30%11.69%
9.41%

Color #E7E4CC in popluar number systems.

HEXE7E4CC
Decimal231228204
Binary111001111110010011001100
Octal347344314

Shades and tints

Shades of #E7E4CC

#E7E4CC
(231,228,204)
#D2D0BA
(210,208,186)
#BDBCA8
(189,188,168)
#A8A896
(168,168,150)
#939484
(147,148,132)
#7E8072
(126,128,114)
#696C60
(105,108,96)
#54584E
(84,88,78)
#3F443C
(63,68,60)
#2A302A
(42,48,42)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #E7E4CC

#E7E4CC
(231,228,204)
#E9E6D0
(233,230,208)
#EBE8D4
(235,232,212)
#EDEAD8
(237,234,216)
#EFECDC
(239,236,220)
#F1EEE0
(241,238,224)
#F3F0E4
(243,240,228)
#F5F2E8
(245,242,232)
#F7F4EC
(247,244,236)
#F9F6F0
(249,246,240)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E4CC color. Also use rgb(231,228,204) instead hex code.

Text Font Color

.myTextColor { color: #E7E4CC; }

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

This text font color is #E7E4CC.


Background Color

.myBgColor { background-color: #E7E4CC; }

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

This div background color is #E7E4CC.


Border color

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

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

This div border color is #E7E4CC.


Opacity

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

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

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

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

This text has shadow with #E7E4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E4CC on black background.


Color preview on white background

This text has color #E7E4CC on white background.



Black color preview on #E7E4CC background

This text has black color on #E7E4CC background.


White color preview on #E7E4CC background

This text has white color on #E7E4CC background.