COLOR #E7DCCB

HEX: #E7DCCB
RGB: (231,220,203)

Color info

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

RGB color model

#E7DCCB color RGB value is (231,220,203).

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

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 203 of 255 = 80%

231
220
203

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

Portions of RGB colors in percentages

R + G + B =
231 + 220 + 203 = 654 (100%)
R 231 of 654 ~ 35.32%
G 220 of 654 ~ 33.64%
B 203 of 654 ~ 31.04%

%35.32
%33.64
%31.04

CMYK color model

#E7DCCB color CMYK value is (0,5,12,9).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(0,5,12,9)
C0M5Y12K9 
(0%,5%,12%,9%)
(0.00/0.05/0.12/0.09)	

CMYK percentages

%0
%4.76
%12.12
%9.41

Codes

Color #E7DCCB in popluar color models

E7DCCB
RGB231220203
HSL36°36.84%85.10%
HSB/HSV36°12.12%90.59%
CMYK0.00%4.76%12.12%
9.41%

Color #E7DCCB in popluar number systems.

HEXE7DCCB
Decimal231220203
Binary111001111101110011001011
Octal347334313

Shades and tints

Shades of #E7DCCB

#E7DCCB
(231,220,203)
#D2C8B9
(210,200,185)
#BDB4A7
(189,180,167)
#A8A095
(168,160,149)
#938C83
(147,140,131)
#7E7871
(126,120,113)
#69645F
(105,100,95)
#54504D
(84,80,77)
#3F3C3B
(63,60,59)
#2A2829
(42,40,41)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E7DCCB

#E7DCCB
(231,220,203)
#E9DFCF
(233,223,207)
#EBE2D3
(235,226,211)
#EDE5D7
(237,229,215)
#EFE8DB
(239,232,219)
#F1EBDF
(241,235,223)
#F3EEE3
(243,238,227)
#F5F1E7
(245,241,231)
#F7F4EB
(247,244,235)
#F9F7EF
(249,247,239)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCCB; }

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

This text font color is #E7DCCB.


Background Color

.myBgColor { background-color: #E7DCCB; }

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

This div background color is #E7DCCB.


Border color

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

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

This div border color is #E7DCCB.


Opacity

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

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

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

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

This text has shadow with #E7DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DCCB on black background.


Color preview on white background

This text has color #E7DCCB on white background.



Black color preview on #E7DCCB background

This text has black color on #E7DCCB background.


White color preview on #E7DCCB background

This text has white color on #E7DCCB background.