COLOR #EEDCC7

HEX: #EEDCC7
RGB: (238,220,199)

Color info

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

RGB color model

#EEDCC7 color RGB value is (238,220,199).

  • red value is 238;
  • green value is 220;
  • blue value is 199.
RGB:
(238,220,199)
(93%,86%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 199 of 255 = 78%

238
220
199

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

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 199 = 657 (100%)
R 238 of 657 ~ 36.23%
G 220 of 657 ~ 33.49%
B 199 of 657 ~ 30.29%

%36.23
%33.49
%30.29

CMYK color model

#EEDCC7 color CMYK value is (0,8,16,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,8,16,7)
C0M8Y16K7 
(0%,8%,16%,7%)
(0.00/0.08/0.16/0.07)	

CMYK percentages

%0
%7.56
%16.39
%6.67

Codes

Color #EEDCC7 in popluar color models

EEDCC7
RGB238220199
HSL32°53.42%85.69%
HSB/HSV32°16.39%93.33%
CMYK0.00%7.56%16.39%
6.67%

Color #EEDCC7 in popluar number systems.

HEXEEDCC7
Decimal238220199
Binary111011101101110011000111
Octal356334307

Shades and tints

Shades of #EEDCC7

#EEDCC7
(238,220,199)
#D9C8B5
(217,200,181)
#C4B4A3
(196,180,163)
#AFA091
(175,160,145)
#9A8C7F
(154,140,127)
#85786D
(133,120,109)
#70645B
(112,100,91)
#5B5049
(91,80,73)
#463C37
(70,60,55)
#312825
(49,40,37)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EEDCC7

#EEDCC7
(238,220,199)
#EFDFCC
(239,223,204)
#F0E2D1
(240,226,209)
#F1E5D6
(241,229,214)
#F2E8DB
(242,232,219)
#F3EBE0
(243,235,224)
#F4EEE5
(244,238,229)
#F5F1EA
(245,241,234)
#F6F4EF
(246,244,239)
#F7F7F4
(247,247,244)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDCC7 color. Also use rgb(238,220,199) instead hex code.

Text Font Color

.myTextColor { color: #EEDCC7; }

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

This text font color is #EEDCC7.


Background Color

.myBgColor { background-color: #EEDCC7; }

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

This div background color is #EEDCC7.


Border color

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

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

This div border color is #EEDCC7.


Opacity

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

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

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

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

This text has shadow with #EEDCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCC7 on black background.


Color preview on white background

This text has color #EEDCC7 on white background.



Black color preview on #EEDCC7 background

This text has black color on #EEDCC7 background.


White color preview on #EEDCC7 background

This text has white color on #EEDCC7 background.