COLOR #EEFDD8

HEX: #EEFDD8
RGB: (238,253,216)

Color info

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

RGB color model

#EEFDD8 color RGB value is (238,253,216).

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

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 216 of 255 = 85%

238
253
216

R + G + B ~ 92%. #EEFDD8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 216 = 707 (100%)
R 238 of 707 ~ 33.66%
G 253 of 707 ~ 35.79%
B 216 of 707 ~ 30.55%

%33.66
%35.79
%30.55

CMYK color model

#EEFDD8 color CMYK value is (6,0,15,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 0.78%
CMYK:
(6,0,15,1)
C6M0Y15K1 
(6%,0%,15%,1%)
(0.06/0.00/0.15/0.01)	

CMYK percentages

%5.93
%0
%14.62
%0.78

Codes

Color #EEFDD8 in popluar color models

EEFDD8
RGB238253216
HSL84°90.24%91.96%
HSB/HSV84°14.62%99.22%
CMYK5.93%0.00%14.62%
0.78%

Color #EEFDD8 in popluar number systems.

HEXEEFDD8
Decimal238253216
Binary111011101111110111011000
Octal356375330

Shades and tints

Shades of #EEFDD8

#EEFDD8
(238,253,216)
#D9E6C5
(217,230,197)
#C4CFB2
(196,207,178)
#AFB89F
(175,184,159)
#9AA18C
(154,161,140)
#858A79
(133,138,121)
#707366
(112,115,102)
#5B5C53
(91,92,83)
#464540
(70,69,64)
#312E2D
(49,46,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEFDD8

#EEFDD8
(238,253,216)
#EFFDDB
(239,253,219)
#F0FDDE
(240,253,222)
#F1FDE1
(241,253,225)
#F2FDE4
(242,253,228)
#F3FDE7
(243,253,231)
#F4FDEA
(244,253,234)
#F5FDED
(245,253,237)
#F6FDF0
(246,253,240)
#F7FDF3
(247,253,243)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDD8; }

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

This text font color is #EEFDD8.


Background Color

.myBgColor { background-color: #EEFDD8; }

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

This div background color is #EEFDD8.


Border color

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

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

This div border color is #EEFDD8.


Opacity

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

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

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

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

This text has shadow with #EEFDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDD8 on black background.


Color preview on white background

This text has color #EEFDD8 on white background.



Black color preview on #EEFDD8 background

This text has black color on #EEFDD8 background.


White color preview on #EEFDD8 background

This text has white color on #EEFDD8 background.