COLOR #E7DFCC

HEX: #E7DFCC RGB: (231,223,204)

Color info

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

RGB color model

#E7DFCC color RGB value is (231,223,204).

RGB: (231,223,204) (91%, 87%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 204 of 255 = 80%

231
223
204

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 204 = 658 (100%)
R 231 of 658 ~ 35.11%
G 223 of 658 ~ 33.89%
B 204 of 658 ~ 31'%

%35.11
%33.89
%31

CMYK color model

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

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

Codes

Color #E7DFCC in popluar color models

E7 DF CC
RGB 231 223 204
HSL 42° 36.00% 85.29%
HSB/HSV 42° 11.69% 90.59%
CMYK 0.00% 3.46% 11.69%
9.41%

Color #E7DFCC in popluar number systems.

HEX E7 DF CC
Decimal 231 223 204
Binary 11100111 11011111 11001100
Octal 347 337 314

Shades and tints

Shades of #E7DFCC

#E7DFCC
(231,223,204)
#D2CBBA
(210,203,186)
#BDB7A8
(189,183,168)
#A8A396
(168,163,150)
#938F84
(147,143,132)
#7E7B72
(126,123,114)
#696760
(105,103,96)
#54534E
(84,83,78)
#3F3F3C
(63,63,60)
#2A2B2A
(42,43,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7DFCC

#E7DFCC
(231,223,204)
#E9E1D0
(233,225,208)
#EBE3D4
(235,227,212)
#EDE5D8
(237,229,216)
#EFE7DC
(239,231,220)
#F1E9E0
(241,233,224)
#F3EBE4
(243,235,228)
#F5EDE8
(245,237,232)
#F7EFEC
(247,239,236)
#F9F1F0
(249,241,240)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFCC; }

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

This text font color is #E7DFCC.

Background Color

.myBgColor { background-color: #E7DFCC; }

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

This div background color is #E7DFCC.

Border color

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

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

This div border color is #E7DFCC.

Opacity

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

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

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

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

This text has shadow with #E7DFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFCC.

Preview

Color preview on black background

This text has color #E7DFCC on black background.


Color preview on white background

This text has color #E7DFCC on white background.


Black color preview on #E7DFCC background

This text has black color on #E7DFCC background.


White color preview on #E7DFCC background

This text has white color on #E7DFCC background.


Related colors

Complementary color

Complementary color for #hex is #182033.


I love getcolorcode.com

Triadic colors

1 #CCE7DF and #DFCCE7 with #E7DFCC are triadic colors.

2 #CCDFE7 and #DFE7CC with #E7DFCC are triadic colors.