COLOR #EEFCE6

HEX: #EEFCE6 RGB: (238,252,230)

Color info

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

RGB color model

#EEFCE6 color RGB value is (238,252,230).

RGB: (238,252,230) (93%, 99%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 252 of 255 = 99%
B 230 of 255 = 90%

238
252
230

R + G + B ~ 94%. #EEFCE6 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 252 + 230 = 720 (100%)
R 238 of 720 ~ 33.06%
G 252 of 720 ~ 35%
B 230 of 720 ~ 31.94'%

%33.06
%35
%31.94

CMYK color model

#EEFCE6 color CMYK value is (6,0,9,1).

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

CMYK: (6,0,9,1)
C6M0Y9K1 (6%, 0%, 9%, 1%)
(0.06 / 0.00 / 0.09 / 0.01)

CMYK percentages

%5.56
%0
%8.73
%1.18

Codes

Color #EEFCE6 in popluar color models

EE FC E6
RGB 238 252 230
HSL 98° 78.57% 94.51%
HSB/HSV 98° 8.73% 98.82%
CMYK 5.56% 0.00% 8.73%
1.18%

Color #EEFCE6 in popluar number systems.

HEX EE FC E6
Decimal 238 252 230
Binary 11101110 11111100 11100110
Octal 356 374 346

Shades and tints

Shades of #EEFCE6

#EEFCE6
(238,252,230)
#D9E6D2
(217,230,210)
#C4D0BE
(196,208,190)
#AFBAAA
(175,186,170)
#9AA496
(154,164,150)
#858E82
(133,142,130)
#70786E
(112,120,110)
#5B625A
(91,98,90)
#464C46
(70,76,70)
#313632
(49,54,50)
#1C201E
(28,32,30)
#000000
(0,0,0)

Tints of #EEFCE6

#EEFCE6
(238,252,230)
#EFFCE8
(239,252,232)
#F0FCEA
(240,252,234)
#F1FCEC
(241,252,236)
#F2FCEE
(242,252,238)
#F3FCF0
(243,252,240)
#F4FCF2
(244,252,242)
#F5FCF4
(245,252,244)
#F6FCF6
(246,252,246)
#F7FCF8
(247,252,248)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFCE6; }

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

This text font color is #EEFCE6.

Background Color

.myBgColor { background-color: #EEFCE6; }

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

This div background color is #EEFCE6.

Border color

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

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

This div border color is #EEFCE6.

Opacity

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

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

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

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

This text has shadow with #EEFCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFCE6.

Preview

Color preview on black background

This text has color #EEFCE6 on black background.


Color preview on white background

This text has color #EEFCE6 on white background.


Black color preview on #EEFCE6 background

This text has black color on #EEFCE6 background.


White color preview on #EEFCE6 background

This text has white color on #EEFCE6 background.


Related colors

Complementary color

Complementary color for #hex is #110319.


I love getcolorcode.com

Triadic colors

1 #E6EEFC and #FCE6EE with #EEFCE6 are triadic colors.

2 #E6FCEE and #FCEEE6 with #EEFCE6 are triadic colors.