COLOR #EEF0CE

HEX: #EEF0CE
RGB: (238,240,206)

Color info

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

RGB color model

#EEF0CE color RGB value is (238,240,206).

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

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 206 of 255 = 81%

238
240
206

R + G + B ~ 89%. #EEF0CE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 206 = 684 (100%)
R 238 of 684 ~ 34.8%
G 240 of 684 ~ 35.09%
B 206 of 684 ~ 30.12%

%34.8
%35.09
%30.12

CMYK color model

#EEF0CE color CMYK value is (1,0,14,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(1,0,14,6)
C1M0Y14K6 
(1%,0%,14%,6%)
(0.01/0.00/0.14/0.06)	

CMYK percentages

%0.83
%0
%14.17
%5.88

Codes

Color #EEF0CE in popluar color models

EEF0CE
RGB238240206
HSL64°53.13%87.45%
HSB/HSV64°14.17%94.12%
CMYK0.83%0.00%14.17%
5.88%

Color #EEF0CE in popluar number systems.

HEXEEF0CE
Decimal238240206
Binary111011101111000011001110
Octal356360316

Shades and tints

Shades of #EEF0CE

#EEF0CE
(238,240,206)
#D9DBBC
(217,219,188)
#C4C6AA
(196,198,170)
#AFB198
(175,177,152)
#9A9C86
(154,156,134)
#858774
(133,135,116)
#707262
(112,114,98)
#5B5D50
(91,93,80)
#46483E
(70,72,62)
#31332C
(49,51,44)
#1C1E1A
(28,30,26)
#000000
(0,0,0)

Tints of #EEF0CE

#EEF0CE
(238,240,206)
#EFF1D2
(239,241,210)
#F0F2D6
(240,242,214)
#F1F3DA
(241,243,218)
#F2F4DE
(242,244,222)
#F3F5E2
(243,245,226)
#F4F6E6
(244,246,230)
#F5F7EA
(245,247,234)
#F6F8EE
(246,248,238)
#F7F9F2
(247,249,242)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0CE; }

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

This text font color is #EEF0CE.


Background Color

.myBgColor { background-color: #EEF0CE; }

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

This div background color is #EEF0CE.


Border color

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

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

This div border color is #EEF0CE.


Opacity

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

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

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

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

This text has shadow with #EEF0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0CE on black background.


Color preview on white background

This text has color #EEF0CE on white background.



Black color preview on #EEF0CE background

This text has black color on #EEF0CE background.


White color preview on #EEF0CE background

This text has white color on #EEF0CE background.