COLOR #EEE2BB

HEX: #EEE2BB
RGB: (238,226,187)

Color info

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

RGB color model

#EEE2BB color RGB value is (238,226,187).

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

RGB channels and saturation

R 238 of 255 = 93%
G 226 of 255 = 89%
B 187 of 255 = 73%

238
226
187

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

Portions of RGB colors in percentages

R + G + B =
238 + 226 + 187 = 651 (100%)
R 238 of 651 ~ 36.56%
G 226 of 651 ~ 34.72%
B 187 of 651 ~ 28.73%

%36.56
%34.72
%28.73

CMYK color model

#EEE2BB color CMYK value is (0,5,21,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(0,5,21,7)
C0M5Y21K7 
(0%,5%,21%,7%)
(0.00/0.05/0.21/0.07)	

CMYK percentages

%0
%5.04
%21.43
%6.67

Codes

Color #EEE2BB in popluar color models

EEE2BB
RGB238226187
HSL46°60.00%83.33%
HSB/HSV46°21.43%93.33%
CMYK0.00%5.04%21.43%
6.67%

Color #EEE2BB in popluar number systems.

HEXEEE2BB
Decimal238226187
Binary111011101110001010111011
Octal356342273

Shades and tints

Shades of #EEE2BB

#EEE2BB
(238,226,187)
#D9CEAA
(217,206,170)
#C4BA99
(196,186,153)
#AFA688
(175,166,136)
#9A9277
(154,146,119)
#857E66
(133,126,102)
#706A55
(112,106,85)
#5B5644
(91,86,68)
#464233
(70,66,51)
#312E22
(49,46,34)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #EEE2BB

#EEE2BB
(238,226,187)
#EFE4C1
(239,228,193)
#F0E6C7
(240,230,199)
#F1E8CD
(241,232,205)
#F2EAD3
(242,234,211)
#F3ECD9
(243,236,217)
#F4EEDF
(244,238,223)
#F5F0E5
(245,240,229)
#F6F2EB
(246,242,235)
#F7F4F1
(247,244,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2BB; }

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

This text font color is #EEE2BB.


Background Color

.myBgColor { background-color: #EEE2BB; }

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

This div background color is #EEE2BB.


Border color

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

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

This div border color is #EEE2BB.


Opacity

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

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

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

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

This text has shadow with #EEE2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE2BB on black background.


Color preview on white background

This text has color #EEE2BB on white background.



Black color preview on #EEE2BB background

This text has black color on #EEE2BB background.


White color preview on #EEE2BB background

This text has white color on #EEE2BB background.