COLOR #EE9D84

HEX: #EE9D84
RGB: (238,157,132)

Color info

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

RGB color model

#EE9D84 color RGB value is (238,157,132).

  • red value is 238;
  • green value is 157;
  • blue value is 132.
RGB:
(238,157,132)
(93%,62%,52%)

RGB channels and saturation

R 238 of 255 = 93%
G 157 of 255 = 62%
B 132 of 255 = 52%

238
157
132

R + G + B ~ 69%. #EE9D84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 157 + 132 = 527 (100%)
R 238 of 527 ~ 45.16%
G 157 of 527 ~ 29.79%
B 132 of 527 ~ 25.05%

%45.16
%29.79
%25.05

CMYK color model

#EE9D84 color CMYK value is (0,34,45,7).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 44.54%
  • key color value is 6.67%
CMYK:
(0,34,45,7)
C0M34Y45K7 
(0%,34%,45%,7%)
(0.00/0.34/0.45/0.07)	

CMYK percentages

%0
%34.03
%44.54
%6.67

Codes

Color #EE9D84 in popluar color models

EE9D84
RGB238157132
HSL14°75.71%72.55%
HSB/HSV14°44.54%93.33%
CMYK0.00%34.03%44.54%
6.67%

Color #EE9D84 in popluar number systems.

HEXEE9D84
Decimal238157132
Binary111011101001110110000100
Octal356235204

Shades and tints

Shades of #EE9D84

#EE9D84
(238,157,132)
#D98F78
(217,143,120)
#C4816C
(196,129,108)
#AF7360
(175,115,96)
#9A6554
(154,101,84)
#855748
(133,87,72)
#70493C
(112,73,60)
#5B3B30
(91,59,48)
#462D24
(70,45,36)
#311F18
(49,31,24)
#1C110C
(28,17,12)
#000000
(0,0,0)

Tints of #EE9D84

#EE9D84
(238,157,132)
#EFA58F
(239,165,143)
#F0AD9A
(240,173,154)
#F1B5A5
(241,181,165)
#F2BDB0
(242,189,176)
#F3C5BB
(243,197,187)
#F4CDC6
(244,205,198)
#F5D5D1
(245,213,209)
#F6DDDC
(246,221,220)
#F7E5E7
(247,229,231)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9D84 color. Also use rgb(238,157,132) instead hex code.

Text Font Color

.myTextColor { color: #EE9D84; }

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

This text font color is #EE9D84.


Background Color

.myBgColor { background-color: #EE9D84; }

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

This div background color is #EE9D84.


Border color

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

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

This div border color is #EE9D84.


Opacity

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

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

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

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

This text has shadow with #EE9D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9D84 on black background.


Color preview on white background

This text has color #EE9D84 on white background.



Black color preview on #EE9D84 background

This text has black color on #EE9D84 background.


White color preview on #EE9D84 background

This text has white color on #EE9D84 background.