COLOR #EE9F8B

HEX: #EE9F8B
RGB: (238,159,139)

Color info

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

RGB color model

#EE9F8B color RGB value is (238,159,139).

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

RGB channels and saturation

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

238
159
139

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

Portions of RGB colors in percentages

R + G + B =
238 + 159 + 139 = 536 (100%)
R 238 of 536 ~ 44.4%
G 159 of 536 ~ 29.66%
B 139 of 536 ~ 25.93%

%44.4
%29.66
%25.93

CMYK color model

#EE9F8B color CMYK value is (0,33,42,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 41.60%
  • key color value is 6.67%
CMYK:
(0,33,42,7)
C0M33Y42K7 
(0%,33%,42%,7%)
(0.00/0.33/0.42/0.07)	

CMYK percentages

%0
%33.19
%41.6
%6.67

Codes

Color #EE9F8B in popluar color models

EE9F8B
RGB238159139
HSL12°74.44%73.92%
HSB/HSV12°41.60%93.33%
CMYK0.00%33.19%41.60%
6.67%

Color #EE9F8B in popluar number systems.

HEXEE9F8B
Decimal238159139
Binary111011101001111110001011
Octal356237213

Shades and tints

Shades of #EE9F8B

#EE9F8B
(238,159,139)
#D9917F
(217,145,127)
#C48373
(196,131,115)
#AF7567
(175,117,103)
#9A675B
(154,103,91)
#85594F
(133,89,79)
#704B43
(112,75,67)
#5B3D37
(91,61,55)
#462F2B
(70,47,43)
#31211F
(49,33,31)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EE9F8B

#EE9F8B
(238,159,139)
#EFA795
(239,167,149)
#F0AF9F
(240,175,159)
#F1B7A9
(241,183,169)
#F2BFB3
(242,191,179)
#F3C7BD
(243,199,189)
#F4CFC7
(244,207,199)
#F5D7D1
(245,215,209)
#F6DFDB
(246,223,219)
#F7E7E5
(247,231,229)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE9F8B; }

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

This text font color is #EE9F8B.


Background Color

.myBgColor { background-color: #EE9F8B; }

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

This div background color is #EE9F8B.


Border color

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

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

This div border color is #EE9F8B.


Opacity

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

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

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

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

This text has shadow with #EE9F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9F8B on black background.


Color preview on white background

This text has color #EE9F8B on white background.



Black color preview on #EE9F8B background

This text has black color on #EE9F8B background.


White color preview on #EE9F8B background

This text has white color on #EE9F8B background.