COLOR #EEE3AB

HEX: #EEE3AB
RGB: (238,227,171)

Color info

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

RGB color model

#EEE3AB color RGB value is (238,227,171).

  • red value is 238;
  • green value is 227;
  • blue value is 171.
RGB:
(238,227,171)
(93%,89%,67%)

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 171 of 255 = 67%

238
227
171

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 171 = 636 (100%)
R 238 of 636 ~ 37.42%
G 227 of 636 ~ 35.69%
B 171 of 636 ~ 26.89%

%37.42
%35.69
%26.89

CMYK color model

#EEE3AB color CMYK value is (0,5,28,7).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 28.15%
  • key color value is 6.67%
CMYK:
(0,5,28,7)
C0M5Y28K7 
(0%,5%,28%,7%)
(0.00/0.05/0.28/0.07)	

CMYK percentages

%0
%4.62
%28.15
%6.67

Codes

Color #EEE3AB in popluar color models

EEE3AB
RGB238227171
HSL50°66.34%80.20%
HSB/HSV50°28.15%93.33%
CMYK0.00%4.62%28.15%
6.67%

Color #EEE3AB in popluar number systems.

HEXEEE3AB
Decimal238227171
Binary111011101110001110101011
Octal356343253

Shades and tints

Shades of #EEE3AB

#EEE3AB
(238,227,171)
#D9CF9C
(217,207,156)
#C4BB8D
(196,187,141)
#AFA77E
(175,167,126)
#9A936F
(154,147,111)
#857F60
(133,127,96)
#706B51
(112,107,81)
#5B5742
(91,87,66)
#464333
(70,67,51)
#312F24
(49,47,36)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EEE3AB

#EEE3AB
(238,227,171)
#EFE5B2
(239,229,178)
#F0E7B9
(240,231,185)
#F1E9C0
(241,233,192)
#F2EBC7
(242,235,199)
#F3EDCE
(243,237,206)
#F4EFD5
(244,239,213)
#F5F1DC
(245,241,220)
#F6F3E3
(246,243,227)
#F7F5EA
(247,245,234)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE3AB color. Also use rgb(238,227,171) instead hex code.

Text Font Color

.myTextColor { color: #EEE3AB; }

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

This text font color is #EEE3AB.


Background Color

.myBgColor { background-color: #EEE3AB; }

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

This div background color is #EEE3AB.


Border color

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

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

This div border color is #EEE3AB.


Opacity

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

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

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

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

This text has shadow with #EEE3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3AB on black background.


Color preview on white background

This text has color #EEE3AB on white background.



Black color preview on #EEE3AB background

This text has black color on #EEE3AB background.


White color preview on #EEE3AB background

This text has white color on #EEE3AB background.