COLOR #EDECF7

HEX: #EDECF7 RGB: (237,236,247)

Color info

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

RGB color model

#EDECF7 color RGB value is (237,236,247).

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

RGB channels and saturation

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

237
236
247

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

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 247 = 720 (100%)
R 237 of 720 ~ 32.92%
G 236 of 720 ~ 32.78%
B 247 of 720 ~ 34.31'%

%32.92
%32.78
%34.31

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 4.45%
  • 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.45
%0
%3.14

Codes

Color #EDECF7 in popluar color models

ED EC F7
RGB 237 236 247
HSL 245° 40.74% 94.71%
HSB/HSV 245° 4.45% 96.86%
CMYK 4.05% 4.45% 0.00%
3.14%

Color #EDECF7 in popluar number systems.

HEX ED EC F7
Decimal 237 236 247
Binary 11101101 11101100 11110111
Octal 355 354 367

Shades and tints

Shades of #EDECF7

#EDECF7
(237,236,247)
#D8D7E1
(216,215,225)
#C3C2CB
(195,194,203)
#AEADB5
(174,173,181)
#99989F
(153,152,159)
#848389
(132,131,137)
#6F6E73
(111,110,115)
#5A595D
(90,89,93)
#454447
(69,68,71)
#302F31
(48,47,49)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #EDECF7

#EDECF7
(237,236,247)
#EEEDF7
(238,237,247)
#EFEEF7
(239,238,247)
#F0EFF7
(240,239,247)
#F1F0F7
(241,240,247)
#F2F1F7
(242,241,247)
#F3F2F7
(243,242,247)
#F4F3F7
(244,243,247)
#F5F4F7
(245,244,247)
#F6F5F7
(246,245,247)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECF7; }

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

This text font color is #EDECF7.

Background Color

.myBgColor { background-color: #EDECF7; }

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

This div background color is #EDECF7.

Border color

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

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

This div border color is #EDECF7.

Opacity

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

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

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

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

This text has shadow with #EDECF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECF7.

Preview

Color preview on black background

This text has color #EDECF7 on black background.


Color preview on white background

This text has color #EDECF7 on white background.


Black color preview on #EDECF7 background

This text has black color on #EDECF7 background.


White color preview on #EDECF7 background

This text has white color on #EDECF7 background.


Related colors

Complementary color

Complementary color for #hex is #121308.


I love getcolorcode.com

Triadic colors

1 #F7EDEC and #ECF7ED with #EDECF7 are triadic colors.

2 #F7ECED and #ECEDF7 with #EDECF7 are triadic colors.