COLOR #EEC7AE

HEX: #EEC7AE
RGB: (238,199,174)

Color info

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

RGB color model

#EEC7AE color RGB value is (238,199,174).

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

RGB channels and saturation

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

238
199
174

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

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 174 = 611 (100%)
R 238 of 611 ~ 38.95%
G 199 of 611 ~ 32.57%
B 174 of 611 ~ 28.48%

%38.95
%32.57
%28.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • 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
%16.39
%26.89
%6.67

Codes

Color #EEC7AE in popluar color models

EEC7AE
RGB238199174
HSL23°65.31%80.78%
HSB/HSV23°26.89%93.33%
CMYK0.00%16.39%26.89%
6.67%

Color #EEC7AE in popluar number systems.

HEXEEC7AE
Decimal238199174
Binary111011101100011110101110
Octal356307256

Shades and tints

Shades of #EEC7AE

#EEC7AE
(238,199,174)
#D9B59F
(217,181,159)
#C4A390
(196,163,144)
#AF9181
(175,145,129)
#9A7F72
(154,127,114)
#856D63
(133,109,99)
#705B54
(112,91,84)
#5B4945
(91,73,69)
#463736
(70,55,54)
#312527
(49,37,39)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEC7AE

#EEC7AE
(238,199,174)
#EFCCB5
(239,204,181)
#F0D1BC
(240,209,188)
#F1D6C3
(241,214,195)
#F2DBCA
(242,219,202)
#F3E0D1
(243,224,209)
#F4E5D8
(244,229,216)
#F5EADF
(245,234,223)
#F6EFE6
(246,239,230)
#F7F4ED
(247,244,237)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7AE; }

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

This text font color is #EEC7AE.


Background Color

.myBgColor { background-color: #EEC7AE; }

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

This div background color is #EEC7AE.


Border color

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

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

This div border color is #EEC7AE.


Opacity

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

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

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

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

This text has shadow with #EEC7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7AE on black background.


Color preview on white background

This text has color #EEC7AE on white background.



Black color preview on #EEC7AE background

This text has black color on #EEC7AE background.


White color preview on #EEC7AE background

This text has white color on #EEC7AE background.