COLOR #EEC8AE

HEX: #EEC8AE
RGB: (238,200,174)

Color info

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

RGB color model

#EEC8AE color RGB value is (238,200,174).

  • red value is 238;
  • green value is 200;
  • blue value is 174.
RGB:
(238,200,174)
(93%,78%,68%)

RGB channels and saturation

R 238 of 255 = 93%
G 200 of 255 = 78%
B 174 of 255 = 68%

238
200
174

R + G + B ~ 80%. #EEC8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 200 + 174 = 612 (100%)
R 238 of 612 ~ 38.89%
G 200 of 612 ~ 32.68%
B 174 of 612 ~ 28.43%

%38.89
%32.68
%28.43

CMYK color model

#EEC8AE color CMYK value is (0,16,27,7).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(0,16,27,7)
C0M16Y27K7 
(0%,16%,27%,7%)
(0.00/0.16/0.27/0.07)	

CMYK percentages

%0
%15.97
%26.89
%6.67

Codes

Color #EEC8AE in popluar color models

EEC8AE
RGB238200174
HSL24°65.31%80.78%
HSB/HSV24°26.89%93.33%
CMYK0.00%15.97%26.89%
6.67%

Color #EEC8AE in popluar number systems.

HEXEEC8AE
Decimal238200174
Binary111011101100100010101110
Octal356310256

Shades and tints

Shades of #EEC8AE

#EEC8AE
(238,200,174)
#D9B69F
(217,182,159)
#C4A490
(196,164,144)
#AF9281
(175,146,129)
#9A8072
(154,128,114)
#856E63
(133,110,99)
#705C54
(112,92,84)
#5B4A45
(91,74,69)
#463836
(70,56,54)
#312627
(49,38,39)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #EEC8AE

#EEC8AE
(238,200,174)
#EFCDB5
(239,205,181)
#F0D2BC
(240,210,188)
#F1D7C3
(241,215,195)
#F2DCCA
(242,220,202)
#F3E1D1
(243,225,209)
#F4E6D8
(244,230,216)
#F5EBDF
(245,235,223)
#F6F0E6
(246,240,230)
#F7F5ED
(247,245,237)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC8AE color. Also use rgb(238,200,174) instead hex code.

Text Font Color

.myTextColor { color: #EEC8AE; }

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

This text font color is #EEC8AE.


Background Color

.myBgColor { background-color: #EEC8AE; }

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

This div background color is #EEC8AE.


Border color

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

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

This div border color is #EEC8AE.


Opacity

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

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

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

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

This text has shadow with #EEC8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC8AE on black background.


Color preview on white background

This text has color #EEC8AE on white background.



Black color preview on #EEC8AE background

This text has black color on #EEC8AE background.


White color preview on #EEC8AE background

This text has white color on #EEC8AE background.