COLOR #EED2C7

HEX: #EED2C7 RGB: (238,210,199)

Color info

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

RGB color model

#EED2C7 color RGB value is (238,210,199).

RGB: (238,210,199) (93%, 82%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 199 of 255 = 78%

238
210
199

R + G + B ~ 84%. #EED2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 199 = 647 (100%)
R 238 of 647 ~ 36.79%
G 210 of 647 ~ 32.46%
B 199 of 647 ~ 30.76'%

%36.79
%32.46
%30.76

CMYK color model

#EED2C7 color CMYK value is (0,12,16,7).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 16.39%
  • key color value is 6.67%

CMYK: (0,12,16,7)
C0M12Y16K7 (0%, 12%, 16%, 7%)
(0.00 / 0.12 / 0.16 / 0.07)

CMYK percentages

%0
%11.76
%16.39
%6.67

Codes

Color #EED2C7 in popluar color models

EE D2 C7
RGB 238 210 199
HSL 17° 53.42% 85.69%
HSB/HSV 17° 16.39% 93.33%
CMYK 0.00% 11.76% 16.39%
6.67%

Color #EED2C7 in popluar number systems.

HEX EE D2 C7
Decimal 238 210 199
Binary 11101110 11010010 11000111
Octal 356 322 307

Shades and tints

Shades of #EED2C7

#EED2C7
(238,210,199)
#D9BFB5
(217,191,181)
#C4ACA3
(196,172,163)
#AF9991
(175,153,145)
#9A867F
(154,134,127)
#85736D
(133,115,109)
#70605B
(112,96,91)
#5B4D49
(91,77,73)
#463A37
(70,58,55)
#312725
(49,39,37)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EED2C7

#EED2C7
(238,210,199)
#EFD6CC
(239,214,204)
#F0DAD1
(240,218,209)
#F1DED6
(241,222,214)
#F2E2DB
(242,226,219)
#F3E6E0
(243,230,224)
#F4EAE5
(244,234,229)
#F5EEEA
(245,238,234)
#F6F2EF
(246,242,239)
#F7F6F4
(247,246,244)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2C7; }

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

This text font color is #EED2C7.

Background Color

.myBgColor { background-color: #EED2C7; }

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

This div background color is #EED2C7.

Border color

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

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

This div border color is #EED2C7.

Opacity

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

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

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

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

This text has shadow with #EED2C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2C7.

Preview

Color preview on black background

This text has color #EED2C7 on black background.


Color preview on white background

This text has color #EED2C7 on white background.


Black color preview on #EED2C7 background

This text has black color on #EED2C7 background.


White color preview on #EED2C7 background

This text has white color on #EED2C7 background.


Related colors

Complementary color

Complementary color for #hex is #112D38.


I love getcolorcode.com

Triadic colors

1 #C7EED2 and #D2C7EE with #EED2C7 are triadic colors.

2 #C7D2EE and #D2EEC7 with #EED2C7 are triadic colors.