COLOR #EEEFF8

HEX: #EEEFF8
RGB: (238,239,248)

Color info

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

RGB color model

#EEEFF8 color RGB value is (238,239,248).

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

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 248 of 255 = 97%

238
239
248

R + G + B ~ 95%. #EEEFF8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 248 = 725 (100%)
R 238 of 725 ~ 32.83%
G 239 of 725 ~ 32.97%
B 248 of 725 ~ 34.21%

%32.83
%32.97
%34.21

CMYK color model

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

  • cyan value is 4.03%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,4,0,3)
C4M4Y0K3 
(4%,4%,0%,3%)
(0.04/0.04/0.00/0.03)	

CMYK percentages

%4.03
%3.63
%0
%2.75

Codes

Color #EEEFF8 in popluar color models

EEEFF8
RGB238239248
HSL234°41.67%95.29%
HSB/HSV234°4.03%97.25%
CMYK4.03%3.63%0.00%
2.75%

Color #EEEFF8 in popluar number systems.

HEXEEEFF8
Decimal238239248
Binary111011101110111111111000
Octal356357370

Shades and tints

Shades of #EEEFF8

#EEEFF8
(238,239,248)
#D9DAE2
(217,218,226)
#C4C5CC
(196,197,204)
#AFB0B6
(175,176,182)
#9A9BA0
(154,155,160)
#85868A
(133,134,138)
#707174
(112,113,116)
#5B5C5E
(91,92,94)
#464748
(70,71,72)
#313232
(49,50,50)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #EEEFF8

#EEEFF8
(238,239,248)
#EFF0F8
(239,240,248)
#F0F1F8
(240,241,248)
#F1F2F8
(241,242,248)
#F2F3F8
(242,243,248)
#F3F4F8
(243,244,248)
#F4F5F8
(244,245,248)
#F5F6F8
(245,246,248)
#F6F7F8
(246,247,248)
#F7F8F8
(247,248,248)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFF8; }

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

This text font color is #EEEFF8.


Background Color

.myBgColor { background-color: #EEEFF8; }

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

This div background color is #EEEFF8.


Border color

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

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

This div border color is #EEEFF8.


Opacity

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

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

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

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

This text has shadow with #EEEFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEFF8 on black background.


Color preview on white background

This text has color #EEEFF8 on white background.



Black color preview on #EEEFF8 background

This text has black color on #EEEFF8 background.


White color preview on #EEEFF8 background

This text has white color on #EEEFF8 background.