COLOR #EE9F8C

HEX: #EE9F8C
RGB: (238,159,140)

Color info

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

RGB color model

#EE9F8C color RGB value is (238,159,140).

  • red value is 238;
  • green value is 159;
  • blue value is 140.
RGB:
(238,159,140)
(93%,62%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 140 of 255 = 55%

238
159
140

R + G + B ~ 70%. #EE9F8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 159 + 140 = 537 (100%)
R 238 of 537 ~ 44.32%
G 159 of 537 ~ 29.61%
B 140 of 537 ~ 26.07%

%44.32
%29.61
%26.07

CMYK color model

#EE9F8C color CMYK value is (0,33,41,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 41.18%
  • key color value is 6.67%
CMYK:
(0,33,41,7)
C0M33Y41K7 
(0%,33%,41%,7%)
(0.00/0.33/0.41/0.07)	

CMYK percentages

%0
%33.19
%41.18
%6.67

Codes

Color #EE9F8C in popluar color models

EE9F8C
RGB238159140
HSL12°74.24%74.12%
HSB/HSV12°41.18%93.33%
CMYK0.00%33.19%41.18%
6.67%

Color #EE9F8C in popluar number systems.

HEXEE9F8C
Decimal238159140
Binary111011101001111110001100
Octal356237214

Shades and tints

Shades of #EE9F8C

#EE9F8C
(238,159,140)
#D99180
(217,145,128)
#C48374
(196,131,116)
#AF7568
(175,117,104)
#9A675C
(154,103,92)
#855950
(133,89,80)
#704B44
(112,75,68)
#5B3D38
(91,61,56)
#462F2C
(70,47,44)
#312120
(49,33,32)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EE9F8C

#EE9F8C
(238,159,140)
#EFA796
(239,167,150)
#F0AFA0
(240,175,160)
#F1B7AA
(241,183,170)
#F2BFB4
(242,191,180)
#F3C7BE
(243,199,190)
#F4CFC8
(244,207,200)
#F5D7D2
(245,215,210)
#F6DFDC
(246,223,220)
#F7E7E6
(247,231,230)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9F8C color. Also use rgb(238,159,140) instead hex code.

Text Font Color

.myTextColor { color: #EE9F8C; }

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

This text font color is #EE9F8C.


Background Color

.myBgColor { background-color: #EE9F8C; }

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

This div background color is #EE9F8C.


Border color

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

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

This div border color is #EE9F8C.


Opacity

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

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

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

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

This text has shadow with #EE9F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9F8C on black background.


Color preview on white background

This text has color #EE9F8C on white background.



Black color preview on #EE9F8C background

This text has black color on #EE9F8C background.


White color preview on #EE9F8C background

This text has white color on #EE9F8C background.