COLOR #EEFADF

HEX: #EEFADF
RGB: (238,250,223)

Color info

#EEFADF contains red, green and blue colors in about the same proportion. Web safe color of #EEFADF is #FFFFCC (or #FFC).

RGB color model

#EEFADF color RGB value is (238,250,223).

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

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 223 of 255 = 87%

238
250
223

R + G + B ~ 93%. #EEFADF is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 250 + 223 = 711 (100%)
R 238 of 711 ~ 33.47%
G 250 of 711 ~ 35.16%
B 223 of 711 ~ 31.36%

%33.47
%35.16
%31.36

CMYK color model

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

  • cyan value is 4.80%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 1.96%
CMYK:
(5,0,11,2)
C5M0Y11K2 
(5%,0%,11%,2%)
(0.05/0.00/0.11/0.02)	

CMYK percentages

%4.8
%0
%10.8
%1.96

Codes

Color #EEFADF in popluar color models

EEFADF
RGB238250223
HSL87°72.97%92.75%
HSB/HSV87°10.80%98.04%
CMYK4.80%0.00%10.80%
1.96%

Color #EEFADF in popluar number systems.

HEXEEFADF
Decimal238250223
Binary111011101111101011011111
Octal356372337

Shades and tints

Shades of #EEFADF

#EEFADF
(238,250,223)
#D9E4CB
(217,228,203)
#C4CEB7
(196,206,183)
#AFB8A3
(175,184,163)
#9AA28F
(154,162,143)
#858C7B
(133,140,123)
#707667
(112,118,103)
#5B6053
(91,96,83)
#464A3F
(70,74,63)
#31342B
(49,52,43)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #EEFADF

#EEFADF
(238,250,223)
#EFFAE1
(239,250,225)
#F0FAE3
(240,250,227)
#F1FAE5
(241,250,229)
#F2FAE7
(242,250,231)
#F3FAE9
(243,250,233)
#F4FAEB
(244,250,235)
#F5FAED
(245,250,237)
#F6FAEF
(246,250,239)
#F7FAF1
(247,250,241)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFADF; }

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

This text font color is #EEFADF.


Background Color

.myBgColor { background-color: #EEFADF; }

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

This div background color is #EEFADF.


Border color

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

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

This div border color is #EEFADF.


Opacity

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

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

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

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

This text has shadow with #EEFADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFADF on black background.


Color preview on white background

This text has color #EEFADF on white background.



Black color preview on #EEFADF background

This text has black color on #EEFADF background.


White color preview on #EEFADF background

This text has white color on #EEFADF background.