COLOR #EEADA7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

238
173
167

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

Portions of RGB colors in percentages

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

%41.18
%29.93
%28.89

CMYK color model

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

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

CMYK percentages

%0
%27.31
%29.83
%6.67

Codes

Color #EEADA7 in popluar color models

EEADA7
RGB238173167
HSL67.62%79.41%
HSB/HSV29.83%93.33%
CMYK0.00%27.31%29.83%
6.67%

Color #EEADA7 in popluar number systems.

HEXEEADA7
Decimal238173167
Binary111011101010110110100111
Octal356255247

Shades and tints

Shades of #EEADA7

#EEADA7
(238,173,167)
#D99E98
(217,158,152)
#C48F89
(196,143,137)
#AF807A
(175,128,122)
#9A716B
(154,113,107)
#85625C
(133,98,92)
#70534D
(112,83,77)
#5B443E
(91,68,62)
#46352F
(70,53,47)
#312620
(49,38,32)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #EEADA7

#EEADA7
(238,173,167)
#EFB4AF
(239,180,175)
#F0BBB7
(240,187,183)
#F1C2BF
(241,194,191)
#F2C9C7
(242,201,199)
#F3D0CF
(243,208,207)
#F4D7D7
(244,215,215)
#F5DEDF
(245,222,223)
#F6E5E7
(246,229,231)
#F7ECEF
(247,236,239)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEADA7; }

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

This text font color is #EEADA7.


Background Color

.myBgColor { background-color: #EEADA7; }

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

This div background color is #EEADA7.


Border color

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

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

This div border color is #EEADA7.


Opacity

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

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

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

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

This text has shadow with #EEADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEADA7 on black background.


Color preview on white background

This text has color #EEADA7 on white background.



Black color preview on #EEADA7 background

This text has black color on #EEADA7 background.


White color preview on #EEADA7 background

This text has white color on #EEADA7 background.