COLOR #EEEAF6

HEX: #EEEAF6
RGB: (238,234,246)

Color info

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

RGB color model

#EEEAF6 color RGB value is (238,234,246).

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

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 246 of 255 = 96%

238
234
246

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

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 246 = 718 (100%)
R 238 of 718 ~ 33.15%
G 234 of 718 ~ 32.59%
B 246 of 718 ~ 34.26%

%33.15
%32.59
%34.26

CMYK color model

#EEEAF6 color CMYK value is (3,5,0,4).

  • cyan value is 3.25%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,5,0,4)
C3M5Y0K4 
(3%,5%,0%,4%)
(0.03/0.05/0.00/0.04)	

CMYK percentages

%3.25
%4.88
%0
%3.53

Codes

Color #EEEAF6 in popluar color models

EEEAF6
RGB238234246
HSL260°40.00%94.12%
HSB/HSV260°4.88%96.47%
CMYK3.25%4.88%0.00%
3.53%

Color #EEEAF6 in popluar number systems.

HEXEEEAF6
Decimal238234246
Binary111011101110101011110110
Octal356352366

Shades and tints

Shades of #EEEAF6

#EEEAF6
(238,234,246)
#D9D5E0
(217,213,224)
#C4C0CA
(196,192,202)
#AFABB4
(175,171,180)
#9A969E
(154,150,158)
#858188
(133,129,136)
#706C72
(112,108,114)
#5B575C
(91,87,92)
#464246
(70,66,70)
#312D30
(49,45,48)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EEEAF6

#EEEAF6
(238,234,246)
#EFEBF6
(239,235,246)
#F0ECF6
(240,236,246)
#F1EDF6
(241,237,246)
#F2EEF6
(242,238,246)
#F3EFF6
(243,239,246)
#F4F0F6
(244,240,246)
#F5F1F6
(245,241,246)
#F6F2F6
(246,242,246)
#F7F3F6
(247,243,246)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAF6; }

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

This text font color is #EEEAF6.


Background Color

.myBgColor { background-color: #EEEAF6; }

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

This div background color is #EEEAF6.


Border color

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

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

This div border color is #EEEAF6.


Opacity

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

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

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

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

This text has shadow with #EEEAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAF6 on black background.


Color preview on white background

This text has color #EEEAF6 on white background.



Black color preview on #EEEAF6 background

This text has black color on #EEEAF6 background.


White color preview on #EEEAF6 background

This text has white color on #EEEAF6 background.