COLOR #EDECF0

HEX: #EDECF0 RGB: (237,236,240)

Color info

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

RGB color model

#EDECF0 color RGB value is (237,236,240).

RGB: (237,236,240) (93%, 93%, 94%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 240 of 255 = 94%

237
236
240

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

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 240 = 713 (100%)
R 237 of 713 ~ 33.24%
G 236 of 713 ~ 33.1%
B 240 of 713 ~ 33.66'%

%33.24
%33.1
%33.66

CMYK color model

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

  • cyan value is 1.25%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (1,2,0,6)
C1M2Y0K6 (1%, 2%, 0%, 6%)
(0.01 / 0.02 / 0.00 / 0.06)

CMYK percentages

%1.25
%1.67
%0
%5.88

Codes

Color #EDECF0 in popluar color models

ED EC F0
RGB 237 236 240
HSL 255° 11.76% 93.33%
HSB/HSV 255° 1.67% 94.12%
CMYK 1.25% 1.67% 0.00%
5.88%

Color #EDECF0 in popluar number systems.

HEX ED EC F0
Decimal 237 236 240
Binary 11101101 11101100 11110000
Octal 355 354 360

Shades and tints

Shades of #EDECF0

#EDECF0
(237,236,240)
#D8D7DB
(216,215,219)
#C3C2C6
(195,194,198)
#AEADB1
(174,173,177)
#99989C
(153,152,156)
#848387
(132,131,135)
#6F6E72
(111,110,114)
#5A595D
(90,89,93)
#454448
(69,68,72)
#302F33
(48,47,51)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #EDECF0

#EDECF0
(237,236,240)
#EEEDF1
(238,237,241)
#EFEEF2
(239,238,242)
#F0EFF3
(240,239,243)
#F1F0F4
(241,240,244)
#F2F1F5
(242,241,245)
#F3F2F6
(243,242,246)
#F4F3F7
(244,243,247)
#F5F4F8
(245,244,248)
#F6F5F9
(246,245,249)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECF0; }

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

This text font color is #EDECF0.

Background Color

.myBgColor { background-color: #EDECF0; }

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

This div background color is #EDECF0.

Border color

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

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

This div border color is #EDECF0.

Opacity

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

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

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

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

This text has shadow with #EDECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECF0.

Preview

Color preview on black background

This text has color #EDECF0 on black background.


Color preview on white background

This text has color #EDECF0 on white background.


Black color preview on #EDECF0 background

This text has black color on #EDECF0 background.


White color preview on #EDECF0 background

This text has white color on #EDECF0 background.


Related colors

Complementary color

Complementary color for #hex is #12130F.


I love getcolorcode.com

Triadic colors

1 #F0EDEC and #ECF0ED with #EDECF0 are triadic colors.

2 #F0ECED and #ECEDF0 with #EDECF0 are triadic colors.