COLOR #EEA39C

HEX: #EEA39C
RGB: (238,163,156)

Color info

#EEA39C contains mainly red color. Web safe color of #EEA39C is #FF9999 (or #F99).

RGB color model

#EEA39C color RGB value is (238,163,156).

  • red value is 238;
  • green value is 163;
  • blue value is 156.
RGB:
(238,163,156)
(93%,64%,61%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 156 of 255 = 61%

238
163
156

R + G + B ~ 73%. #EEA39C is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 163 + 156 = 557 (100%)
R 238 of 557 ~ 42.73%
G 163 of 557 ~ 29.26%
B 156 of 557 ~ 28.01%

%42.73
%29.26
%28.01

CMYK color model

#EEA39C color CMYK value is (0,32,34,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 34.45%
  • key color value is 6.67%
CMYK:
(0,32,34,7)
C0M32Y34K7 
(0%,32%,34%,7%)
(0.00/0.32/0.34/0.07)	

CMYK percentages

%0
%31.51
%34.45
%6.67

Codes

Color #EEA39C in popluar color models

EEA39C
RGB238163156
HSL70.69%77.25%
HSB/HSV34.45%93.33%
CMYK0.00%31.51%34.45%
6.67%

Color #EEA39C in popluar number systems.

HEXEEA39C
Decimal238163156
Binary111011101010001110011100
Octal356243234

Shades and tints

Shades of #EEA39C

#EEA39C
(238,163,156)
#D9958E
(217,149,142)
#C48780
(196,135,128)
#AF7972
(175,121,114)
#9A6B64
(154,107,100)
#855D56
(133,93,86)
#704F48
(112,79,72)
#5B413A
(91,65,58)
#46332C
(70,51,44)
#31251E
(49,37,30)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #EEA39C

#EEA39C
(238,163,156)
#EFABA5
(239,171,165)
#F0B3AE
(240,179,174)
#F1BBB7
(241,187,183)
#F2C3C0
(242,195,192)
#F3CBC9
(243,203,201)
#F4D3D2
(244,211,210)
#F5DBDB
(245,219,219)
#F6E3E4
(246,227,228)
#F7EBED
(247,235,237)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA39C color. Also use rgb(238,163,156) instead hex code.

Text Font Color

.myTextColor { color: #EEA39C; }

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

This text font color is #EEA39C.


Background Color

.myBgColor { background-color: #EEA39C; }

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

This div background color is #EEA39C.


Border color

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

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

This div border color is #EEA39C.


Opacity

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

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

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

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

This text has shadow with #EEA39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA39C on black background.


Color preview on white background

This text has color #EEA39C on white background.



Black color preview on #EEA39C background

This text has black color on #EEA39C background.


White color preview on #EEA39C background

This text has white color on #EEA39C background.