COLOR #EEFAF2

HEX: #EEFAF2
RGB: (238,250,242)

Color info

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

RGB color model

#EEFAF2 color RGB value is (238,250,242).

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

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 242 of 255 = 95%

238
250
242

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

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 242 = 730 (100%)
R 238 of 730 ~ 32.6%
G 250 of 730 ~ 34.25%
B 242 of 730 ~ 33.15%

%32.6
%34.25
%33.15

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 1.96%
CMYK:
(5,0,3,2)
C5M0Y3K2 
(5%,0%,3%,2%)
(0.05/0.00/0.03/0.02)	

CMYK percentages

%4.8
%0
%3.2
%1.96

Codes

Color #EEFAF2 in popluar color models

EEFAF2
RGB238250242
HSL140°54.55%95.69%
HSB/HSV140°4.80%98.04%
CMYK4.80%0.00%3.20%
1.96%

Color #EEFAF2 in popluar number systems.

HEXEEFAF2
Decimal238250242
Binary111011101111101011110010
Octal356372362

Shades and tints

Shades of #EEFAF2

#EEFAF2
(238,250,242)
#D9E4DC
(217,228,220)
#C4CEC6
(196,206,198)
#AFB8B0
(175,184,176)
#9AA29A
(154,162,154)
#858C84
(133,140,132)
#70766E
(112,118,110)
#5B6058
(91,96,88)
#464A42
(70,74,66)
#31342C
(49,52,44)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEFAF2

#EEFAF2
(238,250,242)
#EFFAF3
(239,250,243)
#F0FAF4
(240,250,244)
#F1FAF5
(241,250,245)
#F2FAF6
(242,250,246)
#F3FAF7
(243,250,247)
#F4FAF8
(244,250,248)
#F5FAF9
(245,250,249)
#F6FAFA
(246,250,250)
#F7FAFB
(247,250,251)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAF2; }

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

This text font color is #EEFAF2.


Background Color

.myBgColor { background-color: #EEFAF2; }

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

This div background color is #EEFAF2.


Border color

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

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

This div border color is #EEFAF2.


Opacity

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

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

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

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

This text has shadow with #EEFAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFAF2 on black background.


Color preview on white background

This text has color #EEFAF2 on white background.



Black color preview on #EEFAF2 background

This text has black color on #EEFAF2 background.


White color preview on #EEFAF2 background

This text has white color on #EEFAF2 background.