COLOR #E7E1CB

HEX: #E7E1CB
RGB: (231,225,203)

Color info

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

RGB color model

#E7E1CB color RGB value is (231,225,203).

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

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 203 of 255 = 80%

231
225
203

R + G + B ~ 86%. #E7E1CB is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 203 = 659 (100%)
R 231 of 659 ~ 35.05%
G 225 of 659 ~ 34.14%
B 203 of 659 ~ 30.8%

%35.05
%34.14
%30.8

CMYK color model

#E7E1CB color CMYK value is (0,3,12,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(0,3,12,9)
C0M3Y12K9 
(0%,3%,12%,9%)
(0.00/0.03/0.12/0.09)	

CMYK percentages

%0
%2.6
%12.12
%9.41

Codes

Color #E7E1CB in popluar color models

E7E1CB
RGB231225203
HSL47°36.84%85.10%
HSB/HSV47°12.12%90.59%
CMYK0.00%2.60%12.12%
9.41%

Color #E7E1CB in popluar number systems.

HEXE7E1CB
Decimal231225203
Binary111001111110000111001011
Octal347341313

Shades and tints

Shades of #E7E1CB

#E7E1CB
(231,225,203)
#D2CDB9
(210,205,185)
#BDB9A7
(189,185,167)
#A8A595
(168,165,149)
#939183
(147,145,131)
#7E7D71
(126,125,113)
#69695F
(105,105,95)
#54554D
(84,85,77)
#3F413B
(63,65,59)
#2A2D29
(42,45,41)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7E1CB

#E7E1CB
(231,225,203)
#E9E3CF
(233,227,207)
#EBE5D3
(235,229,211)
#EDE7D7
(237,231,215)
#EFE9DB
(239,233,219)
#F1EBDF
(241,235,223)
#F3EDE3
(243,237,227)
#F5EFE7
(245,239,231)
#F7F1EB
(247,241,235)
#F9F3EF
(249,243,239)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1CB; }

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

This text font color is #E7E1CB.


Background Color

.myBgColor { background-color: #E7E1CB; }

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

This div background color is #E7E1CB.


Border color

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

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

This div border color is #E7E1CB.


Opacity

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

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

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

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

This text has shadow with #E7E1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1CB on black background.


Color preview on white background

This text has color #E7E1CB on white background.



Black color preview on #E7E1CB background

This text has black color on #E7E1CB background.


White color preview on #E7E1CB background

This text has white color on #E7E1CB background.