COLOR #EEEFCE

HEX: #EEEFCE
RGB: (238,239,206)

Color info

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

RGB color model

#EEEFCE color RGB value is (238,239,206).

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

RGB channels and saturation

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

238
239
206

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

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 206 = 683 (100%)
R 238 of 683 ~ 34.85%
G 239 of 683 ~ 34.99%
B 206 of 683 ~ 30.16%

%34.85
%34.99
%30.16

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK:
(0,0,14,6)
C0M0Y14K6 
(0%,0%,14%,6%)
(0.00/0.00/0.14/0.06)	

CMYK percentages

%0.42
%0
%13.81
%6.27

Codes

Color #EEEFCE in popluar color models

EEEFCE
RGB238239206
HSL62°50.77%87.25%
HSB/HSV62°13.81%93.73%
CMYK0.42%0.00%13.81%
6.27%

Color #EEEFCE in popluar number systems.

HEXEEEFCE
Decimal238239206
Binary111011101110111111001110
Octal356357316

Shades and tints

Shades of #EEEFCE

#EEEFCE
(238,239,206)
#D9DABC
(217,218,188)
#C4C5AA
(196,197,170)
#AFB098
(175,176,152)
#9A9B86
(154,155,134)
#858674
(133,134,116)
#707162
(112,113,98)
#5B5C50
(91,92,80)
#46473E
(70,71,62)
#31322C
(49,50,44)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #EEEFCE

#EEEFCE
(238,239,206)
#EFF0D2
(239,240,210)
#F0F1D6
(240,241,214)
#F1F2DA
(241,242,218)
#F2F3DE
(242,243,222)
#F3F4E2
(243,244,226)
#F4F5E6
(244,245,230)
#F5F6EA
(245,246,234)
#F6F7EE
(246,247,238)
#F7F8F2
(247,248,242)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFCE; }

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

This text font color is #EEEFCE.


Background Color

.myBgColor { background-color: #EEEFCE; }

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

This div background color is #EEEFCE.


Border color

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

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

This div border color is #EEEFCE.


Opacity

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

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

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

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

This text has shadow with #EEEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEFCE on black background.


Color preview on white background

This text has color #EEEFCE on white background.



Black color preview on #EEEFCE background

This text has black color on #EEEFCE background.


White color preview on #EEEFCE background

This text has white color on #EEEFCE background.