COLOR #EEF8D3

HEX: #EEF8D3
RGB: (238,248,211)

Color info

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

RGB color model

#EEF8D3 color RGB value is (238,248,211).

  • red value is 238;
  • green value is 248;
  • blue value is 211.
RGB:
(238,248,211)
(93%,97%,83%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 211 of 255 = 83%

238
248
211

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

Portions of RGB colors in percentages

R + G + B =
238 + 248 + 211 = 697 (100%)
R 238 of 697 ~ 34.15%
G 248 of 697 ~ 35.58%
B 211 of 697 ~ 30.27%

%34.15
%35.58
%30.27

CMYK color model

#EEF8D3 color CMYK value is (4,0,15,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 2.75%
CMYK:
(4,0,15,3)
C4M0Y15K3 
(4%,0%,15%,3%)
(0.04/0.00/0.15/0.03)	

CMYK percentages

%4.03
%0
%14.92
%2.75

Codes

Color #EEF8D3 in popluar color models

EEF8D3
RGB238248211
HSL76°72.55%90.00%
HSB/HSV76°14.92%97.25%
CMYK4.03%0.00%14.92%
2.75%

Color #EEF8D3 in popluar number systems.

HEXEEF8D3
Decimal238248211
Binary111011101111100011010011
Octal356370323

Shades and tints

Shades of #EEF8D3

#EEF8D3
(238,248,211)
#D9E2C0
(217,226,192)
#C4CCAD
(196,204,173)
#AFB69A
(175,182,154)
#9AA087
(154,160,135)
#858A74
(133,138,116)
#707461
(112,116,97)
#5B5E4E
(91,94,78)
#46483B
(70,72,59)
#313228
(49,50,40)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #EEF8D3

#EEF8D3
(238,248,211)
#EFF8D7
(239,248,215)
#F0F8DB
(240,248,219)
#F1F8DF
(241,248,223)
#F2F8E3
(242,248,227)
#F3F8E7
(243,248,231)
#F4F8EB
(244,248,235)
#F5F8EF
(245,248,239)
#F6F8F3
(246,248,243)
#F7F8F7
(247,248,247)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF8D3 color. Also use rgb(238,248,211) instead hex code.

Text Font Color

.myTextColor { color: #EEF8D3; }

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

This text font color is #EEF8D3.


Background Color

.myBgColor { background-color: #EEF8D3; }

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

This div background color is #EEF8D3.


Border color

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

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

This div border color is #EEF8D3.


Opacity

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

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

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

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

This text has shadow with #EEF8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF8D3 on black background.


Color preview on white background

This text has color #EEF8D3 on white background.



Black color preview on #EEF8D3 background

This text has black color on #EEF8D3 background.


White color preview on #EEF8D3 background

This text has white color on #EEF8D3 background.