COLOR #EEAED7

HEX: #EEAED7
RGB: (238,174,215)

Color info

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

RGB color model

#EEAED7 color RGB value is (238,174,215).

  • red value is 238;
  • green value is 174;
  • blue value is 215.
RGB:
(238,174,215)
(93%,68%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 174 of 255 = 68%
B 215 of 255 = 84%

238
174
215

R + G + B ~ 82%. #EEAED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 174 + 215 = 627 (100%)
R 238 of 627 ~ 37.96%
G 174 of 627 ~ 27.75%
B 215 of 627 ~ 34.29%

%37.96
%27.75
%34.29

CMYK color model

#EEAED7 color CMYK value is (0,27,10,7).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(0,27,10,7)
C0M27Y10K7 
(0%,27%,10%,7%)
(0.00/0.27/0.10/0.07)	

CMYK percentages

%0
%26.89
%9.66
%6.67

Codes

Color #EEAED7 in popluar color models

EEAED7
RGB238174215
HSL322°65.31%80.78%
HSB/HSV322°26.89%93.33%
CMYK0.00%26.89%9.66%
6.67%

Color #EEAED7 in popluar number systems.

HEXEEAED7
Decimal238174215
Binary111011101010111011010111
Octal356256327

Shades and tints

Shades of #EEAED7

#EEAED7
(238,174,215)
#D99FC4
(217,159,196)
#C490B1
(196,144,177)
#AF819E
(175,129,158)
#9A728B
(154,114,139)
#856378
(133,99,120)
#705465
(112,84,101)
#5B4552
(91,69,82)
#46363F
(70,54,63)
#31272C
(49,39,44)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEAED7

#EEAED7
(238,174,215)
#EFB5DA
(239,181,218)
#F0BCDD
(240,188,221)
#F1C3E0
(241,195,224)
#F2CAE3
(242,202,227)
#F3D1E6
(243,209,230)
#F4D8E9
(244,216,233)
#F5DFEC
(245,223,236)
#F6E6EF
(246,230,239)
#F7EDF2
(247,237,242)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAED7 color. Also use rgb(238,174,215) instead hex code.

Text Font Color

.myTextColor { color: #EEAED7; }

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

This text font color is #EEAED7.


Background Color

.myBgColor { background-color: #EEAED7; }

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

This div background color is #EEAED7.


Border color

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

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

This div border color is #EEAED7.


Opacity

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

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

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

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

This text has shadow with #EEAED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAED7 on black background.


Color preview on white background

This text has color #EEAED7 on white background.



Black color preview on #EEAED7 background

This text has black color on #EEAED7 background.


White color preview on #EEAED7 background

This text has white color on #EEAED7 background.