COLOR #EDECDB

HEX: #EDECDB RGB: (237,236,219)

Color info

#EDECDB contains red, green and blue colors in about the same proportion. Web safe color of #EDECDB is #FFFFCC (or #FFC).

RGB color model

#EDECDB color RGB value is (237,236,219).

RGB: (237,236,219) (93%, 93%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 219 of 255 = 86%

237
236
219

R + G + B ~ 91%. #EDECDB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 236 + 219 = 692 (100%)
R 237 of 692 ~ 34.25%
G 236 of 692 ~ 34.1%
B 219 of 692 ~ 31.65'%

%34.25
%34.1
%31.65

CMYK color model

#EDECDB color CMYK value is (0,0,8,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 7.59%
  • key color value is 7.06%

CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)

CMYK percentages

%0
%0.42
%7.59
%7.06

Codes

Color #EDECDB in popluar color models

ED EC DB
RGB 237 236 219
HSL 57° 33.33% 89.41%
HSB/HSV 57° 7.59% 92.94%
CMYK 0.00% 0.42% 7.59%
7.06%

Color #EDECDB in popluar number systems.

HEX ED EC DB
Decimal 237 236 219
Binary 11101101 11101100 11011011
Octal 355 354 333

Shades and tints

Shades of #EDECDB

#EDECDB
(237,236,219)
#D8D7C8
(216,215,200)
#C3C2B5
(195,194,181)
#AEADA2
(174,173,162)
#99988F
(153,152,143)
#84837C
(132,131,124)
#6F6E69
(111,110,105)
#5A5956
(90,89,86)
#454443
(69,68,67)
#302F30
(48,47,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDECDB

#EDECDB
(237,236,219)
#EEEDDE
(238,237,222)
#EFEEE1
(239,238,225)
#F0EFE4
(240,239,228)
#F1F0E7
(241,240,231)
#F2F1EA
(242,241,234)
#F3F2ED
(243,242,237)
#F4F3F0
(244,243,240)
#F5F4F3
(245,244,243)
#F6F5F6
(246,245,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECDB; }

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

This text font color is #EDECDB.

Background Color

.myBgColor { background-color: #EDECDB; }

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

This div background color is #EDECDB.

Border color

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

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

This div border color is #EDECDB.

Opacity

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

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

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

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

This text has shadow with #EDECDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDECDB.

Preview

Color preview on black background

This text has color #EDECDB on black background.


Color preview on white background

This text has color #EDECDB on white background.


Black color preview on #EDECDB background

This text has black color on #EDECDB background.


White color preview on #EDECDB background

This text has white color on #EDECDB background.


Related colors

Complementary color

Complementary color for #hex is #121324.


I love getcolorcode.com

Triadic colors

1 #DBEDEC and #ECDBED with #EDECDB are triadic colors.

2 #DBECED and #ECEDDB with #EDECDB are triadic colors.