COLOR #EDCDB0

HEX: #EDCDB0 RGB: (237,205,176)

Color info

#EDCDB0 contains mainly red and green colors. Web safe color of #EDCDB0 is #FFCC99 (or #FC9).

RGB color model

#EDCDB0 color RGB value is (237,205,176).

RGB: (237,205,176) (93%, 80%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 176 of 255 = 69%

237
205
176

R + G + B ~ 81%. #EDCDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 176 = 618 (100%)
R 237 of 618 ~ 38.35%
G 205 of 618 ~ 33.17%
B 176 of 618 ~ 28.48'%

%38.35
%33.17
%28.48

CMYK color model

#EDCDB0 color CMYK value is (0,14,26,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK: (0,14,26,7) C0M14Y26K7 (0%,14%,26%,7%) (0.00/0.14/0.26/0.07) 

CMYK percentages

%0
%13.5
%25.74
%7.06

Codes

Color #EDCDB0 in popluar color models

ED CD B0
RGB 237 205 176
HSL 29° 62.89% 80.98%
HSB/HSV 29° 25.74% 92.94%
CMYK 0.00% 13.50% 25.74%
7.06%

Color #EDCDB0 in popluar number systems.

HEX ED CD B0
Decimal 237 205 176
Binary 11101101 11001101 10110000
Octal 355 315 260

Shades and tints

Shades of #EDCDB0

#EDCDB0
(237,205,176)
#D8BBA0
(216,187,160)
#C3A990
(195,169,144)
#AE9780
(174,151,128)
#998570
(153,133,112)
#847360
(132,115,96)
#6F6150
(111,97,80)
#5A4F40
(90,79,64)
#453D30
(69,61,48)
#302B20
(48,43,32)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #EDCDB0

#EDCDB0
(237,205,176)
#EED1B7
(238,209,183)
#EFD5BE
(239,213,190)
#F0D9C5
(240,217,197)
#F1DDCC
(241,221,204)
#F2E1D3
(242,225,211)
#F3E5DA
(243,229,218)
#F4E9E1
(244,233,225)
#F5EDE8
(245,237,232)
#F6F1EF
(246,241,239)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCDB0 color. Also use rgb(237,205,176) instead hex code.

Text Font Color

.myTextColor { color: #EDCDB0; }

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

This text font color is #EDCDB0.

Background Color

.myBgColor { background-color: #EDCDB0; }

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

This div background color is #EDCDB0.

Border color

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

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

This div border color is #EDCDB0.

Opacity

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

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

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

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

This text has shadow with #EDCDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDB0.

Preview

Color preview on black background

This text has color #EDCDB0 on black background.


Color preview on white background

This text has color #EDCDB0 on white background.


Black color preview on #EDCDB0 background

This text has black color on #EDCDB0 background.


White color preview on #EDCDB0 background

This text has white color on #EDCDB0 background.


Related colors

Complementary color

Complementary color for #hex is #12324F.


I love getcolorcode.com

Triadic colors

1 #B0EDCD and #CDB0ED with #EDCDB0 are triadic colors.

2 #B0CDED and #CDEDB0 with #EDCDB0 are triadic colors.