COLOR #EEFCD6

HEX: #EEFCD6 RGB: (238,252,214)

Color info

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

RGB color model

#EEFCD6 color RGB value is (238,252,214).

RGB: (238,252,214) (93%, 99%, 84%)

RGB channels and saturation

R 238 of 255 = 93%
G 252 of 255 = 99%
B 214 of 255 = 84%

238
252
214

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

Portions of RGB colors in percentages

R + G + B = 238 + 252 + 214 = 704 (100%)
R 238 of 704 ~ 33.81%
G 252 of 704 ~ 35.8%
B 214 of 704 ~ 30.4'%

%33.81
%35.8
%30.4

CMYK color model

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

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 1.18%

CMYK: (6,0,15,1)
C6M0Y15K1 (6%, 0%, 15%, 1%)
(0.06 / 0.00 / 0.15 / 0.01)

CMYK percentages

%5.56
%0
%15.08
%1.18

Codes

Color #EEFCD6 in popluar color models

EE FC D6
RGB 238 252 214
HSL 82° 86.36% 91.37%
HSB/HSV 82° 15.08% 98.82%
CMYK 5.56% 0.00% 15.08%
1.18%

Color #EEFCD6 in popluar number systems.

HEX EE FC D6
Decimal 238 252 214
Binary 11101110 11111100 11010110
Octal 356 374 326

Shades and tints

Shades of #EEFCD6

#EEFCD6
(238,252,214)
#D9E6C3
(217,230,195)
#C4D0B0
(196,208,176)
#AFBA9D
(175,186,157)
#9AA48A
(154,164,138)
#858E77
(133,142,119)
#707864
(112,120,100)
#5B6251
(91,98,81)
#464C3E
(70,76,62)
#31362B
(49,54,43)
#1C2018
(28,32,24)
#000000
(0,0,0)

Tints of #EEFCD6

#EEFCD6
(238,252,214)
#EFFCD9
(239,252,217)
#F0FCDC
(240,252,220)
#F1FCDF
(241,252,223)
#F2FCE2
(242,252,226)
#F3FCE5
(243,252,229)
#F4FCE8
(244,252,232)
#F5FCEB
(245,252,235)
#F6FCEE
(246,252,238)
#F7FCF1
(247,252,241)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFCD6 color. Also use rgb(238,252,214) instead hex code.

Text Font Color

.myTextColor { color: #EEFCD6; }

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

This text font color is #EEFCD6.

Background Color

.myBgColor { background-color: #EEFCD6; }

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

This div background color is #EEFCD6.

Border color

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

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

This div border color is #EEFCD6.

Opacity

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

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

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

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

This text has shadow with #EEFCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFCD6.

Preview

Color preview on black background

This text has color #EEFCD6 on black background.


Color preview on white background

This text has color #EEFCD6 on white background.


Black color preview on #EEFCD6 background

This text has black color on #EEFCD6 background.


White color preview on #EEFCD6 background

This text has white color on #EEFCD6 background.


Related colors

Complementary color

Complementary color for #hex is #110329.


I love getcolorcode.com

Triadic colors

1 #D6EEFC and #FCD6EE with #EEFCD6 are triadic colors.

2 #D6FCEE and #FCEED6 with #EEFCD6 are triadic colors.