COLOR #EDEDEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
237
238

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

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 238 = 712 (100%)
R 237 of 712 ~ 33.29%
G 237 of 712 ~ 33.29%
B 238 of 712 ~ 33.43%

%33.29
%33.29
%33.43

CMYK color model

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

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

Codes

Color #EDEDEE in popluar color models

EDEDEE
RGB237237238
HSL240°2.86%93.14%
HSB/HSV240°0.42%93.33%
CMYK0.42%0.42%0.00%
6.67%

Color #EDEDEE in popluar number systems.

HEXEDEDEE
Decimal237237238
Binary111011011110110111101110
Octal355355356

Shades and tints

Shades of #EDEDEE

#EDEDEE
(237,237,238)
#D8D8D9
(216,216,217)
#C3C3C4
(195,195,196)
#AEAEAF
(174,174,175)
#99999A
(153,153,154)
#848485
(132,132,133)
#6F6F70
(111,111,112)
#5A5A5B
(90,90,91)
#454546
(69,69,70)
#303031
(48,48,49)
#1B1B1C
(27,27,28)
#000000
(0,0,0)

Tints of #EDEDEE

#EDEDEE
(237,237,238)
#EEEEEF
(238,238,239)
#EFEFF0
(239,239,240)
#F0F0F1
(240,240,241)
#F1F1F2
(241,241,242)
#F2F2F3
(242,242,243)
#F3F3F4
(243,243,244)
#F4F4F5
(244,244,245)
#F5F5F6
(245,245,246)
#F6F6F7
(246,246,247)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDEE; }

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

This text font color is #EDEDEE.


Background Color

.myBgColor { background-color: #EDEDEE; }

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

This div background color is #EDEDEE.


Border color

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

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

This div border color is #EDEDEE.


Opacity

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

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

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

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

This text has shadow with #EDEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDEE on black background.


Color preview on white background

This text has color #EDEDEE on white background.



Black color preview on #EDEDEE background

This text has black color on #EDEDEE background.


White color preview on #EDEDEE background

This text has white color on #EDEDEE background.