COLOR #EEEFD4

HEX: #EEEFD4
RGB: (238,239,212)

Color info

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

RGB color model

#EEEFD4 color RGB value is (238,239,212).

  • red value is 238;
  • green value is 239;
  • blue value is 212.
RGB:
(238,239,212)
(93%,94%,83%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 212 of 255 = 83%

238
239
212

R + G + B ~ 90%. #EEEFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 212 = 689 (100%)
R 238 of 689 ~ 34.54%
G 239 of 689 ~ 34.69%
B 212 of 689 ~ 30.77%

%34.54
%34.69
%30.77

CMYK color model

#EEEFD4 color CMYK value is (0,0,11,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,0,11,6)
C0M0Y11K6 
(0%,0%,11%,6%)
(0.00/0.00/0.11/0.06)	

CMYK percentages

%0.42
%0
%11.3
%6.27

Codes

Color #EEEFD4 in popluar color models

EEEFD4
RGB238239212
HSL62°45.76%88.43%
HSB/HSV62°11.30%93.73%
CMYK0.42%0.00%11.30%
6.27%

Color #EEEFD4 in popluar number systems.

HEXEEEFD4
Decimal238239212
Binary111011101110111111010100
Octal356357324

Shades and tints

Shades of #EEEFD4

#EEEFD4
(238,239,212)
#D9DAC1
(217,218,193)
#C4C5AE
(196,197,174)
#AFB09B
(175,176,155)
#9A9B88
(154,155,136)
#858675
(133,134,117)
#707162
(112,113,98)
#5B5C4F
(91,92,79)
#46473C
(70,71,60)
#313229
(49,50,41)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #EEEFD4

#EEEFD4
(238,239,212)
#EFF0D7
(239,240,215)
#F0F1DA
(240,241,218)
#F1F2DD
(241,242,221)
#F2F3E0
(242,243,224)
#F3F4E3
(243,244,227)
#F4F5E6
(244,245,230)
#F5F6E9
(245,246,233)
#F6F7EC
(246,247,236)
#F7F8EF
(247,248,239)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEFD4 color. Also use rgb(238,239,212) instead hex code.

Text Font Color

.myTextColor { color: #EEEFD4; }

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

This text font color is #EEEFD4.


Background Color

.myBgColor { background-color: #EEEFD4; }

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

This div background color is #EEEFD4.


Border color

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

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

This div border color is #EEEFD4.


Opacity

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

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

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

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

This text has shadow with #EEEFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEFD4 on black background.


Color preview on white background

This text has color #EEEFD4 on white background.



Black color preview on #EEEFD4 background

This text has black color on #EEEFD4 background.


White color preview on #EEEFD4 background

This text has white color on #EEEFD4 background.