COLOR #EDEBDE

HEX: #EDEBDE RGB: (237,235,222)

Color info

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

RGB color model

#EDEBDE color RGB value is (237,235,222).

RGB: (237,235,222) (93%, 92%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 222 of 255 = 87%

237
235
222

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

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 222 = 694 (100%)
R 237 of 694 ~ 34.15%
G 235 of 694 ~ 33.86%
B 222 of 694 ~ 31.99'%

%34.15
%33.86
%31.99

CMYK color model

#EDEBDE color CMYK value is (0,1,6,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (0,1,6,7)
C0M1Y6K7 (0%, 1%, 6%, 7%)
(0.00 / 0.01 / 0.06 / 0.07)

CMYK percentages

%0
%0.84
%6.33
%7.06

Codes

Color #EDEBDE in popluar color models

ED EB DE
RGB 237 235 222
HSL 52° 29.41% 90.00%
HSB/HSV 52° 6.33% 92.94%
CMYK 0.00% 0.84% 6.33%
7.06%

Color #EDEBDE in popluar number systems.

HEX ED EB DE
Decimal 237 235 222
Binary 11101101 11101011 11011110
Octal 355 353 336

Shades and tints

Shades of #EDEBDE

#EDEBDE
(237,235,222)
#D8D6CA
(216,214,202)
#C3C1B6
(195,193,182)
#AEACA2
(174,172,162)
#99978E
(153,151,142)
#84827A
(132,130,122)
#6F6D66
(111,109,102)
#5A5852
(90,88,82)
#45433E
(69,67,62)
#302E2A
(48,46,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDEBDE

#EDEBDE
(237,235,222)
#EEECE1
(238,236,225)
#EFEDE4
(239,237,228)
#F0EEE7
(240,238,231)
#F1EFEA
(241,239,234)
#F2F0ED
(242,240,237)
#F3F1F0
(243,241,240)
#F4F2F3
(244,242,243)
#F5F3F6
(245,243,246)
#F6F4F9
(246,244,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBDE; }

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

This text font color is #EDEBDE.

Background Color

.myBgColor { background-color: #EDEBDE; }

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

This div background color is #EDEBDE.

Border color

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

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

This div border color is #EDEBDE.

Opacity

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

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

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

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

This text has shadow with #EDEBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBDE.

Preview

Color preview on black background

This text has color #EDEBDE on black background.


Color preview on white background

This text has color #EDEBDE on white background.


Black color preview on #EDEBDE background

This text has black color on #EDEBDE background.


White color preview on #EDEBDE background

This text has white color on #EDEBDE background.


Related colors

Complementary color

Complementary color for #hex is #121421.


I love getcolorcode.com

Triadic colors

1 #DEEDEB and #EBDEED with #EDEBDE are triadic colors.

2 #DEEBED and #EBEDDE with #EDEBDE are triadic colors.