COLOR #EEE1B0

HEX: #EEE1B0
RGB: (238,225,176)

Color info

#EEE1B0 contains mainly red and green colors. Web safe color of #EEE1B0 is #FFCC99 (or #FC9).

RGB color model

#EEE1B0 color RGB value is (238,225,176).

  • red value is 238;
  • green value is 225;
  • blue value is 176.
RGB:
(238,225,176)
(93%,88%,69%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 176 of 255 = 69%

238
225
176

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

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 176 = 639 (100%)
R 238 of 639 ~ 37.25%
G 225 of 639 ~ 35.21%
B 176 of 639 ~ 27.54%

%37.25
%35.21
%27.54

CMYK color model

#EEE1B0 color CMYK value is (0,5,26,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 26.05%
  • key color value is 6.67%
CMYK:
(0,5,26,7)
C0M5Y26K7 
(0%,5%,26%,7%)
(0.00/0.05/0.26/0.07)	

CMYK percentages

%0
%5.46
%26.05
%6.67

Codes

Color #EEE1B0 in popluar color models

EEE1B0
RGB238225176
HSL47°64.58%81.18%
HSB/HSV47°26.05%93.33%
CMYK0.00%5.46%26.05%
6.67%

Color #EEE1B0 in popluar number systems.

HEXEEE1B0
Decimal238225176
Binary111011101110000110110000
Octal356341260

Shades and tints

Shades of #EEE1B0

#EEE1B0
(238,225,176)
#D9CDA0
(217,205,160)
#C4B990
(196,185,144)
#AFA580
(175,165,128)
#9A9170
(154,145,112)
#857D60
(133,125,96)
#706950
(112,105,80)
#5B5540
(91,85,64)
#464130
(70,65,48)
#312D20
(49,45,32)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #EEE1B0

#EEE1B0
(238,225,176)
#EFE3B7
(239,227,183)
#F0E5BE
(240,229,190)
#F1E7C5
(241,231,197)
#F2E9CC
(242,233,204)
#F3EBD3
(243,235,211)
#F4EDDA
(244,237,218)
#F5EFE1
(245,239,225)
#F6F1E8
(246,241,232)
#F7F3EF
(247,243,239)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE1B0 color. Also use rgb(238,225,176) instead hex code.

Text Font Color

.myTextColor { color: #EEE1B0; }

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

This text font color is #EEE1B0.


Background Color

.myBgColor { background-color: #EEE1B0; }

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

This div background color is #EEE1B0.


Border color

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

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

This div border color is #EEE1B0.


Opacity

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

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

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

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

This text has shadow with #EEE1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE1B0 on black background.


Color preview on white background

This text has color #EEE1B0 on white background.



Black color preview on #EEE1B0 background

This text has black color on #EEE1B0 background.


White color preview on #EEE1B0 background

This text has white color on #EEE1B0 background.