COLOR #EEF5DF

HEX: #EEF5DF
RGB: (238,245,223)

Color info

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

RGB color model

#EEF5DF color RGB value is (238,245,223).

  • red value is 238;
  • green value is 245;
  • blue value is 223.
RGB:
(238,245,223)
(93%,96%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 223 of 255 = 87%

238
245
223

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

Portions of RGB colors in percentages

R + G + B =
238 + 245 + 223 = 706 (100%)
R 238 of 706 ~ 33.71%
G 245 of 706 ~ 34.7%
B 223 of 706 ~ 31.59%

%33.71
%34.7
%31.59

CMYK color model

#EEF5DF color CMYK value is (3,0,9,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(3,0,9,4)
C3M0Y9K4 
(3%,0%,9%,4%)
(0.03/0.00/0.09/0.04)	

CMYK percentages

%2.86
%0
%8.98
%3.92

Codes

Color #EEF5DF in popluar color models

EEF5DF
RGB238245223
HSL79°52.38%91.76%
HSB/HSV79°8.98%96.08%
CMYK2.86%0.00%8.98%
3.92%

Color #EEF5DF in popluar number systems.

HEXEEF5DF
Decimal238245223
Binary111011101111010111011111
Octal356365337

Shades and tints

Shades of #EEF5DF

#EEF5DF
(238,245,223)
#D9DFCB
(217,223,203)
#C4C9B7
(196,201,183)
#AFB3A3
(175,179,163)
#9A9D8F
(154,157,143)
#85877B
(133,135,123)
#707167
(112,113,103)
#5B5B53
(91,91,83)
#46453F
(70,69,63)
#312F2B
(49,47,43)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #EEF5DF

#EEF5DF
(238,245,223)
#EFF5E1
(239,245,225)
#F0F5E3
(240,245,227)
#F1F5E5
(241,245,229)
#F2F5E7
(242,245,231)
#F3F5E9
(243,245,233)
#F4F5EB
(244,245,235)
#F5F5ED
(245,245,237)
#F6F5EF
(246,245,239)
#F7F5F1
(247,245,241)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF5DF; }

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

This text font color is #EEF5DF.


Background Color

.myBgColor { background-color: #EEF5DF; }

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

This div background color is #EEF5DF.


Border color

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

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

This div border color is #EEF5DF.


Opacity

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

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

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

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

This text has shadow with #EEF5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF5DF on black background.


Color preview on white background

This text has color #EEF5DF on white background.



Black color preview on #EEF5DF background

This text has black color on #EEF5DF background.


White color preview on #EEF5DF background

This text has white color on #EEF5DF background.