COLOR #EDEDEF

HEX: #EDEDEF RGB: (237,237,239)

Color info

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

RGB color model

#EDEDEF color RGB value is (237,237,239).

RGB: (237,237,239) (93%, 93%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 239 of 255 = 94%

237
237
239

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

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 239 = 713 (100%)
R 237 of 713 ~ 33.24%
G 237 of 713 ~ 33.24%
B 239 of 713 ~ 33.52'%

%33.24
%33.24
%33.52

CMYK color model

#EDEDEF color CMYK value is (1,1,0,6).

  • cyan value is 0.84%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (1,1,0,6)
C1M1Y0K6 (1%, 1%, 0%, 6%)
(0.01 / 0.01 / 0.00 / 0.06)

CMYK percentages

%0.84
%0.84
%0
%6.27

Codes

Color #EDEDEF in popluar color models

ED ED EF
RGB 237 237 239
HSL 240° 5.88% 93.33%
HSB/HSV 240° 0.84% 93.73%
CMYK 0.84% 0.84% 0.00%
6.27%

Color #EDEDEF in popluar number systems.

HEX ED ED EF
Decimal 237 237 239
Binary 11101101 11101101 11101111
Octal 355 355 357

Shades and tints

Shades of #EDEDEF

#EDEDEF
(237,237,239)
#D8D8DA
(216,216,218)
#C3C3C5
(195,195,197)
#AEAEB0
(174,174,176)
#99999B
(153,153,155)
#848486
(132,132,134)
#6F6F71
(111,111,113)
#5A5A5C
(90,90,92)
#454547
(69,69,71)
#303032
(48,48,50)
#1B1B1D
(27,27,29)
#000000
(0,0,0)

Tints of #EDEDEF

#EDEDEF
(237,237,239)
#EEEEF0
(238,238,240)
#EFEFF1
(239,239,241)
#F0F0F2
(240,240,242)
#F1F1F3
(241,241,243)
#F2F2F4
(242,242,244)
#F3F3F5
(243,243,245)
#F4F4F6
(244,244,246)
#F5F5F7
(245,245,247)
#F6F6F8
(246,246,248)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDEF; }

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

This text font color is #EDEDEF.

Background Color

.myBgColor { background-color: #EDEDEF; }

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

This div background color is #EDEDEF.

Border color

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

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

This div border color is #EDEDEF.

Opacity

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

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

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

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

This text has shadow with #EDEDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDEF.

Preview

Color preview on black background

This text has color #EDEDEF on black background.


Color preview on white background

This text has color #EDEDEF on white background.


Black color preview on #EDEDEF background

This text has black color on #EDEDEF background.


White color preview on #EDEDEF background

This text has white color on #EDEDEF background.


Related colors

Complementary color

Complementary color for #hex is #121210.


I love getcolorcode.com