COLOR #EEA7AD

HEX: #EEA7AD
RGB: (238,167,173)

Color info

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

RGB color model

#EEA7AD color RGB value is (238,167,173).

  • red value is 238;
  • green value is 167;
  • blue value is 173.
RGB:
(238,167,173)
(93%,65%,68%)

RGB channels and saturation

R 238 of 255 = 93%
G 167 of 255 = 65%
B 173 of 255 = 68%

238
167
173

R + G + B ~ 75%. #EEA7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 167 + 173 = 578 (100%)
R 238 of 578 ~ 41.18%
G 167 of 578 ~ 28.89%
B 173 of 578 ~ 29.93%

%41.18
%28.89
%29.93

CMYK color model

#EEA7AD color CMYK value is (0,30,27,7).

  • cyan value is 0.00%
  • magenta value is 29.83%
  • yellow value is 27.31%
  • key color value is 6.67%
CMYK:
(0,30,27,7)
C0M30Y27K7 
(0%,30%,27%,7%)
(0.00/0.30/0.27/0.07)	

CMYK percentages

%0
%29.83
%27.31
%6.67

Codes

Color #EEA7AD in popluar color models

EEA7AD
RGB238167173
HSL355°67.62%79.41%
HSB/HSV355°29.83%93.33%
CMYK0.00%29.83%27.31%
6.67%

Color #EEA7AD in popluar number systems.

HEXEEA7AD
Decimal238167173
Binary111011101010011110101101
Octal356247255

Shades and tints

Shades of #EEA7AD

#EEA7AD
(238,167,173)
#D9989E
(217,152,158)
#C4898F
(196,137,143)
#AF7A80
(175,122,128)
#9A6B71
(154,107,113)
#855C62
(133,92,98)
#704D53
(112,77,83)
#5B3E44
(91,62,68)
#462F35
(70,47,53)
#312026
(49,32,38)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #EEA7AD

#EEA7AD
(238,167,173)
#EFAFB4
(239,175,180)
#F0B7BB
(240,183,187)
#F1BFC2
(241,191,194)
#F2C7C9
(242,199,201)
#F3CFD0
(243,207,208)
#F4D7D7
(244,215,215)
#F5DFDE
(245,223,222)
#F6E7E5
(246,231,229)
#F7EFEC
(247,239,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA7AD color. Also use rgb(238,167,173) instead hex code.

Text Font Color

.myTextColor { color: #EEA7AD; }

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

This text font color is #EEA7AD.


Background Color

.myBgColor { background-color: #EEA7AD; }

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

This div background color is #EEA7AD.


Border color

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

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

This div border color is #EEA7AD.


Opacity

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

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

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

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

This text has shadow with #EEA7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA7AD on black background.


Color preview on white background

This text has color #EEA7AD on white background.



Black color preview on #EEA7AD background

This text has black color on #EEA7AD background.


White color preview on #EEA7AD background

This text has white color on #EEA7AD background.