COLOR #E7E4CB

HEX: #E7E4CB
RGB: (231,228,203)

Color info

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

RGB color model

#E7E4CB color RGB value is (231,228,203).

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

RGB channels and saturation

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

231
228
203

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

Portions of RGB colors in percentages

R + G + B =
231 + 228 + 203 = 662 (100%)
R 231 of 662 ~ 34.89%
G 228 of 662 ~ 34.44%
B 203 of 662 ~ 30.66%

%34.89
%34.44
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 12.12%
  • 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
%12.12
%9.41

Codes

Color #E7E4CB in popluar color models

E7E4CB
RGB231228203
HSL54°36.84%85.10%
HSB/HSV54°12.12%90.59%
CMYK0.00%1.30%12.12%
9.41%

Color #E7E4CB in popluar number systems.

HEXE7E4CB
Decimal231228203
Binary111001111110010011001011
Octal347344313

Shades and tints

Shades of #E7E4CB

#E7E4CB
(231,228,203)
#D2D0B9
(210,208,185)
#BDBCA7
(189,188,167)
#A8A895
(168,168,149)
#939483
(147,148,131)
#7E8071
(126,128,113)
#696C5F
(105,108,95)
#54584D
(84,88,77)
#3F443B
(63,68,59)
#2A3029
(42,48,41)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #E7E4CB

#E7E4CB
(231,228,203)
#E9E6CF
(233,230,207)
#EBE8D3
(235,232,211)
#EDEAD7
(237,234,215)
#EFECDB
(239,236,219)
#F1EEDF
(241,238,223)
#F3F0E3
(243,240,227)
#F5F2E7
(245,242,231)
#F7F4EB
(247,244,235)
#F9F6EF
(249,246,239)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E4CB; }

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

This text font color is #E7E4CB.


Background Color

.myBgColor { background-color: #E7E4CB; }

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

This div background color is #E7E4CB.


Border color

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

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

This div border color is #E7E4CB.


Opacity

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

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

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

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

This text has shadow with #E7E4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E4CB on black background.


Color preview on white background

This text has color #E7E4CB on white background.



Black color preview on #E7E4CB background

This text has black color on #E7E4CB background.


White color preview on #E7E4CB background

This text has white color on #E7E4CB background.