COLOR #EEF8CE

HEX: #EEF8CE
RGB: (238,248,206)

Color info

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

RGB color model

#EEF8CE color RGB value is (238,248,206).

  • red value is 238;
  • green value is 248;
  • blue value is 206.
RGB:
(238,248,206)
(93%,97%,81%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 206 of 255 = 81%

238
248
206

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

Portions of RGB colors in percentages

R + G + B =
238 + 248 + 206 = 692 (100%)
R 238 of 692 ~ 34.39%
G 248 of 692 ~ 35.84%
B 206 of 692 ~ 29.77%

%34.39
%35.84
%29.77

CMYK color model

#EEF8CE color CMYK value is (4,0,17,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 2.75%
CMYK:
(4,0,17,3)
C4M0Y17K3 
(4%,0%,17%,3%)
(0.04/0.00/0.17/0.03)	

CMYK percentages

%4.03
%0
%16.94
%2.75

Codes

Color #EEF8CE in popluar color models

EEF8CE
RGB238248206
HSL74°75.00%89.02%
HSB/HSV74°16.94%97.25%
CMYK4.03%0.00%16.94%
2.75%

Color #EEF8CE in popluar number systems.

HEXEEF8CE
Decimal238248206
Binary111011101111100011001110
Octal356370316

Shades and tints

Shades of #EEF8CE

#EEF8CE
(238,248,206)
#D9E2BC
(217,226,188)
#C4CCAA
(196,204,170)
#AFB698
(175,182,152)
#9AA086
(154,160,134)
#858A74
(133,138,116)
#707462
(112,116,98)
#5B5E50
(91,94,80)
#46483E
(70,72,62)
#31322C
(49,50,44)
#1C1C1A
(28,28,26)
#000000
(0,0,0)

Tints of #EEF8CE

#EEF8CE
(238,248,206)
#EFF8D2
(239,248,210)
#F0F8D6
(240,248,214)
#F1F8DA
(241,248,218)
#F2F8DE
(242,248,222)
#F3F8E2
(243,248,226)
#F4F8E6
(244,248,230)
#F5F8EA
(245,248,234)
#F6F8EE
(246,248,238)
#F7F8F2
(247,248,242)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF8CE color. Also use rgb(238,248,206) instead hex code.

Text Font Color

.myTextColor { color: #EEF8CE; }

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

This text font color is #EEF8CE.


Background Color

.myBgColor { background-color: #EEF8CE; }

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

This div background color is #EEF8CE.


Border color

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

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

This div border color is #EEF8CE.


Opacity

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

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

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

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

This text has shadow with #EEF8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF8CE on black background.


Color preview on white background

This text has color #EEF8CE on white background.



Black color preview on #EEF8CE background

This text has black color on #EEF8CE background.


White color preview on #EEF8CE background

This text has white color on #EEF8CE background.