COLOR #EDEBDB

HEX: #EDEBDB RGB: (237,235,219)

Color info

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

RGB color model

#EDEBDB color RGB value is (237,235,219).

RGB: (237,235,219) (93%, 92%, 86%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 219 of 255 = 86%

237
235
219

R + G + B ~ 90%. #EDEBDB is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 219 = 691 (100%)
R 237 of 691 ~ 34.3%
G 235 of 691 ~ 34.01%
B 219 of 691 ~ 31.69'%

%34.3
%34.01
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK: (0,1,8,7) C0M1Y8K7 (0%,1%,8%,7%) (0.00/0.01/0.08/0.07) 

CMYK percentages

%0
%0.84
%7.59
%7.06

Codes

Color #EDEBDB in popluar color models

ED EB DB
RGB 237 235 219
HSL 53° 33.33% 89.41%
HSB/HSV 53° 7.59% 92.94%
CMYK 0.00% 0.84% 7.59%
7.06%

Color #EDEBDB in popluar number systems.

HEX ED EB DB
Decimal 237 235 219
Binary 11101101 11101011 11011011
Octal 355 353 333

Shades and tints

Shades of #EDEBDB

#EDEBDB
(237,235,219)
#D8D6C8
(216,214,200)
#C3C1B5
(195,193,181)
#AEACA2
(174,172,162)
#99978F
(153,151,143)
#84827C
(132,130,124)
#6F6D69
(111,109,105)
#5A5856
(90,88,86)
#454343
(69,67,67)
#302E30
(48,46,48)
#1B191D
(27,25,29)
#000000
(0,0,0)

Tints of #EDEBDB

#EDEBDB
(237,235,219)
#EEECDE
(238,236,222)
#EFEDE1
(239,237,225)
#F0EEE4
(240,238,228)
#F1EFE7
(241,239,231)
#F2F0EA
(242,240,234)
#F3F1ED
(243,241,237)
#F4F2F0
(244,242,240)
#F5F3F3
(245,243,243)
#F6F4F6
(246,244,246)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBDB; }

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

This text font color is #EDEBDB.

Background Color

.myBgColor { background-color: #EDEBDB; }

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

This div background color is #EDEBDB.

Border color

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

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

This div border color is #EDEBDB.

Opacity

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

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

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

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

This text has shadow with #EDEBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBDB.

Preview

Color preview on black background

This text has color #EDEBDB on black background.


Color preview on white background

This text has color #EDEBDB on white background.


Black color preview on #EDEBDB background

This text has black color on #EDEBDB background.


White color preview on #EDEBDB background

This text has white color on #EDEBDB background.


Related colors

Complementary color

Complementary color for #hex is #121424.


I love getcolorcode.com

Triadic colors

1 #DBEDEB and #EBDBED with #EDEBDB are triadic colors.

2 #DBEBED and #EBEDDB with #EDEBDB are triadic colors.