COLOR #EDEEE8

HEX: #EDEEE8
RGB: (237,238,232)

Color info

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

RGB color model

#EDEEE8 color RGB value is (237,238,232).

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

RGB channels and saturation

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

237
238
232

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 232 = 707 (100%)
R 237 of 707 ~ 33.52%
G 238 of 707 ~ 33.66%
B 232 of 707 ~ 32.81%

%33.52
%33.66
%32.81

CMYK color model

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

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • 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.42
%0
%2.52
%6.67

Codes

Color #EDEEE8 in popluar color models

EDEEE8
RGB237238232
HSL70°15.00%92.16%
HSB/HSV70°2.52%93.33%
CMYK0.42%0.00%2.52%
6.67%

Color #EDEEE8 in popluar number systems.

HEXEDEEE8
Decimal237238232
Binary111011011110111011101000
Octal355356350

Shades and tints

Shades of #EDEEE8

#EDEEE8
(237,238,232)
#D8D9D3
(216,217,211)
#C3C4BE
(195,196,190)
#AEAFA9
(174,175,169)
#999A94
(153,154,148)
#84857F
(132,133,127)
#6F706A
(111,112,106)
#5A5B55
(90,91,85)
#454640
(69,70,64)
#30312B
(48,49,43)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #EDEEE8

#EDEEE8
(237,238,232)
#EEEFEA
(238,239,234)
#EFF0EC
(239,240,236)
#F0F1EE
(240,241,238)
#F1F2F0
(241,242,240)
#F2F3F2
(242,243,242)
#F3F4F4
(243,244,244)
#F4F5F6
(244,245,246)
#F5F6F8
(245,246,248)
#F6F7FA
(246,247,250)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEE8; }

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

This text font color is #EDEEE8.


Background Color

.myBgColor { background-color: #EDEEE8; }

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

This div background color is #EDEEE8.


Border color

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

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

This div border color is #EDEEE8.


Opacity

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

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

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

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

This text has shadow with #EDEEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEE8 on black background.


Color preview on white background

This text has color #EDEEE8 on white background.



Black color preview on #EDEEE8 background

This text has black color on #EDEEE8 background.


White color preview on #EDEEE8 background

This text has white color on #EDEEE8 background.