COLOR #EEA9B3

HEX: #EEA9B3
RGB: (238,169,179)

Color info

#EEA9B3 contains mainly red and blue colors. Web safe color of #EEA9B3 is #FF9999 (or #F99).

RGB color model

#EEA9B3 color RGB value is (238,169,179).

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

RGB channels and saturation

R 238 of 255 = 93%
G 169 of 255 = 66%
B 179 of 255 = 70%

238
169
179

R + G + B ~ 76%. #EEA9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 169 + 179 = 586 (100%)
R 238 of 586 ~ 40.61%
G 169 of 586 ~ 28.84%
B 179 of 586 ~ 30.55%

%40.61
%28.84
%30.55

CMYK color model

#EEA9B3 color CMYK value is (0,29,25,7).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 24.79%
  • key color value is 6.67%
CMYK:
(0,29,25,7)
C0M29Y25K7 
(0%,29%,25%,7%)
(0.00/0.29/0.25/0.07)	

CMYK percentages

%0
%28.99
%24.79
%6.67

Codes

Color #EEA9B3 in popluar color models

EEA9B3
RGB238169179
HSL351°66.99%79.80%
HSB/HSV351°28.99%93.33%
CMYK0.00%28.99%24.79%
6.67%

Color #EEA9B3 in popluar number systems.

HEXEEA9B3
Decimal238169179
Binary111011101010100110110011
Octal356251263

Shades and tints

Shades of #EEA9B3

#EEA9B3
(238,169,179)
#D99AA3
(217,154,163)
#C48B93
(196,139,147)
#AF7C83
(175,124,131)
#9A6D73
(154,109,115)
#855E63
(133,94,99)
#704F53
(112,79,83)
#5B4043
(91,64,67)
#463133
(70,49,51)
#312223
(49,34,35)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EEA9B3

#EEA9B3
(238,169,179)
#EFB0B9
(239,176,185)
#F0B7BF
(240,183,191)
#F1BEC5
(241,190,197)
#F2C5CB
(242,197,203)
#F3CCD1
(243,204,209)
#F4D3D7
(244,211,215)
#F5DADD
(245,218,221)
#F6E1E3
(246,225,227)
#F7E8E9
(247,232,233)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA9B3; }

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

This text font color is #EEA9B3.


Background Color

.myBgColor { background-color: #EEA9B3; }

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

This div background color is #EEA9B3.


Border color

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

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

This div border color is #EEA9B3.


Opacity

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

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

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

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

This text has shadow with #EEA9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA9B3 on black background.


Color preview on white background

This text has color #EEA9B3 on white background.



Black color preview on #EEA9B3 background

This text has black color on #EEA9B3 background.


White color preview on #EEA9B3 background

This text has white color on #EEA9B3 background.