COLOR #EEA5B7

HEX: #EEA5B7
RGB: (238,165,183)

Color info

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

RGB color model

#EEA5B7 color RGB value is (238,165,183).

  • red value is 238;
  • green value is 165;
  • blue value is 183.
RGB:
(238,165,183)
(93%,65%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 165 of 255 = 65%
B 183 of 255 = 72%

238
165
183

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

Portions of RGB colors in percentages

R + G + B =
238 + 165 + 183 = 586 (100%)
R 238 of 586 ~ 40.61%
G 165 of 586 ~ 28.16%
B 183 of 586 ~ 31.23%

%40.61
%28.16
%31.23

CMYK color model

#EEA5B7 color CMYK value is (0,31,23,7).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,31,23,7)
C0M31Y23K7 
(0%,31%,23%,7%)
(0.00/0.31/0.23/0.07)	

CMYK percentages

%0
%30.67
%23.11
%6.67

Codes

Color #EEA5B7 in popluar color models

EEA5B7
RGB238165183
HSL345°68.22%79.02%
HSB/HSV345°30.67%93.33%
CMYK0.00%30.67%23.11%
6.67%

Color #EEA5B7 in popluar number systems.

HEXEEA5B7
Decimal238165183
Binary111011101010010110110111
Octal356245267

Shades and tints

Shades of #EEA5B7

#EEA5B7
(238,165,183)
#D996A7
(217,150,167)
#C48797
(196,135,151)
#AF7887
(175,120,135)
#9A6977
(154,105,119)
#855A67
(133,90,103)
#704B57
(112,75,87)
#5B3C47
(91,60,71)
#462D37
(70,45,55)
#311E27
(49,30,39)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #EEA5B7

#EEA5B7
(238,165,183)
#EFADBD
(239,173,189)
#F0B5C3
(240,181,195)
#F1BDC9
(241,189,201)
#F2C5CF
(242,197,207)
#F3CDD5
(243,205,213)
#F4D5DB
(244,213,219)
#F5DDE1
(245,221,225)
#F6E5E7
(246,229,231)
#F7EDED
(247,237,237)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA5B7 color. Also use rgb(238,165,183) instead hex code.

Text Font Color

.myTextColor { color: #EEA5B7; }

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

This text font color is #EEA5B7.


Background Color

.myBgColor { background-color: #EEA5B7; }

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

This div background color is #EEA5B7.


Border color

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

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

This div border color is #EEA5B7.


Opacity

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

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

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

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

This text has shadow with #EEA5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA5B7 on black background.


Color preview on white background

This text has color #EEA5B7 on white background.



Black color preview on #EEA5B7 background

This text has black color on #EEA5B7 background.


White color preview on #EEA5B7 background

This text has white color on #EEA5B7 background.