COLOR #EED7C7

HEX: #EED7C7
RGB: (238,215,199)

Color info

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

RGB color model

#EED7C7 color RGB value is (238,215,199).

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

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 199 of 255 = 78%

238
215
199

R + G + B ~ 85%. #EED7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 199 = 652 (100%)
R 238 of 652 ~ 36.5%
G 215 of 652 ~ 32.98%
B 199 of 652 ~ 30.52%

%36.5
%32.98
%30.52

CMYK color model

#EED7C7 color CMYK value is (0,10,16,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(0,10,16,7)
C0M10Y16K7 
(0%,10%,16%,7%)
(0.00/0.10/0.16/0.07)	

CMYK percentages

%0
%9.66
%16.39
%6.67

Codes

Color #EED7C7 in popluar color models

EED7C7
RGB238215199
HSL25°53.42%85.69%
HSB/HSV25°16.39%93.33%
CMYK0.00%9.66%16.39%
6.67%

Color #EED7C7 in popluar number systems.

HEXEED7C7
Decimal238215199
Binary111011101101011111000111
Octal356327307

Shades and tints

Shades of #EED7C7

#EED7C7
(238,215,199)
#D9C4B5
(217,196,181)
#C4B1A3
(196,177,163)
#AF9E91
(175,158,145)
#9A8B7F
(154,139,127)
#85786D
(133,120,109)
#70655B
(112,101,91)
#5B5249
(91,82,73)
#463F37
(70,63,55)
#312C25
(49,44,37)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EED7C7

#EED7C7
(238,215,199)
#EFDACC
(239,218,204)
#F0DDD1
(240,221,209)
#F1E0D6
(241,224,214)
#F2E3DB
(242,227,219)
#F3E6E0
(243,230,224)
#F4E9E5
(244,233,229)
#F5ECEA
(245,236,234)
#F6EFEF
(246,239,239)
#F7F2F4
(247,242,244)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7C7; }

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

This text font color is #EED7C7.


Background Color

.myBgColor { background-color: #EED7C7; }

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

This div background color is #EED7C7.


Border color

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

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

This div border color is #EED7C7.


Opacity

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

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

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

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

This text has shadow with #EED7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED7C7 on black background.


Color preview on white background

This text has color #EED7C7 on white background.



Black color preview on #EED7C7 background

This text has black color on #EED7C7 background.


White color preview on #EED7C7 background

This text has white color on #EED7C7 background.