COLOR #EEF5DC

HEX: #EEF5DC RGB: (238,245,220)

Color info

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

RGB color model

#EEF5DC color RGB value is (238,245,220).

RGB: (238,245,220) (93%, 96%, 86%)

RGB channels and saturation

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

238
245
220

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

Portions of RGB colors in percentages

R + G + B = 238 + 245 + 220 = 703 (100%)
R 238 of 703 ~ 33.85%
G 245 of 703 ~ 34.85%
B 220 of 703 ~ 31.29'%

%33.85
%34.85
%31.29

CMYK color model

#EEF5DC color CMYK value is (3,0,10,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (3,0,10,4)
C3M0Y10K4 (3%, 0%, 10%, 4%)
(0.03 / 0.00 / 0.10 / 0.04)

CMYK percentages

%2.86
%0
%10.2
%3.92

Codes

Color #EEF5DC in popluar color models

EE F5 DC
RGB 238 245 220
HSL 77° 55.56% 91.18%
HSB/HSV 77° 10.20% 96.08%
CMYK 2.86% 0.00% 10.20%
3.92%

Color #EEF5DC in popluar number systems.

HEX EE F5 DC
Decimal 238 245 220
Binary 11101110 11110101 11011100
Octal 356 365 334

Shades and tints

Shades of #EEF5DC

#EEF5DC
(238,245,220)
#D9DFC8
(217,223,200)
#C4C9B4
(196,201,180)
#AFB3A0
(175,179,160)
#9A9D8C
(154,157,140)
#858778
(133,135,120)
#707164
(112,113,100)
#5B5B50
(91,91,80)
#46453C
(70,69,60)
#312F28
(49,47,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEF5DC

#EEF5DC
(238,245,220)
#EFF5DF
(239,245,223)
#F0F5E2
(240,245,226)
#F1F5E5
(241,245,229)
#F2F5E8
(242,245,232)
#F3F5EB
(243,245,235)
#F4F5EE
(244,245,238)
#F5F5F1
(245,245,241)
#F6F5F4
(246,245,244)
#F7F5F7
(247,245,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF5DC; }

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

This text font color is #EEF5DC.

Background Color

.myBgColor { background-color: #EEF5DC; }

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

This div background color is #EEF5DC.

Border color

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

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

This div border color is #EEF5DC.

Opacity

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

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

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

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

This text has shadow with #EEF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF5DC.

Preview

Color preview on black background

This text has color #EEF5DC on black background.


Color preview on white background

This text has color #EEF5DC on white background.


Black color preview on #EEF5DC background

This text has black color on #EEF5DC background.


White color preview on #EEF5DC background

This text has white color on #EEF5DC background.


Related colors

Complementary color

Complementary color for #hex is #110A23.


I love getcolorcode.com

Triadic colors

1 #DCEEF5 and #F5DCEE with #EEF5DC are triadic colors.

2 #DCF5EE and #F5EEDC with #EEF5DC are triadic colors.