COLOR #EDCDB2

HEX: #EDCDB2 RGB: (237,205,178)

Color info

#EDCDB2 contains red, green and blue colors in about the same proportion. Web safe color of #EDCDB2 is #FFCC99 (or #FC9).

RGB color model

#EDCDB2 color RGB value is (237,205,178).

RGB: (237,205,178) (93%, 80%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 178 of 255 = 70%

237
205
178

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

Portions of RGB colors in percentages

R + G + B = 237 + 205 + 178 = 620 (100%)
R 237 of 620 ~ 38.23%
G 205 of 620 ~ 33.06%
B 178 of 620 ~ 28.71'%

%38.23
%33.06
%28.71

CMYK color model

#EDCDB2 color CMYK value is (0,14,25,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 24.89%
  • key color value is 7.06%

CMYK: (0,14,25,7)
C0M14Y25K7 (0%, 14%, 25%, 7%)
(0.00 / 0.14 / 0.25 / 0.07)

CMYK percentages

%0
%13.5
%24.89
%7.06

Codes

Color #EDCDB2 in popluar color models

ED CD B2
RGB 237 205 178
HSL 27° 62.11% 81.37%
HSB/HSV 27° 24.89% 92.94%
CMYK 0.00% 13.50% 24.89%
7.06%

Color #EDCDB2 in popluar number systems.

HEX ED CD B2
Decimal 237 205 178
Binary 11101101 11001101 10110010
Octal 355 315 262

Shades and tints

Shades of #EDCDB2

#EDCDB2
(237,205,178)
#D8BBA2
(216,187,162)
#C3A992
(195,169,146)
#AE9782
(174,151,130)
#998572
(153,133,114)
#847362
(132,115,98)
#6F6152
(111,97,82)
#5A4F42
(90,79,66)
#453D32
(69,61,50)
#302B22
(48,43,34)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDCDB2

#EDCDB2
(237,205,178)
#EED1B9
(238,209,185)
#EFD5C0
(239,213,192)
#F0D9C7
(240,217,199)
#F1DDCE
(241,221,206)
#F2E1D5
(242,225,213)
#F3E5DC
(243,229,220)
#F4E9E3
(244,233,227)
#F5EDEA
(245,237,234)
#F6F1F1
(246,241,241)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDB2; }

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

This text font color is #EDCDB2.

Background Color

.myBgColor { background-color: #EDCDB2; }

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

This div background color is #EDCDB2.

Border color

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

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

This div border color is #EDCDB2.

Opacity

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

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

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

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

This text has shadow with #EDCDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCDB2.

Preview

Color preview on black background

This text has color #EDCDB2 on black background.


Color preview on white background

This text has color #EDCDB2 on white background.


Black color preview on #EDCDB2 background

This text has black color on #EDCDB2 background.


White color preview on #EDCDB2 background

This text has white color on #EDCDB2 background.


Related colors

Complementary color

Complementary color for #hex is #12324D.


I love getcolorcode.com

Triadic colors

1 #B2EDCD and #CDB2ED with #EDCDB2 are triadic colors.

2 #B2CDED and #CDEDB2 with #EDCDB2 are triadic colors.