COLOR #EEFDC8

HEX: #EEFDC8 RGB: (238,253,200)

Color info

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

RGB color model

#EEFDC8 color RGB value is (238,253,200).

RGB: (238,253,200) (93%, 99%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 200 of 255 = 78%

238
253
200

R + G + B ~ 90%. #EEFDC8 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 253 + 200 = 691 (100%)
R 238 of 691 ~ 34.44%
G 253 of 691 ~ 36.61%
B 200 of 691 ~ 28.94'%

%34.44
%36.61
%28.94

CMYK color model

#EEFDC8 color CMYK value is (6,0,21,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%

CMYK: (6,0,21,1)
C6M0Y21K1 (6%, 0%, 21%, 1%)
(0.06 / 0.00 / 0.21 / 0.01)

CMYK percentages

%5.93
%0
%20.95
%0.78

Codes

Color #EEFDC8 in popluar color models

EE FD C8
RGB 238 253 200
HSL 77° 92.98% 88.82%
HSB/HSV 77° 20.95% 99.22%
CMYK 5.93% 0.00% 20.95%
0.78%

Color #EEFDC8 in popluar number systems.

HEX EE FD C8
Decimal 238 253 200
Binary 11101110 11111101 11001000
Octal 356 375 310

Shades and tints

Shades of #EEFDC8

#EEFDC8
(238,253,200)
#D9E6B6
(217,230,182)
#C4CFA4
(196,207,164)
#AFB892
(175,184,146)
#9AA180
(154,161,128)
#858A6E
(133,138,110)
#70735C
(112,115,92)
#5B5C4A
(91,92,74)
#464538
(70,69,56)
#312E26
(49,46,38)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEFDC8

#EEFDC8
(238,253,200)
#EFFDCD
(239,253,205)
#F0FDD2
(240,253,210)
#F1FDD7
(241,253,215)
#F2FDDC
(242,253,220)
#F3FDE1
(243,253,225)
#F4FDE6
(244,253,230)
#F5FDEB
(245,253,235)
#F6FDF0
(246,253,240)
#F7FDF5
(247,253,245)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDC8; }

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

This text font color is #EEFDC8.

Background Color

.myBgColor { background-color: #EEFDC8; }

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

This div background color is #EEFDC8.

Border color

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

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

This div border color is #EEFDC8.

Opacity

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

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

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

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

This text has shadow with #EEFDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFDC8.

Preview

Color preview on black background

This text has color #EEFDC8 on black background.


Color preview on white background

This text has color #EEFDC8 on white background.


Black color preview on #EEFDC8 background

This text has black color on #EEFDC8 background.


White color preview on #EEFDC8 background

This text has white color on #EEFDC8 background.


Related colors

Complementary color

Complementary color for #hex is #110237.


I love getcolorcode.com

Triadic colors

1 #C8EEFD and #FDC8EE with #EEFDC8 are triadic colors.

2 #C8FDEE and #FDEEC8 with #EEFDC8 are triadic colors.