COLOR #EDEDF7

HEX: #EDEDF7 RGB: (237,237,247)

Color info

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

RGB color model

#EDEDF7 color RGB value is (237,237,247).

RGB: (237,237,247) (93%, 93%, 97%)

RGB channels and saturation

R 237 of 255 = 93%
G 237 of 255 = 93%
B 247 of 255 = 97%

237
237
247

R + G + B ~ 94%. #EDEDF7 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 247 = 721 (100%)
R 237 of 721 ~ 32.87%
G 237 of 721 ~ 32.87%
B 247 of 721 ~ 34.26'%

%32.87
%32.87
%34.26

CMYK color model

#EDEDF7 color CMYK value is (4,4,0,3).

  • cyan value is 4.05%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (4,4,0,3)
C4M4Y0K3 (4%, 4%, 0%, 3%)
(0.04 / 0.04 / 0.00 / 0.03)

CMYK percentages

%4.05
%4.05
%0
%3.14

Codes

Color #EDEDF7 in popluar color models

ED ED F7
RGB 237 237 247
HSL 240° 38.46% 94.90%
HSB/HSV 240° 4.05% 96.86%
CMYK 4.05% 4.05% 0.00%
3.14%

Color #EDEDF7 in popluar number systems.

HEX ED ED F7
Decimal 237 237 247
Binary 11101101 11101101 11110111
Octal 355 355 367

Shades and tints

Shades of #EDEDF7

#EDEDF7
(237,237,247)
#D8D8E1
(216,216,225)
#C3C3CB
(195,195,203)
#AEAEB5
(174,174,181)
#99999F
(153,153,159)
#848489
(132,132,137)
#6F6F73
(111,111,115)
#5A5A5D
(90,90,93)
#454547
(69,69,71)
#303031
(48,48,49)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDEDF7

#EDEDF7
(237,237,247)
#EEEEF7
(238,238,247)
#EFEFF7
(239,239,247)
#F0F0F7
(240,240,247)
#F1F1F7
(241,241,247)
#F2F2F7
(242,242,247)
#F3F3F7
(243,243,247)
#F4F4F7
(244,244,247)
#F5F5F7
(245,245,247)
#F6F6F7
(246,246,247)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDF7; }

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

This text font color is #EDEDF7.

Background Color

.myBgColor { background-color: #EDEDF7; }

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

This div background color is #EDEDF7.

Border color

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

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

This div border color is #EDEDF7.

Opacity

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

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

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

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

This text has shadow with #EDEDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDF7.

Preview

Color preview on black background

This text has color #EDEDF7 on black background.


Color preview on white background

This text has color #EDEDF7 on white background.


Black color preview on #EDEDF7 background

This text has black color on #EDEDF7 background.


White color preview on #EDEDF7 background

This text has white color on #EDEDF7 background.


Related colors

Complementary color

Complementary color for #hex is #121208.


I love getcolorcode.com