COLOR #EEFFDF

HEX: #EEFFDF
RGB: (238,255,223)

Color info

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

RGB color model

#EEFFDF color RGB value is (238,255,223).

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

RGB channels and saturation

R 238 of 255 = 93%
G 255 of 255 = 100%
B 223 of 255 = 87%

238
255
223

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

Portions of RGB colors in percentages

R + G + B =
238 + 255 + 223 = 716 (100%)
R 238 of 716 ~ 33.24%
G 255 of 716 ~ 35.61%
B 223 of 716 ~ 31.15%

%33.24
%35.61
%31.15

CMYK color model

#EEFFDF color CMYK value is (7,0,13,0).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(7,0,13,0)
C7M0Y13K0 
(7%,0%,13%,0%)
(0.07/0.00/0.13/0.00)	

CMYK percentages

%6.67
%0
%12.55
%0

Codes

Color #EEFFDF in popluar color models

EEFFDF
RGB238255223
HSL92°100.00%93.73%
HSB/HSV92°12.55%100.00%
CMYK6.67%0.00%12.55%
0.00%

Color #EEFFDF in popluar number systems.

HEXEEFFDF
Decimal238255223
Binary111011101111111111011111
Octal356377337

Shades and tints

Shades of #EEFFDF

#EEFFDF
(238,255,223)
#D9E8CB
(217,232,203)
#C4D1B7
(196,209,183)
#AFBAA3
(175,186,163)
#9AA38F
(154,163,143)
#858C7B
(133,140,123)
#707567
(112,117,103)
#5B5E53
(91,94,83)
#46473F
(70,71,63)
#31302B
(49,48,43)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #EEFFDF

#EEFFDF
(238,255,223)
#EFFFE1
(239,255,225)
#F0FFE3
(240,255,227)
#F1FFE5
(241,255,229)
#F2FFE7
(242,255,231)
#F3FFE9
(243,255,233)
#F4FFEB
(244,255,235)
#F5FFED
(245,255,237)
#F6FFEF
(246,255,239)
#F7FFF1
(247,255,241)
#F8FFF3
(248,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFFDF; }

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

This text font color is #EEFFDF.


Background Color

.myBgColor { background-color: #EEFFDF; }

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

This div background color is #EEFFDF.


Border color

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

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

This div border color is #EEFFDF.


Opacity

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

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

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

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

This text has shadow with #EEFFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFFDF on black background.


Color preview on white background

This text has color #EEFFDF on white background.



Black color preview on #EEFFDF background

This text has black color on #EEFFDF background.


White color preview on #EEFFDF background

This text has white color on #EEFFDF background.