COLOR #EED2BB

HEX: #EED2BB RGB: (238,210,187)

Color info

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

RGB color model

#EED2BB color RGB value is (238,210,187).

RGB: (238,210,187) (93%, 82%, 73%)

RGB channels and saturation

R 238 of 255 = 93%
G 210 of 255 = 82%
B 187 of 255 = 73%

238
210
187

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

Portions of RGB colors in percentages

R + G + B = 238 + 210 + 187 = 635 (100%)
R 238 of 635 ~ 37.48%
G 210 of 635 ~ 33.07%
B 187 of 635 ~ 29.45'%

%37.48
%33.07
%29.45

CMYK color model

#EED2BB color CMYK value is (0,12,21,7).

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

CMYK: (0,12,21,7)
C0M12Y21K7 (0%, 12%, 21%, 7%)
(0.00 / 0.12 / 0.21 / 0.07)

CMYK percentages

%0
%11.76
%21.43
%6.67

Codes

Color #EED2BB in popluar color models

EE D2 BB
RGB 238 210 187
HSL 27° 60.00% 83.33%
HSB/HSV 27° 21.43% 93.33%
CMYK 0.00% 11.76% 21.43%
6.67%

Color #EED2BB in popluar number systems.

HEX EE D2 BB
Decimal 238 210 187
Binary 11101110 11010010 10111011
Octal 356 322 273

Shades and tints

Shades of #EED2BB

#EED2BB
(238,210,187)
#D9BFAA
(217,191,170)
#C4AC99
(196,172,153)
#AF9988
(175,153,136)
#9A8677
(154,134,119)
#857366
(133,115,102)
#706055
(112,96,85)
#5B4D44
(91,77,68)
#463A33
(70,58,51)
#312722
(49,39,34)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #EED2BB

#EED2BB
(238,210,187)
#EFD6C1
(239,214,193)
#F0DAC7
(240,218,199)
#F1DECD
(241,222,205)
#F2E2D3
(242,226,211)
#F3E6D9
(243,230,217)
#F4EADF
(244,234,223)
#F5EEE5
(245,238,229)
#F6F2EB
(246,242,235)
#F7F6F1
(247,246,241)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED2BB; }

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

This text font color is #EED2BB.

Background Color

.myBgColor { background-color: #EED2BB; }

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

This div background color is #EED2BB.

Border color

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

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

This div border color is #EED2BB.

Opacity

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

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

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

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

This text has shadow with #EED2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED2BB.

Preview

Color preview on black background

This text has color #EED2BB on black background.


Color preview on white background

This text has color #EED2BB on white background.


Black color preview on #EED2BB background

This text has black color on #EED2BB background.


White color preview on #EED2BB background

This text has white color on #EED2BB background.


Related colors

Complementary color

Complementary color for #hex is #112D44.


I love getcolorcode.com

Triadic colors

1 #BBEED2 and #D2BBEE with #EED2BB are triadic colors.

2 #BBD2EE and #D2EEBB with #EED2BB are triadic colors.