COLOR #EEF4DA

HEX: #EEF4DA
RGB: (238,244,218)

Color info

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

RGB color model

#EEF4DA color RGB value is (238,244,218).

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

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 218 of 255 = 85%

238
244
218

R + G + B ~ 91%. #EEF4DA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 244 + 218 = 700 (100%)
R 238 of 700 ~ 34%
G 244 of 700 ~ 34.86%
B 218 of 700 ~ 31.14%

%34
%34.86
%31.14

CMYK color model

#EEF4DA color CMYK value is (2,0,11,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(2,0,11,4)
C2M0Y11K4 
(2%,0%,11%,4%)
(0.02/0.00/0.11/0.04)	

CMYK percentages

%2.46
%0
%10.66
%4.31

Codes

Color #EEF4DA in popluar color models

EEF4DA
RGB238244218
HSL74°54.17%90.59%
HSB/HSV74°10.66%95.69%
CMYK2.46%0.00%10.66%
4.31%

Color #EEF4DA in popluar number systems.

HEXEEF4DA
Decimal238244218
Binary111011101111010011011010
Octal356364332

Shades and tints

Shades of #EEF4DA

#EEF4DA
(238,244,218)
#D9DEC7
(217,222,199)
#C4C8B4
(196,200,180)
#AFB2A1
(175,178,161)
#9A9C8E
(154,156,142)
#85867B
(133,134,123)
#707068
(112,112,104)
#5B5A55
(91,90,85)
#464442
(70,68,66)
#312E2F
(49,46,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #EEF4DA

#EEF4DA
(238,244,218)
#EFF5DD
(239,245,221)
#F0F6E0
(240,246,224)
#F1F7E3
(241,247,227)
#F2F8E6
(242,248,230)
#F3F9E9
(243,249,233)
#F4FAEC
(244,250,236)
#F5FBEF
(245,251,239)
#F6FCF2
(246,252,242)
#F7FDF5
(247,253,245)
#F8FEF8
(248,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF4DA; }

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

This text font color is #EEF4DA.


Background Color

.myBgColor { background-color: #EEF4DA; }

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

This div background color is #EEF4DA.


Border color

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

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

This div border color is #EEF4DA.


Opacity

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

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

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

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

This text has shadow with #EEF4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF4DA on black background.


Color preview on white background

This text has color #EEF4DA on white background.



Black color preview on #EEF4DA background

This text has black color on #EEF4DA background.


White color preview on #EEF4DA background

This text has white color on #EEF4DA background.