COLOR #EEF4DF

HEX: #EEF4DF RGB: (238,244,223)

Color info

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

RGB color model

#EEF4DF color RGB value is (238,244,223).

RGB: (238,244,223) (93%, 96%, 87%)

RGB channels and saturation

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

238
244
223

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

Portions of RGB colors in percentages

R + G + B = 238 + 244 + 223 = 705 (100%)
R 238 of 705 ~ 33.76%
G 244 of 705 ~ 34.61%
B 223 of 705 ~ 31.63'%

%33.76
%34.61
%31.63

CMYK color model

#EEF4DF color CMYK value is (2,0,9,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK: (2,0,9,4) C2M0Y9K4 (2%,0%,9%,4%) (0.02/0.00/0.09/0.04) 

CMYK percentages

%2.46
%0
%8.61
%4.31

Codes

Color #EEF4DF in popluar color models

EE F4 DF
RGB 238 244 223
HSL 77° 48.84% 91.57%
HSB/HSV 77° 8.61% 95.69%
CMYK 2.46% 0.00% 8.61%
4.31%

Color #EEF4DF in popluar number systems.

HEX EE F4 DF
Decimal 238 244 223
Binary 11101110 11110100 11011111
Octal 356 364 337

Shades and tints

Shades of #EEF4DF

#EEF4DF
(238,244,223)
#D9DECB
(217,222,203)
#C4C8B7
(196,200,183)
#AFB2A3
(175,178,163)
#9A9C8F
(154,156,143)
#85867B
(133,134,123)
#707067
(112,112,103)
#5B5A53
(91,90,83)
#46443F
(70,68,63)
#312E2B
(49,46,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEF4DF

#EEF4DF
(238,244,223)
#EFF5E1
(239,245,225)
#F0F6E3
(240,246,227)
#F1F7E5
(241,247,229)
#F2F8E7
(242,248,231)
#F3F9E9
(243,249,233)
#F4FAEB
(244,250,235)
#F5FBED
(245,251,237)
#F6FCEF
(246,252,239)
#F7FDF1
(247,253,241)
#F8FEF3
(248,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF4DF; }

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

This text font color is #EEF4DF.

Background Color

.myBgColor { background-color: #EEF4DF; }

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

This div background color is #EEF4DF.

Border color

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

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

This div border color is #EEF4DF.

Opacity

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

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

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

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

This text has shadow with #EEF4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF4DF.

Preview

Color preview on black background

This text has color #EEF4DF on black background.


Color preview on white background

This text has color #EEF4DF on white background.


Black color preview on #EEF4DF background

This text has black color on #EEF4DF background.


White color preview on #EEF4DF background

This text has white color on #EEF4DF background.


Related colors

Complementary color

Complementary color for #hex is #110B20.


I love getcolorcode.com

Triadic colors

1 #DFEEF4 and #F4DFEE with #EEF4DF are triadic colors.

2 #DFF4EE and #F4EEDF with #EEF4DF are triadic colors.