COLOR #EEFDF7

HEX: #EEFDF7
RGB: (238,253,247)

Color info

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

RGB color model

#EEFDF7 color RGB value is (238,253,247).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 247 of 255 = 97%

238
253
247

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

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 247 = 738 (100%)
R 238 of 738 ~ 32.25%
G 253 of 738 ~ 34.28%
B 247 of 738 ~ 33.47%

%32.25
%34.28
%33.47

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • 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
%2.37
%0.78

Codes

Color #EEFDF7 in popluar color models

EEFDF7
RGB238253247
HSL156°78.95%96.27%
HSB/HSV156°5.93%99.22%
CMYK5.93%0.00%2.37%
0.78%

Color #EEFDF7 in popluar number systems.

HEXEEFDF7
Decimal238253247
Binary111011101111110111110111
Octal356375367

Shades and tints

Shades of #EEFDF7

#EEFDF7
(238,253,247)
#D9E6E1
(217,230,225)
#C4CFCB
(196,207,203)
#AFB8B5
(175,184,181)
#9AA19F
(154,161,159)
#858A89
(133,138,137)
#707373
(112,115,115)
#5B5C5D
(91,92,93)
#464547
(70,69,71)
#312E31
(49,46,49)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EEFDF7

#EEFDF7
(238,253,247)
#EFFDF7
(239,253,247)
#F0FDF7
(240,253,247)
#F1FDF7
(241,253,247)
#F2FDF7
(242,253,247)
#F3FDF7
(243,253,247)
#F4FDF7
(244,253,247)
#F5FDF7
(245,253,247)
#F6FDF7
(246,253,247)
#F7FDF7
(247,253,247)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDF7; }

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

This text font color is #EEFDF7.


Background Color

.myBgColor { background-color: #EEFDF7; }

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

This div background color is #EEFDF7.


Border color

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

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

This div border color is #EEFDF7.


Opacity

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

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

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

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

This text has shadow with #EEFDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDF7 on black background.


Color preview on white background

This text has color #EEFDF7 on white background.



Black color preview on #EEFDF7 background

This text has black color on #EEFDF7 background.


White color preview on #EEFDF7 background

This text has white color on #EEFDF7 background.