COLOR #EEA8DF

HEX: #EEA8DF
RGB: (238,168,223)

Color info

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

RGB color model

#EEA8DF color RGB value is (238,168,223).

  • red value is 238;
  • green value is 168;
  • blue value is 223.
RGB:
(238,168,223)
(93%,66%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 223 of 255 = 87%

238
168
223

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

Portions of RGB colors in percentages

R + G + B =
238 + 168 + 223 = 629 (100%)
R 238 of 629 ~ 37.84%
G 168 of 629 ~ 26.71%
B 223 of 629 ~ 35.45%

%37.84
%26.71
%35.45

CMYK color model

#EEA8DF color CMYK value is (0,29,6,7).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(0,29,6,7)
C0M29Y6K7 
(0%,29%,6%,7%)
(0.00/0.29/0.06/0.07)	

CMYK percentages

%0
%29.41
%6.3
%6.67

Codes

Color #EEA8DF in popluar color models

EEA8DF
RGB238168223
HSL313°67.31%79.61%
HSB/HSV313°29.41%93.33%
CMYK0.00%29.41%6.30%
6.67%

Color #EEA8DF in popluar number systems.

HEXEEA8DF
Decimal238168223
Binary111011101010100011011111
Octal356250337

Shades and tints

Shades of #EEA8DF

#EEA8DF
(238,168,223)
#D999CB
(217,153,203)
#C48AB7
(196,138,183)
#AF7BA3
(175,123,163)
#9A6C8F
(154,108,143)
#855D7B
(133,93,123)
#704E67
(112,78,103)
#5B3F53
(91,63,83)
#46303F
(70,48,63)
#31212B
(49,33,43)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #EEA8DF

#EEA8DF
(238,168,223)
#EFAFE1
(239,175,225)
#F0B6E3
(240,182,227)
#F1BDE5
(241,189,229)
#F2C4E7
(242,196,231)
#F3CBE9
(243,203,233)
#F4D2EB
(244,210,235)
#F5D9ED
(245,217,237)
#F6E0EF
(246,224,239)
#F7E7F1
(247,231,241)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA8DF color. Also use rgb(238,168,223) instead hex code.

Text Font Color

.myTextColor { color: #EEA8DF; }

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

This text font color is #EEA8DF.


Background Color

.myBgColor { background-color: #EEA8DF; }

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

This div background color is #EEA8DF.


Border color

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

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

This div border color is #EEA8DF.


Opacity

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

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

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

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

This text has shadow with #EEA8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA8DF on black background.


Color preview on white background

This text has color #EEA8DF on white background.



Black color preview on #EEA8DF background

This text has black color on #EEA8DF background.


White color preview on #EEA8DF background

This text has white color on #EEA8DF background.