COLOR #EDEBD2

HEX: #EDEBD2 RGB: (237,235,210)

Color info

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

RGB color model

#EDEBD2 color RGB value is (237,235,210).

RGB: (237,235,210) (93%, 92%, 82%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 210 of 255 = 82%

237
235
210

R + G + B ~ 89%. #EDEBD2 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 210 = 682 (100%)
R 237 of 682 ~ 34.75%
G 235 of 682 ~ 34.46%
B 210 of 682 ~ 30.79'%

%34.75
%34.46
%30.79

CMYK color model

#EDEBD2 color CMYK value is (0,1,11,7).

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

CMYK: (0,1,11,7)
C0M1Y11K7 (0%, 1%, 11%, 7%)
(0.00 / 0.01 / 0.11 / 0.07)

CMYK percentages

%0
%0.84
%11.39
%7.06

Codes

Color #EDEBD2 in popluar color models

ED EB D2
RGB 237 235 210
HSL 56° 42.86% 87.65%
HSB/HSV 56° 11.39% 92.94%
CMYK 0.00% 0.84% 11.39%
7.06%

Color #EDEBD2 in popluar number systems.

HEX ED EB D2
Decimal 237 235 210
Binary 11101101 11101011 11010010
Octal 355 353 322

Shades and tints

Shades of #EDEBD2

#EDEBD2
(237,235,210)
#D8D6BF
(216,214,191)
#C3C1AC
(195,193,172)
#AEAC99
(174,172,153)
#999786
(153,151,134)
#848273
(132,130,115)
#6F6D60
(111,109,96)
#5A584D
(90,88,77)
#45433A
(69,67,58)
#302E27
(48,46,39)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDEBD2

#EDEBD2
(237,235,210)
#EEECD6
(238,236,214)
#EFEDDA
(239,237,218)
#F0EEDE
(240,238,222)
#F1EFE2
(241,239,226)
#F2F0E6
(242,240,230)
#F3F1EA
(243,241,234)
#F4F2EE
(244,242,238)
#F5F3F2
(245,243,242)
#F6F4F6
(246,244,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBD2; }

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

This text font color is #EDEBD2.

Background Color

.myBgColor { background-color: #EDEBD2; }

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

This div background color is #EDEBD2.

Border color

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

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

This div border color is #EDEBD2.

Opacity

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

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

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

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

This text has shadow with #EDEBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBD2.

Preview

Color preview on black background

This text has color #EDEBD2 on black background.


Color preview on white background

This text has color #EDEBD2 on white background.


Black color preview on #EDEBD2 background

This text has black color on #EDEBD2 background.


White color preview on #EDEBD2 background

This text has white color on #EDEBD2 background.


Related colors

Complementary color

Complementary color for #hex is #12142D.


I love getcolorcode.com

Triadic colors

1 #D2EDEB and #EBD2ED with #EDEBD2 are triadic colors.

2 #D2EBED and #EBEDD2 with #EDEBD2 are triadic colors.