COLOR #EEA9BA

HEX: #EEA9BA
RGB: (238,169,186)

Color info

#EEA9BA contains mainly red and blue colors. Web safe color of #EEA9BA is #FF99CC (or #F9C).

RGB color model

#EEA9BA color RGB value is (238,169,186).

  • red value is 238;
  • green value is 169;
  • blue value is 186.
RGB:
(238,169,186)
(93%,66%,73%)

RGB channels and saturation

R 238 of 255 = 93%
G 169 of 255 = 66%
B 186 of 255 = 73%

238
169
186

R + G + B ~ 77%. #EEA9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 169 + 186 = 593 (100%)
R 238 of 593 ~ 40.13%
G 169 of 593 ~ 28.5%
B 186 of 593 ~ 31.37%

%40.13
%28.5
%31.37

CMYK color model

#EEA9BA color CMYK value is (0,29,22,7).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(0,29,22,7)
C0M29Y22K7 
(0%,29%,22%,7%)
(0.00/0.29/0.22/0.07)	

CMYK percentages

%0
%28.99
%21.85
%6.67

Codes

Color #EEA9BA in popluar color models

EEA9BA
RGB238169186
HSL345°66.99%79.80%
HSB/HSV345°28.99%93.33%
CMYK0.00%28.99%21.85%
6.67%

Color #EEA9BA in popluar number systems.

HEXEEA9BA
Decimal238169186
Binary111011101010100110111010
Octal356251272

Shades and tints

Shades of #EEA9BA

#EEA9BA
(238,169,186)
#D99AAA
(217,154,170)
#C48B9A
(196,139,154)
#AF7C8A
(175,124,138)
#9A6D7A
(154,109,122)
#855E6A
(133,94,106)
#704F5A
(112,79,90)
#5B404A
(91,64,74)
#46313A
(70,49,58)
#31222A
(49,34,42)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #EEA9BA

#EEA9BA
(238,169,186)
#EFB0C0
(239,176,192)
#F0B7C6
(240,183,198)
#F1BECC
(241,190,204)
#F2C5D2
(242,197,210)
#F3CCD8
(243,204,216)
#F4D3DE
(244,211,222)
#F5DAE4
(245,218,228)
#F6E1EA
(246,225,234)
#F7E8F0
(247,232,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA9BA color. Also use rgb(238,169,186) instead hex code.

Text Font Color

.myTextColor { color: #EEA9BA; }

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

This text font color is #EEA9BA.


Background Color

.myBgColor { background-color: #EEA9BA; }

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

This div background color is #EEA9BA.


Border color

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

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

This div border color is #EEA9BA.


Opacity

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

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

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

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

This text has shadow with #EEA9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA9BA on black background.


Color preview on white background

This text has color #EEA9BA on white background.



Black color preview on #EEA9BA background

This text has black color on #EEA9BA background.


White color preview on #EEA9BA background

This text has white color on #EEA9BA background.