COLOR #EEAAF8

HEX: #EEAAF8
RGB: (238,170,248)

Color info

#EEAAF8 contains mainly red and blue colors. Web safe color of #EEAAF8 is #FF99FF (or #F9F).

RGB color model

#EEAAF8 color RGB value is (238,170,248).

  • red value is 238;
  • green value is 170;
  • blue value is 248.
RGB:
(238,170,248)
(93%,67%,97%)

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 248 of 255 = 97%

238
170
248

R + G + B ~ 86%. #EEAAF8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 170 + 248 = 656 (100%)
R 238 of 656 ~ 36.28%
G 170 of 656 ~ 25.91%
B 248 of 656 ~ 37.8%

%36.28
%25.91
%37.8

CMYK color model

#EEAAF8 color CMYK value is (4,31,0,3).

  • cyan value is 4.03%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,31,0,3)
C4M31Y0K3 
(4%,31%,0%,3%)
(0.04/0.31/0.00/0.03)	

CMYK percentages

%4.03
%31.45
%0
%2.75

Codes

Color #EEAAF8 in popluar color models

EEAAF8
RGB238170248
HSL292°84.78%81.96%
HSB/HSV292°31.45%97.25%
CMYK4.03%31.45%0.00%
2.75%

Color #EEAAF8 in popluar number systems.

HEXEEAAF8
Decimal238170248
Binary111011101010101011111000
Octal356252370

Shades and tints

Shades of #EEAAF8

#EEAAF8
(238,170,248)
#D99BE2
(217,155,226)
#C48CCC
(196,140,204)
#AF7DB6
(175,125,182)
#9A6EA0
(154,110,160)
#855F8A
(133,95,138)
#705074
(112,80,116)
#5B415E
(91,65,94)
#463248
(70,50,72)
#312332
(49,35,50)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #EEAAF8

#EEAAF8
(238,170,248)
#EFB1F8
(239,177,248)
#F0B8F8
(240,184,248)
#F1BFF8
(241,191,248)
#F2C6F8
(242,198,248)
#F3CDF8
(243,205,248)
#F4D4F8
(244,212,248)
#F5DBF8
(245,219,248)
#F6E2F8
(246,226,248)
#F7E9F8
(247,233,248)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAAF8 color. Also use rgb(238,170,248) instead hex code.

Text Font Color

.myTextColor { color: #EEAAF8; }

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

This text font color is #EEAAF8.


Background Color

.myBgColor { background-color: #EEAAF8; }

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

This div background color is #EEAAF8.


Border color

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

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

This div border color is #EEAAF8.


Opacity

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

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

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

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

This text has shadow with #EEAAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAAF8 on black background.


Color preview on white background

This text has color #EEAAF8 on white background.



Black color preview on #EEAAF8 background

This text has black color on #EEAAF8 background.


White color preview on #EEAAF8 background

This text has white color on #EEAAF8 background.