COLOR #EEC9AC

HEX: #EEC9AC RGB: (238,201,172)

Color info

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

RGB color model

#EEC9AC color RGB value is (238,201,172).

RGB: (238,201,172) (93%, 79%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 201 of 255 = 79%
B 172 of 255 = 67%

238
201
172

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

Portions of RGB colors in percentages

R + G + B = 238 + 201 + 172 = 611 (100%)
R 238 of 611 ~ 38.95%
G 201 of 611 ~ 32.9%
B 172 of 611 ~ 28.15'%

%38.95
%32.9
%28.15

CMYK color model

#EEC9AC color CMYK value is (0,16,28,7).

  • cyan value is 0.00%
  • magenta value is 15.55%
  • yellow value is 27.73%
  • key color value is 6.67%

CMYK: (0,16,28,7)
C0M16Y28K7 (0%, 16%, 28%, 7%)
(0.00 / 0.16 / 0.28 / 0.07)

CMYK percentages

%0
%15.55
%27.73
%6.67

Codes

Color #EEC9AC in popluar color models

EE C9 AC
RGB 238 201 172
HSL 26° 66.00% 80.39%
HSB/HSV 26° 27.73% 93.33%
CMYK 0.00% 15.55% 27.73%
6.67%

Color #EEC9AC in popluar number systems.

HEX EE C9 AC
Decimal 238 201 172
Binary 11101110 11001001 10101100
Octal 356 311 254

Shades and tints

Shades of #EEC9AC

#EEC9AC
(238,201,172)
#D9B79D
(217,183,157)
#C4A58E
(196,165,142)
#AF937F
(175,147,127)
#9A8170
(154,129,112)
#856F61
(133,111,97)
#705D52
(112,93,82)
#5B4B43
(91,75,67)
#463934
(70,57,52)
#312725
(49,39,37)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEC9AC

#EEC9AC
(238,201,172)
#EFCDB3
(239,205,179)
#F0D1BA
(240,209,186)
#F1D5C1
(241,213,193)
#F2D9C8
(242,217,200)
#F3DDCF
(243,221,207)
#F4E1D6
(244,225,214)
#F5E5DD
(245,229,221)
#F6E9E4
(246,233,228)
#F7EDEB
(247,237,235)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC9AC color. Also use rgb(238,201,172) instead hex code.

Text Font Color

.myTextColor { color: #EEC9AC; }

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

This text font color is #EEC9AC.

Background Color

.myBgColor { background-color: #EEC9AC; }

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

This div background color is #EEC9AC.

Border color

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

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

This div border color is #EEC9AC.

Opacity

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

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

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

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

This text has shadow with #EEC9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC9AC.

Preview

Color preview on black background

This text has color #EEC9AC on black background.


Color preview on white background

This text has color #EEC9AC on white background.


Black color preview on #EEC9AC background

This text has black color on #EEC9AC background.


White color preview on #EEC9AC background

This text has white color on #EEC9AC background.


Related colors

Complementary color

Complementary color for #hex is #113653.


I love getcolorcode.com

Triadic colors

1 #ACEEC9 and #C9ACEE with #EEC9AC are triadic colors.

2 #ACC9EE and #C9EEAC with #EEC9AC are triadic colors.