COLOR #EEFAF9

HEX: #EEFAF9
RGB: (238,250,249)

Color info

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

RGB color model

#EEFAF9 color RGB value is (238,250,249).

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

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 249 of 255 = 98%

238
250
249

R + G + B ~ 96%. #EEFAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 249 = 737 (100%)
R 238 of 737 ~ 32.29%
G 250 of 737 ~ 33.92%
B 249 of 737 ~ 33.79%

%32.29
%33.92
%33.79

CMYK color model

#EEFAF9 color CMYK value is (5,0,0,2).

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(5,0,0,2)
C5M0Y0K2 
(5%,0%,0%,2%)
(0.05/0.00/0.00/0.02)	

CMYK percentages

%4.8
%0
%0.4
%1.96

Codes

Color #EEFAF9 in popluar color models

EEFAF9
RGB238250249
HSL175°54.55%95.69%
HSB/HSV175°4.80%98.04%
CMYK4.80%0.00%0.40%
1.96%

Color #EEFAF9 in popluar number systems.

HEXEEFAF9
Decimal238250249
Binary111011101111101011111001
Octal356372371

Shades and tints

Shades of #EEFAF9

#EEFAF9
(238,250,249)
#D9E4E3
(217,228,227)
#C4CECD
(196,206,205)
#AFB8B7
(175,184,183)
#9AA2A1
(154,162,161)
#858C8B
(133,140,139)
#707675
(112,118,117)
#5B605F
(91,96,95)
#464A49
(70,74,73)
#313433
(49,52,51)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #EEFAF9

#EEFAF9
(238,250,249)
#EFFAF9
(239,250,249)
#F0FAF9
(240,250,249)
#F1FAF9
(241,250,249)
#F2FAF9
(242,250,249)
#F3FAF9
(243,250,249)
#F4FAF9
(244,250,249)
#F5FAF9
(245,250,249)
#F6FAF9
(246,250,249)
#F7FAF9
(247,250,249)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAF9; }

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

This text font color is #EEFAF9.


Background Color

.myBgColor { background-color: #EEFAF9; }

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

This div background color is #EEFAF9.


Border color

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

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

This div border color is #EEFAF9.


Opacity

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

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

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

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

This text has shadow with #EEFAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFAF9 on black background.


Color preview on white background

This text has color #EEFAF9 on white background.



Black color preview on #EEFAF9 background

This text has black color on #EEFAF9 background.


White color preview on #EEFAF9 background

This text has white color on #EEFAF9 background.