COLOR #EEFDD2

HEX: #EEFDD2
RGB: (238,253,210)

Color info

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

RGB color model

#EEFDD2 color RGB value is (238,253,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 210 of 255 = 82%

238
253
210

R + G + B ~ 91%. #EEFDD2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 210 = 701 (100%)
R 238 of 701 ~ 33.95%
G 253 of 701 ~ 36.09%
B 210 of 701 ~ 29.96%

%33.95
%36.09
%29.96

CMYK color model

#EEFDD2 color CMYK value is (6,0,17,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(6,0,17,1)
C6M0Y17K1 
(6%,0%,17%,1%)
(0.06/0.00/0.17/0.01)	

CMYK percentages

%5.93
%0
%17
%0.78

Codes

Color #EEFDD2 in popluar color models

EEFDD2
RGB238253210
HSL81°91.49%90.78%
HSB/HSV81°17.00%99.22%
CMYK5.93%0.00%17.00%
0.78%

Color #EEFDD2 in popluar number systems.

HEXEEFDD2
Decimal238253210
Binary111011101111110111010010
Octal356375322

Shades and tints

Shades of #EEFDD2

#EEFDD2
(238,253,210)
#D9E6BF
(217,230,191)
#C4CFAC
(196,207,172)
#AFB899
(175,184,153)
#9AA186
(154,161,134)
#858A73
(133,138,115)
#707360
(112,115,96)
#5B5C4D
(91,92,77)
#46453A
(70,69,58)
#312E27
(49,46,39)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEFDD2

#EEFDD2
(238,253,210)
#EFFDD6
(239,253,214)
#F0FDDA
(240,253,218)
#F1FDDE
(241,253,222)
#F2FDE2
(242,253,226)
#F3FDE6
(243,253,230)
#F4FDEA
(244,253,234)
#F5FDEE
(245,253,238)
#F6FDF2
(246,253,242)
#F7FDF6
(247,253,246)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDD2; }

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

This text font color is #EEFDD2.


Background Color

.myBgColor { background-color: #EEFDD2; }

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

This div background color is #EEFDD2.


Border color

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

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

This div border color is #EEFDD2.


Opacity

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

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

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

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

This text has shadow with #EEFDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDD2 on black background.


Color preview on white background

This text has color #EEFDD2 on white background.



Black color preview on #EEFDD2 background

This text has black color on #EEFDD2 background.


White color preview on #EEFDD2 background

This text has white color on #EEFDD2 background.