COLOR #EEFDF9

HEX: #EEFDF9
RGB: (238,253,249)

Color info

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

RGB color model

#EEFDF9 color RGB value is (238,253,249).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 249 of 255 = 98%

238
253
249

R + G + B ~ 97%. #EEFDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 249 = 740 (100%)
R 238 of 740 ~ 32.16%
G 253 of 740 ~ 34.19%
B 249 of 740 ~ 33.65%

%32.16
%34.19
%33.65

CMYK color model

#EEFDF9 color CMYK value is (6,0,2,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(6,0,2,1)
C6M0Y2K1 
(6%,0%,2%,1%)
(0.06/0.00/0.02/0.01)	

CMYK percentages

%5.93
%0
%1.58
%0.78

Codes

Color #EEFDF9 in popluar color models

EEFDF9
RGB238253249
HSL164°78.95%96.27%
HSB/HSV164°5.93%99.22%
CMYK5.93%0.00%1.58%
0.78%

Color #EEFDF9 in popluar number systems.

HEXEEFDF9
Decimal238253249
Binary111011101111110111111001
Octal356375371

Shades and tints

Shades of #EEFDF9

#EEFDF9
(238,253,249)
#D9E6E3
(217,230,227)
#C4CFCD
(196,207,205)
#AFB8B7
(175,184,183)
#9AA1A1
(154,161,161)
#858A8B
(133,138,139)
#707375
(112,115,117)
#5B5C5F
(91,92,95)
#464549
(70,69,73)
#312E33
(49,46,51)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EEFDF9

#EEFDF9
(238,253,249)
#EFFDF9
(239,253,249)
#F0FDF9
(240,253,249)
#F1FDF9
(241,253,249)
#F2FDF9
(242,253,249)
#F3FDF9
(243,253,249)
#F4FDF9
(244,253,249)
#F5FDF9
(245,253,249)
#F6FDF9
(246,253,249)
#F7FDF9
(247,253,249)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDF9; }

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

This text font color is #EEFDF9.


Background Color

.myBgColor { background-color: #EEFDF9; }

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

This div background color is #EEFDF9.


Border color

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

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

This div border color is #EEFDF9.


Opacity

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

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

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

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

This text has shadow with #EEFDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDF9 on black background.


Color preview on white background

This text has color #EEFDF9 on white background.



Black color preview on #EEFDF9 background

This text has black color on #EEFDF9 background.


White color preview on #EEFDF9 background

This text has white color on #EEFDF9 background.