COLOR #EEF4D7

HEX: #EEF4D7
RGB: (238,244,215)

Color info

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

RGB color model

#EEF4D7 color RGB value is (238,244,215).

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

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 215 of 255 = 84%

238
244
215

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

Portions of RGB colors in percentages

R + G + B =
238 + 244 + 215 = 697 (100%)
R 238 of 697 ~ 34.15%
G 244 of 697 ~ 35.01%
B 215 of 697 ~ 30.85%

%34.15
%35.01
%30.85

CMYK color model

#EEF4D7 color CMYK value is (2,0,12,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 4.31%
CMYK:
(2,0,12,4)
C2M0Y12K4 
(2%,0%,12%,4%)
(0.02/0.00/0.12/0.04)	

CMYK percentages

%2.46
%0
%11.89
%4.31

Codes

Color #EEF4D7 in popluar color models

EEF4D7
RGB238244215
HSL72°56.86%90.00%
HSB/HSV72°11.89%95.69%
CMYK2.46%0.00%11.89%
4.31%

Color #EEF4D7 in popluar number systems.

HEXEEF4D7
Decimal238244215
Binary111011101111010011010111
Octal356364327

Shades and tints

Shades of #EEF4D7

#EEF4D7
(238,244,215)
#D9DEC4
(217,222,196)
#C4C8B1
(196,200,177)
#AFB29E
(175,178,158)
#9A9C8B
(154,156,139)
#858678
(133,134,120)
#707065
(112,112,101)
#5B5A52
(91,90,82)
#46443F
(70,68,63)
#312E2C
(49,46,44)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEF4D7

#EEF4D7
(238,244,215)
#EFF5DA
(239,245,218)
#F0F6DD
(240,246,221)
#F1F7E0
(241,247,224)
#F2F8E3
(242,248,227)
#F3F9E6
(243,249,230)
#F4FAE9
(244,250,233)
#F5FBEC
(245,251,236)
#F6FCEF
(246,252,239)
#F7FDF2
(247,253,242)
#F8FEF5
(248,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF4D7; }

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

This text font color is #EEF4D7.


Background Color

.myBgColor { background-color: #EEF4D7; }

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

This div background color is #EEF4D7.


Border color

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

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

This div border color is #EEF4D7.


Opacity

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

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

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

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

This text has shadow with #EEF4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF4D7 on black background.


Color preview on white background

This text has color #EEF4D7 on white background.



Black color preview on #EEF4D7 background

This text has black color on #EEF4D7 background.


White color preview on #EEF4D7 background

This text has white color on #EEF4D7 background.