COLOR #EE9C9E

HEX: #EE9C9E
RGB: (238,156,158)

Color info

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

RGB color model

#EE9C9E color RGB value is (238,156,158).

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

RGB channels and saturation

R 238 of 255 = 93%
G 156 of 255 = 61%
B 158 of 255 = 62%

238
156
158

R + G + B ~ 72%. #EE9C9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 156 + 158 = 552 (100%)
R 238 of 552 ~ 43.12%
G 156 of 552 ~ 28.26%
B 158 of 552 ~ 28.62%

%43.12
%28.26
%28.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 33.61%
  • key color value is 6.67%
CMYK:
(0,34,34,7)
C0M34Y34K7 
(0%,34%,34%,7%)
(0.00/0.34/0.34/0.07)	

CMYK percentages

%0
%34.45
%33.61
%6.67

Codes

Color #EE9C9E in popluar color models

EE9C9E
RGB238156158
HSL359°70.69%77.25%
HSB/HSV359°34.45%93.33%
CMYK0.00%34.45%33.61%
6.67%

Color #EE9C9E in popluar number systems.

HEXEE9C9E
Decimal238156158
Binary111011101001110010011110
Octal356234236

Shades and tints

Shades of #EE9C9E

#EE9C9E
(238,156,158)
#D98E90
(217,142,144)
#C48082
(196,128,130)
#AF7274
(175,114,116)
#9A6466
(154,100,102)
#855658
(133,86,88)
#70484A
(112,72,74)
#5B3A3C
(91,58,60)
#462C2E
(70,44,46)
#311E20
(49,30,32)
#1C1012
(28,16,18)
#000000
(0,0,0)

Tints of #EE9C9E

#EE9C9E
(238,156,158)
#EFA5A6
(239,165,166)
#F0AEAE
(240,174,174)
#F1B7B6
(241,183,182)
#F2C0BE
(242,192,190)
#F3C9C6
(243,201,198)
#F4D2CE
(244,210,206)
#F5DBD6
(245,219,214)
#F6E4DE
(246,228,222)
#F7EDE6
(247,237,230)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE9C9E; }

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

This text font color is #EE9C9E.


Background Color

.myBgColor { background-color: #EE9C9E; }

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

This div background color is #EE9C9E.


Border color

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

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

This div border color is #EE9C9E.


Opacity

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

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

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

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

This text has shadow with #EE9C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9C9E on black background.


Color preview on white background

This text has color #EE9C9E on white background.



Black color preview on #EE9C9E background

This text has black color on #EE9C9E background.


White color preview on #EE9C9E background

This text has white color on #EE9C9E background.