COLOR #EEFDC7

HEX: #EEFDC7 RGB: (238,253,199)

Color info

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

RGB color model

#EEFDC7 color RGB value is (238,253,199).

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

RGB channels and saturation

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

238
253
199

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

Portions of RGB colors in percentages

R + G + B = 238 + 253 + 199 = 690 (100%)
R 238 of 690 ~ 34.49%
G 253 of 690 ~ 36.67%
B 199 of 690 ~ 28.84'%

%34.49
%36.67
%28.84

CMYK color model

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

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • 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
%21.34
%0.78

Codes

Color #EEFDC7 in popluar color models

EE FD C7
RGB 238 253 199
HSL 77° 93.10% 88.63%
HSB/HSV 77° 21.34% 99.22%
CMYK 5.93% 0.00% 21.34%
0.78%

Color #EEFDC7 in popluar number systems.

HEX EE FD C7
Decimal 238 253 199
Binary 11101110 11111101 11000111
Octal 356 375 307

Shades and tints

Shades of #EEFDC7

#EEFDC7
(238,253,199)
#D9E6B5
(217,230,181)
#C4CFA3
(196,207,163)
#AFB891
(175,184,145)
#9AA17F
(154,161,127)
#858A6D
(133,138,109)
#70735B
(112,115,91)
#5B5C49
(91,92,73)
#464537
(70,69,55)
#312E25
(49,46,37)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #EEFDC7

#EEFDC7
(238,253,199)
#EFFDCC
(239,253,204)
#F0FDD1
(240,253,209)
#F1FDD6
(241,253,214)
#F2FDDB
(242,253,219)
#F3FDE0
(243,253,224)
#F4FDE5
(244,253,229)
#F5FDEA
(245,253,234)
#F6FDEF
(246,253,239)
#F7FDF4
(247,253,244)
#F8FDF9
(248,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDC7; }

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

This text font color is #EEFDC7.

Background Color

.myBgColor { background-color: #EEFDC7; }

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

This div background color is #EEFDC7.

Border color

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

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

This div border color is #EEFDC7.

Opacity

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

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

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

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

This text has shadow with #EEFDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFDC7.

Preview

Color preview on black background

This text has color #EEFDC7 on black background.


Color preview on white background

This text has color #EEFDC7 on white background.


Black color preview on #EEFDC7 background

This text has black color on #EEFDC7 background.


White color preview on #EEFDC7 background

This text has white color on #EEFDC7 background.


Related colors

Complementary color

Complementary color for #hex is #110238.


I love getcolorcode.com

Triadic colors

1 #C7EEFD and #FDC7EE with #EEFDC7 are triadic colors.

2 #C7FDEE and #FDEEC7 with #EEFDC7 are triadic colors.