COLOR #EEEDE7

HEX: #EEEDE7
RGB: (238,237,231)

Color info

#EEEDE7 contains red, green and blue colors in about the same proportion. Web safe color of #EEEDE7 is #FFFFFF (or #FFF).

RGB color model

#EEEDE7 color RGB value is (238,237,231).

  • red value is 238;
  • green value is 237;
  • blue value is 231.
RGB:
(238,237,231)
(93%,93%,91%)

RGB channels and saturation

R 238 of 255 = 93%
G 237 of 255 = 93%
B 231 of 255 = 91%

238
237
231

R + G + B ~ 92%. #EEEDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 231 = 706 (100%)
R 238 of 706 ~ 33.71%
G 237 of 706 ~ 33.57%
B 231 of 706 ~ 32.72%

%33.71
%33.57
%32.72

CMYK color model

#EEEDE7 color CMYK value is (0,0,3,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,0,3,7)
C0M0Y3K7 
(0%,0%,3%,7%)
(0.00/0.00/0.03/0.07)	

CMYK percentages

%0
%0.42
%2.94
%6.67

Codes

Color #EEEDE7 in popluar color models

EEEDE7
RGB238237231
HSL51°17.07%91.96%
HSB/HSV51°2.94%93.33%
CMYK0.00%0.42%2.94%
6.67%

Color #EEEDE7 in popluar number systems.

HEXEEEDE7
Decimal238237231
Binary111011101110110111100111
Octal356355347

Shades and tints

Shades of #EEEDE7

#EEEDE7
(238,237,231)
#D9D8D2
(217,216,210)
#C4C3BD
(196,195,189)
#AFAEA8
(175,174,168)
#9A9993
(154,153,147)
#85847E
(133,132,126)
#706F69
(112,111,105)
#5B5A54
(91,90,84)
#46453F
(70,69,63)
#31302A
(49,48,42)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EEEDE7

#EEEDE7
(238,237,231)
#EFEEE9
(239,238,233)
#F0EFEB
(240,239,235)
#F1F0ED
(241,240,237)
#F2F1EF
(242,241,239)
#F3F2F1
(243,242,241)
#F4F3F3
(244,243,243)
#F5F4F5
(245,244,245)
#F6F5F7
(246,245,247)
#F7F6F9
(247,246,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEEDE7 color. Also use rgb(238,237,231) instead hex code.

Text Font Color

.myTextColor { color: #EEEDE7; }

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

This text font color is #EEEDE7.


Background Color

.myBgColor { background-color: #EEEDE7; }

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

This div background color is #EEEDE7.


Border color

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

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

This div border color is #EEEDE7.


Opacity

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

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

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

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

This text has shadow with #EEEDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDE7 on black background.


Color preview on white background

This text has color #EEEDE7 on white background.



Black color preview on #EEEDE7 background

This text has black color on #EEEDE7 background.


White color preview on #EEEDE7 background

This text has white color on #EEEDE7 background.