COLOR #EEEDEE

HEX: #EEEDEE
RGB: (238,237,238)

Color info

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

RGB color model

#EEEDEE color RGB value is (238,237,238).

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

RGB channels and saturation

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

238
237
238

R + G + B ~ 93%. #EEEDEE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 237 + 238 = 713 (100%)
R 238 of 713 ~ 33.38%
G 237 of 713 ~ 33.24%
B 238 of 713 ~ 33.38%

%33.38
%33.24
%33.38

CMYK color model

#EEEDEE color CMYK value is (0,0,0,7).

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

CMYK percentages

%0
%0.42
%0
%6.67

Codes

Color #EEEDEE in popluar color models

EEEDEE
RGB238237238
HSL300°2.86%93.14%
HSB/HSV300°0.42%93.33%
CMYK0.00%0.42%0.00%
6.67%

Color #EEEDEE in popluar number systems.

HEXEEEDEE
Decimal238237238
Binary111011101110110111101110
Octal356355356

Shades and tints

Shades of #EEEDEE

#EEEDEE
(238,237,238)
#D9D8D9
(217,216,217)
#C4C3C4
(196,195,196)
#AFAEAF
(175,174,175)
#9A999A
(154,153,154)
#858485
(133,132,133)
#706F70
(112,111,112)
#5B5A5B
(91,90,91)
#464546
(70,69,70)
#313031
(49,48,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEEDEE

#EEEDEE
(238,237,238)
#EFEEEF
(239,238,239)
#F0EFF0
(240,239,240)
#F1F0F1
(241,240,241)
#F2F1F2
(242,241,242)
#F3F2F3
(243,242,243)
#F4F3F4
(244,243,244)
#F5F4F5
(245,244,245)
#F6F5F6
(246,245,246)
#F7F6F7
(247,246,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEDEE; }

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

This text font color is #EEEDEE.


Background Color

.myBgColor { background-color: #EEEDEE; }

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

This div background color is #EEEDEE.


Border color

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

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

This div border color is #EEEDEE.


Opacity

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

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

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

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

This text has shadow with #EEEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEDEE on black background.


Color preview on white background

This text has color #EEEDEE on white background.



Black color preview on #EEEDEE background

This text has black color on #EEEDEE background.


White color preview on #EEEDEE background

This text has white color on #EEEDEE background.