COLOR #EEF0D7

HEX: #EEF0D7
RGB: (238,240,215)

Color info

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

RGB color model

#EEF0D7 color RGB value is (238,240,215).

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

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 215 of 255 = 84%

238
240
215

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

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 215 = 693 (100%)
R 238 of 693 ~ 34.34%
G 240 of 693 ~ 34.63%
B 215 of 693 ~ 31.02%

%34.34
%34.63
%31.02

CMYK color model

#EEF0D7 color CMYK value is (1,0,10,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(1,0,10,6)
C1M0Y10K6 
(1%,0%,10%,6%)
(0.01/0.00/0.10/0.06)	

CMYK percentages

%0.83
%0
%10.42
%5.88

Codes

Color #EEF0D7 in popluar color models

EEF0D7
RGB238240215
HSL65°45.45%89.22%
HSB/HSV65°10.42%94.12%
CMYK0.83%0.00%10.42%
5.88%

Color #EEF0D7 in popluar number systems.

HEXEEF0D7
Decimal238240215
Binary111011101111000011010111
Octal356360327

Shades and tints

Shades of #EEF0D7

#EEF0D7
(238,240,215)
#D9DBC4
(217,219,196)
#C4C6B1
(196,198,177)
#AFB19E
(175,177,158)
#9A9C8B
(154,156,139)
#858778
(133,135,120)
#707265
(112,114,101)
#5B5D52
(91,93,82)
#46483F
(70,72,63)
#31332C
(49,51,44)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #EEF0D7

#EEF0D7
(238,240,215)
#EFF1DA
(239,241,218)
#F0F2DD
(240,242,221)
#F1F3E0
(241,243,224)
#F2F4E3
(242,244,227)
#F3F5E6
(243,245,230)
#F4F6E9
(244,246,233)
#F5F7EC
(245,247,236)
#F6F8EF
(246,248,239)
#F7F9F2
(247,249,242)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF0D7; }

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

This text font color is #EEF0D7.


Background Color

.myBgColor { background-color: #EEF0D7; }

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

This div background color is #EEF0D7.


Border color

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

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

This div border color is #EEF0D7.


Opacity

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

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

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

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

This text has shadow with #EEF0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0D7 on black background.


Color preview on white background

This text has color #EEF0D7 on white background.



Black color preview on #EEF0D7 background

This text has black color on #EEF0D7 background.


White color preview on #EEF0D7 background

This text has white color on #EEF0D7 background.