COLOR #EDEEEA

HEX: #EDEEEA
RGB: (237,238,234)

Color info

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

RGB color model

#EDEEEA color RGB value is (237,238,234).

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

RGB channels and saturation

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

237
238
234

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

Portions of RGB colors in percentages

R + G + B =
237 + 238 + 234 = 709 (100%)
R 237 of 709 ~ 33.43%
G 238 of 709 ~ 33.57%
B 234 of 709 ~ 33%

%33.43
%33.57
%33

CMYK color model

#EDEEEA color CMYK value is (0,0,2,7).

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

CMYK percentages

%0.42
%0
%1.68
%6.67

Codes

Color #EDEEEA in popluar color models

EDEEEA
RGB237238234
HSL75°10.53%92.55%
HSB/HSV75°1.68%93.33%
CMYK0.42%0.00%1.68%
6.67%

Color #EDEEEA in popluar number systems.

HEXEDEEEA
Decimal237238234
Binary111011011110111011101010
Octal355356352

Shades and tints

Shades of #EDEEEA

#EDEEEA
(237,238,234)
#D8D9D5
(216,217,213)
#C3C4C0
(195,196,192)
#AEAFAB
(174,175,171)
#999A96
(153,154,150)
#848581
(132,133,129)
#6F706C
(111,112,108)
#5A5B57
(90,91,87)
#454642
(69,70,66)
#30312D
(48,49,45)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDEEEA

#EDEEEA
(237,238,234)
#EEEFEB
(238,239,235)
#EFF0EC
(239,240,236)
#F0F1ED
(240,241,237)
#F1F2EE
(241,242,238)
#F2F3EF
(242,243,239)
#F3F4F0
(243,244,240)
#F4F5F1
(244,245,241)
#F5F6F2
(245,246,242)
#F6F7F3
(246,247,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEEEA; }

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

This text font color is #EDEEEA.


Background Color

.myBgColor { background-color: #EDEEEA; }

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

This div background color is #EDEEEA.


Border color

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

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

This div border color is #EDEEEA.


Opacity

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

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

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

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

This text has shadow with #EDEEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEEEA on black background.


Color preview on white background

This text has color #EDEEEA on white background.



Black color preview on #EDEEEA background

This text has black color on #EDEEEA background.


White color preview on #EDEEEA background

This text has white color on #EDEEEA background.