COLOR #EDCDB9

HEX: #EDCDB9
RGB: (237,205,185)

Color info

#EDCDB9 contains red, green and blue colors in about the same proportion. Web safe color of #EDCDB9 is #FFCCCC (or #FCC).

RGB color model

#EDCDB9 color RGB value is (237,205,185).

  • red value is 237;
  • green value is 205;
  • blue value is 185.
RGB:
(237,205,185)
(93%,80%,73%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 185 of 255 = 73%

237
205
185

R + G + B ~ 82%. #EDCDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 185 = 627 (100%)
R 237 of 627 ~ 37.8%
G 205 of 627 ~ 32.7%
B 185 of 627 ~ 29.51%

%37.8
%32.7
%29.51

CMYK color model

#EDCDB9 color CMYK value is (0,14,22,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(0,14,22,7)
C0M14Y22K7 
(0%,14%,22%,7%)
(0.00/0.14/0.22/0.07)	

CMYK percentages

%0
%13.5
%21.94
%7.06

Codes

Color #EDCDB9 in popluar color models

EDCDB9
RGB237205185
HSL23°59.09%82.75%
HSB/HSV23°21.94%92.94%
CMYK0.00%13.50%21.94%
7.06%

Color #EDCDB9 in popluar number systems.

HEXEDCDB9
Decimal237205185
Binary111011011100110110111001
Octal355315271

Shades and tints

Shades of #EDCDB9

#EDCDB9
(237,205,185)
#D8BBA9
(216,187,169)
#C3A999
(195,169,153)
#AE9789
(174,151,137)
#998579
(153,133,121)
#847369
(132,115,105)
#6F6159
(111,97,89)
#5A4F49
(90,79,73)
#453D39
(69,61,57)
#302B29
(48,43,41)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDCDB9

#EDCDB9
(237,205,185)
#EED1BF
(238,209,191)
#EFD5C5
(239,213,197)
#F0D9CB
(240,217,203)
#F1DDD1
(241,221,209)
#F2E1D7
(242,225,215)
#F3E5DD
(243,229,221)
#F4E9E3
(244,233,227)
#F5EDE9
(245,237,233)
#F6F1EF
(246,241,239)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDB9; }

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

This text font color is #EDCDB9.


Background Color

.myBgColor { background-color: #EDCDB9; }

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

This div background color is #EDCDB9.


Border color

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

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

This div border color is #EDCDB9.


Opacity

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

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

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

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

This text has shadow with #EDCDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDB9 on black background.


Color preview on white background

This text has color #EDCDB9 on white background.



Black color preview on #EDCDB9 background

This text has black color on #EDCDB9 background.


White color preview on #EDCDB9 background

This text has white color on #EDCDB9 background.