COLOR #EEE2B8

HEX: #EEE2B8
RGB: (238,226,184)

Color info

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

RGB color model

#EEE2B8 color RGB value is (238,226,184).

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

RGB channels and saturation

R 238 of 255 = 93%
G 226 of 255 = 89%
B 184 of 255 = 72%

238
226
184

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

Portions of RGB colors in percentages

R + G + B =
238 + 226 + 184 = 648 (100%)
R 238 of 648 ~ 36.73%
G 226 of 648 ~ 34.88%
B 184 of 648 ~ 28.4%

%36.73
%34.88
%28.4

CMYK color model

#EEE2B8 color CMYK value is (0,5,23,7).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK:
(0,5,23,7)
C0M5Y23K7 
(0%,5%,23%,7%)
(0.00/0.05/0.23/0.07)	

CMYK percentages

%0
%5.04
%22.69
%6.67

Codes

Color #EEE2B8 in popluar color models

EEE2B8
RGB238226184
HSL47°61.36%82.75%
HSB/HSV47°22.69%93.33%
CMYK0.00%5.04%22.69%
6.67%

Color #EEE2B8 in popluar number systems.

HEXEEE2B8
Decimal238226184
Binary111011101110001010111000
Octal356342270

Shades and tints

Shades of #EEE2B8

#EEE2B8
(238,226,184)
#D9CEA8
(217,206,168)
#C4BA98
(196,186,152)
#AFA688
(175,166,136)
#9A9278
(154,146,120)
#857E68
(133,126,104)
#706A58
(112,106,88)
#5B5648
(91,86,72)
#464238
(70,66,56)
#312E28
(49,46,40)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #EEE2B8

#EEE2B8
(238,226,184)
#EFE4BE
(239,228,190)
#F0E6C4
(240,230,196)
#F1E8CA
(241,232,202)
#F2EAD0
(242,234,208)
#F3ECD6
(243,236,214)
#F4EEDC
(244,238,220)
#F5F0E2
(245,240,226)
#F6F2E8
(246,242,232)
#F7F4EE
(247,244,238)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE2B8; }

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

This text font color is #EEE2B8.


Background Color

.myBgColor { background-color: #EEE2B8; }

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

This div background color is #EEE2B8.


Border color

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

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

This div border color is #EEE2B8.


Opacity

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

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

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

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

This text has shadow with #EEE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE2B8 on black background.


Color preview on white background

This text has color #EEE2B8 on white background.



Black color preview on #EEE2B8 background

This text has black color on #EEE2B8 background.


White color preview on #EEE2B8 background

This text has white color on #EEE2B8 background.