COLOR #EED7BB

HEX: #EED7BB
RGB: (238,215,187)

Color info

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

RGB color model

#EED7BB color RGB value is (238,215,187).

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

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 187 of 255 = 73%

238
215
187

R + G + B ~ 83%. #EED7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 187 = 640 (100%)
R 238 of 640 ~ 37.19%
G 215 of 640 ~ 33.59%
B 187 of 640 ~ 29.22%

%37.19
%33.59
%29.22

CMYK color model

#EED7BB color CMYK value is (0,10,21,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(0,10,21,7)
C0M10Y21K7 
(0%,10%,21%,7%)
(0.00/0.10/0.21/0.07)	

CMYK percentages

%0
%9.66
%21.43
%6.67

Codes

Color #EED7BB in popluar color models

EED7BB
RGB238215187
HSL33°60.00%83.33%
HSB/HSV33°21.43%93.33%
CMYK0.00%9.66%21.43%
6.67%

Color #EED7BB in popluar number systems.

HEXEED7BB
Decimal238215187
Binary111011101101011110111011
Octal356327273

Shades and tints

Shades of #EED7BB

#EED7BB
(238,215,187)
#D9C4AA
(217,196,170)
#C4B199
(196,177,153)
#AF9E88
(175,158,136)
#9A8B77
(154,139,119)
#857866
(133,120,102)
#706555
(112,101,85)
#5B5244
(91,82,68)
#463F33
(70,63,51)
#312C22
(49,44,34)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #EED7BB

#EED7BB
(238,215,187)
#EFDAC1
(239,218,193)
#F0DDC7
(240,221,199)
#F1E0CD
(241,224,205)
#F2E3D3
(242,227,211)
#F3E6D9
(243,230,217)
#F4E9DF
(244,233,223)
#F5ECE5
(245,236,229)
#F6EFEB
(246,239,235)
#F7F2F1
(247,242,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7BB; }

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

This text font color is #EED7BB.


Background Color

.myBgColor { background-color: #EED7BB; }

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

This div background color is #EED7BB.


Border color

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

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

This div border color is #EED7BB.


Opacity

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

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

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

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

This text has shadow with #EED7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED7BB on black background.


Color preview on white background

This text has color #EED7BB on white background.



Black color preview on #EED7BB background

This text has black color on #EED7BB background.


White color preview on #EED7BB background

This text has white color on #EED7BB background.