COLOR #EEEAF9

HEX: #EEEAF9
RGB: (238,234,249)

Color info

#EEEAF9 contains red, green and blue colors in about the same proportion. Web safe color of #EEEAF9 is #FFFFFF (or #FFF).

RGB color model

#EEEAF9 color RGB value is (238,234,249).

  • red value is 238;
  • green value is 234;
  • blue value is 249.
RGB:
(238,234,249)
(93%,92%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 249 of 255 = 98%

238
234
249

R + G + B ~ 94%. #EEEAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 249 = 721 (100%)
R 238 of 721 ~ 33.01%
G 234 of 721 ~ 32.45%
B 249 of 721 ~ 34.54%

%33.01
%32.45
%34.54

CMYK color model

#EEEAF9 color CMYK value is (4,6,0,2).

  • cyan value is 4.42%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,6,0,2)
C4M6Y0K2 
(4%,6%,0%,2%)
(0.04/0.06/0.00/0.02)	

CMYK percentages

%4.42
%6.02
%0
%2.35

Codes

Color #EEEAF9 in popluar color models

EEEAF9
RGB238234249
HSL256°55.56%94.71%
HSB/HSV256°6.02%97.65%
CMYK4.42%6.02%0.00%
2.35%

Color #EEEAF9 in popluar number systems.

HEXEEEAF9
Decimal238234249
Binary111011101110101011111001
Octal356352371

Shades and tints

Shades of #EEEAF9

#EEEAF9
(238,234,249)
#D9D5E3
(217,213,227)
#C4C0CD
(196,192,205)
#AFABB7
(175,171,183)
#9A96A1
(154,150,161)
#85818B
(133,129,139)
#706C75
(112,108,117)
#5B575F
(91,87,95)
#464249
(70,66,73)
#312D33
(49,45,51)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #EEEAF9

#EEEAF9
(238,234,249)
#EFEBF9
(239,235,249)
#F0ECF9
(240,236,249)
#F1EDF9
(241,237,249)
#F2EEF9
(242,238,249)
#F3EFF9
(243,239,249)
#F4F0F9
(244,240,249)
#F5F1F9
(245,241,249)
#F6F2F9
(246,242,249)
#F7F3F9
(247,243,249)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEAF9 color. Also use rgb(238,234,249) instead hex code.

Text Font Color

.myTextColor { color: #EEEAF9; }

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

This text font color is #EEEAF9.


Background Color

.myBgColor { background-color: #EEEAF9; }

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

This div background color is #EEEAF9.


Border color

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

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

This div border color is #EEEAF9.


Opacity

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

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

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

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

This text has shadow with #EEEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAF9 on black background.


Color preview on white background

This text has color #EEEAF9 on white background.



Black color preview on #EEEAF9 background

This text has black color on #EEEAF9 background.


White color preview on #EEEAF9 background

This text has white color on #EEEAF9 background.