COLOR #E7DDCB

HEX: #E7DDCB RGB: (231,221,203)

Color info

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

RGB color model

#E7DDCB color RGB value is (231,221,203).

RGB: (231,221,203) (91%, 87%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 221 of 255 = 87%
B 203 of 255 = 80%

231
221
203

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

Portions of RGB colors in percentages

R + G + B = 231 + 221 + 203 = 655 (100%)
R 231 of 655 ~ 35.27%
G 221 of 655 ~ 33.74%
B 203 of 655 ~ 30.99'%

%35.27
%33.74
%30.99

CMYK color model

#E7DDCB color CMYK value is (0,4,12,9).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 12.12%
  • key color value is 9.41%

CMYK: (0,4,12,9)
C0M4Y12K9 (0%, 4%, 12%, 9%)
(0.00 / 0.04 / 0.12 / 0.09)

CMYK percentages

%0
%4.33
%12.12
%9.41

Codes

Color #E7DDCB in popluar color models

E7 DD CB
RGB 231 221 203
HSL 39° 36.84% 85.10%
HSB/HSV 39° 12.12% 90.59%
CMYK 0.00% 4.33% 12.12%
9.41%

Color #E7DDCB in popluar number systems.

HEX E7 DD CB
Decimal 231 221 203
Binary 11100111 11011101 11001011
Octal 347 335 313

Shades and tints

Shades of #E7DDCB

#E7DDCB
(231,221,203)
#D2C9B9
(210,201,185)
#BDB5A7
(189,181,167)
#A8A195
(168,161,149)
#938D83
(147,141,131)
#7E7971
(126,121,113)
#69655F
(105,101,95)
#54514D
(84,81,77)
#3F3D3B
(63,61,59)
#2A2929
(42,41,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #E7DDCB

#E7DDCB
(231,221,203)
#E9E0CF
(233,224,207)
#EBE3D3
(235,227,211)
#EDE6D7
(237,230,215)
#EFE9DB
(239,233,219)
#F1ECDF
(241,236,223)
#F3EFE3
(243,239,227)
#F5F2E7
(245,242,231)
#F7F5EB
(247,245,235)
#F9F8EF
(249,248,239)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DDCB; }

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

This text font color is #E7DDCB.

Background Color

.myBgColor { background-color: #E7DDCB; }

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

This div background color is #E7DDCB.

Border color

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

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

This div border color is #E7DDCB.

Opacity

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

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

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

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

This text has shadow with #E7DDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DDCB.

Preview

Color preview on black background

This text has color #E7DDCB on black background.


Color preview on white background

This text has color #E7DDCB on white background.


Black color preview on #E7DDCB background

This text has black color on #E7DDCB background.


White color preview on #E7DDCB background

This text has white color on #E7DDCB background.


Related colors

Complementary color

Complementary color for #hex is #182234.


I love getcolorcode.com

Triadic colors

1 #CBE7DD and #DDCBE7 with #E7DDCB are triadic colors.

2 #CBDDE7 and #DDE7CB with #E7DDCB are triadic colors.