COLOR #EEFDF1

HEX: #EEFDF1
RGB: (238,253,241)

Color info

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

RGB color model

#EEFDF1 color RGB value is (238,253,241).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 241 of 255 = 95%

238
253
241

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

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 241 = 732 (100%)
R 238 of 732 ~ 32.51%
G 253 of 732 ~ 34.56%
B 241 of 732 ~ 32.92%

%32.51
%34.56
%32.92

CMYK color model

#EEFDF1 color CMYK value is (6,0,5,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(6,0,5,1)
C6M0Y5K1 
(6%,0%,5%,1%)
(0.06/0.00/0.05/0.01)	

CMYK percentages

%5.93
%0
%4.74
%0.78

Codes

Color #EEFDF1 in popluar color models

EEFDF1
RGB238253241
HSL132°78.95%96.27%
HSB/HSV132°5.93%99.22%
CMYK5.93%0.00%4.74%
0.78%

Color #EEFDF1 in popluar number systems.

HEXEEFDF1
Decimal238253241
Binary111011101111110111110001
Octal356375361

Shades and tints

Shades of #EEFDF1

#EEFDF1
(238,253,241)
#D9E6DC
(217,230,220)
#C4CFC7
(196,207,199)
#AFB8B2
(175,184,178)
#9AA19D
(154,161,157)
#858A88
(133,138,136)
#707373
(112,115,115)
#5B5C5E
(91,92,94)
#464549
(70,69,73)
#312E34
(49,46,52)
#1C171F
(28,23,31)
#000000
(0,0,0)

Tints of #EEFDF1

#EEFDF1
(238,253,241)
#EFFDF2
(239,253,242)
#F0FDF3
(240,253,243)
#F1FDF4
(241,253,244)
#F2FDF5
(242,253,245)
#F3FDF6
(243,253,246)
#F4FDF7
(244,253,247)
#F5FDF8
(245,253,248)
#F6FDF9
(246,253,249)
#F7FDFA
(247,253,250)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDF1; }

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

This text font color is #EEFDF1.


Background Color

.myBgColor { background-color: #EEFDF1; }

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

This div background color is #EEFDF1.


Border color

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

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

This div border color is #EEFDF1.


Opacity

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

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

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

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

This text has shadow with #EEFDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDF1 on black background.


Color preview on white background

This text has color #EEFDF1 on white background.



Black color preview on #EEFDF1 background

This text has black color on #EEFDF1 background.


White color preview on #EEFDF1 background

This text has white color on #EEFDF1 background.