COLOR #EEB9A2

HEX: #EEB9A2
RGB: (238,185,162)

Color info

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

RGB color model

#EEB9A2 color RGB value is (238,185,162).

  • red value is 238;
  • green value is 185;
  • blue value is 162.
RGB:
(238,185,162)
(93%,73%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 185 of 255 = 73%
B 162 of 255 = 64%

238
185
162

R + G + B ~ 77%. #EEB9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 185 + 162 = 585 (100%)
R 238 of 585 ~ 40.68%
G 185 of 585 ~ 31.62%
B 162 of 585 ~ 27.69%

%40.68
%31.62
%27.69

CMYK color model

#EEB9A2 color CMYK value is (0,22,32,7).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 31.93%
  • key color value is 6.67%
CMYK:
(0,22,32,7)
C0M22Y32K7 
(0%,22%,32%,7%)
(0.00/0.22/0.32/0.07)	

CMYK percentages

%0
%22.27
%31.93
%6.67

Codes

Color #EEB9A2 in popluar color models

EEB9A2
RGB238185162
HSL18°69.09%78.43%
HSB/HSV18°31.93%93.33%
CMYK0.00%22.27%31.93%
6.67%

Color #EEB9A2 in popluar number systems.

HEXEEB9A2
Decimal238185162
Binary111011101011100110100010
Octal356271242

Shades and tints

Shades of #EEB9A2

#EEB9A2
(238,185,162)
#D9A994
(217,169,148)
#C49986
(196,153,134)
#AF8978
(175,137,120)
#9A796A
(154,121,106)
#85695C
(133,105,92)
#70594E
(112,89,78)
#5B4940
(91,73,64)
#463932
(70,57,50)
#312924
(49,41,36)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEB9A2

#EEB9A2
(238,185,162)
#EFBFAA
(239,191,170)
#F0C5B2
(240,197,178)
#F1CBBA
(241,203,186)
#F2D1C2
(242,209,194)
#F3D7CA
(243,215,202)
#F4DDD2
(244,221,210)
#F5E3DA
(245,227,218)
#F6E9E2
(246,233,226)
#F7EFEA
(247,239,234)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB9A2 color. Also use rgb(238,185,162) instead hex code.

Text Font Color

.myTextColor { color: #EEB9A2; }

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

This text font color is #EEB9A2.


Background Color

.myBgColor { background-color: #EEB9A2; }

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

This div background color is #EEB9A2.


Border color

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

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

This div border color is #EEB9A2.


Opacity

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

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

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

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

This text has shadow with #EEB9A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB9A2 on black background.


Color preview on white background

This text has color #EEB9A2 on white background.



Black color preview on #EEB9A2 background

This text has black color on #EEB9A2 background.


White color preview on #EEB9A2 background

This text has white color on #EEB9A2 background.