COLOR #EEF4DC

HEX: #EEF4DC
RGB: (238,244,220)

Color info

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

RGB color model

#EEF4DC color RGB value is (238,244,220).

  • red value is 238;
  • green value is 244;
  • blue value is 220.
RGB:
(238,244,220)
(93%,96%,86%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 220 of 255 = 86%

238
244
220

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

Portions of RGB colors in percentages

R + G + B =
238 + 244 + 220 = 702 (100%)
R 238 of 702 ~ 33.9%
G 244 of 702 ~ 34.76%
B 220 of 702 ~ 31.34%

%33.9
%34.76
%31.34

CMYK color model

#EEF4DC color CMYK value is (2,0,10,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(2,0,10,4)
C2M0Y10K4 
(2%,0%,10%,4%)
(0.02/0.00/0.10/0.04)	

CMYK percentages

%2.46
%0
%9.84
%4.31

Codes

Color #EEF4DC in popluar color models

EEF4DC
RGB238244220
HSL75°52.17%90.98%
HSB/HSV75°9.84%95.69%
CMYK2.46%0.00%9.84%
4.31%

Color #EEF4DC in popluar number systems.

HEXEEF4DC
Decimal238244220
Binary111011101111010011011100
Octal356364334

Shades and tints

Shades of #EEF4DC

#EEF4DC
(238,244,220)
#D9DEC8
(217,222,200)
#C4C8B4
(196,200,180)
#AFB2A0
(175,178,160)
#9A9C8C
(154,156,140)
#858678
(133,134,120)
#707064
(112,112,100)
#5B5A50
(91,90,80)
#46443C
(70,68,60)
#312E28
(49,46,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #EEF4DC

#EEF4DC
(238,244,220)
#EFF5DF
(239,245,223)
#F0F6E2
(240,246,226)
#F1F7E5
(241,247,229)
#F2F8E8
(242,248,232)
#F3F9EB
(243,249,235)
#F4FAEE
(244,250,238)
#F5FBF1
(245,251,241)
#F6FCF4
(246,252,244)
#F7FDF7
(247,253,247)
#F8FEFA
(248,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF4DC color. Also use rgb(238,244,220) instead hex code.

Text Font Color

.myTextColor { color: #EEF4DC; }

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

This text font color is #EEF4DC.


Background Color

.myBgColor { background-color: #EEF4DC; }

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

This div background color is #EEF4DC.


Border color

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

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

This div border color is #EEF4DC.


Opacity

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

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

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

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

This text has shadow with #EEF4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF4DC on black background.


Color preview on white background

This text has color #EEF4DC on white background.



Black color preview on #EEF4DC background

This text has black color on #EEF4DC background.


White color preview on #EEF4DC background

This text has white color on #EEF4DC background.