COLOR #EDCDB3

HEX: #EDCDB3
RGB: (237,205,179)

Color info

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

RGB color model

#EDCDB3 color RGB value is (237,205,179).

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

RGB channels and saturation

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

237
205
179

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

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 179 = 621 (100%)
R 237 of 621 ~ 38.16%
G 205 of 621 ~ 33.01%
B 179 of 621 ~ 28.82%

%38.16
%33.01
%28.82

CMYK color model

#EDCDB3 color CMYK value is (0,14,24,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(0,14,24,7)
C0M14Y24K7 
(0%,14%,24%,7%)
(0.00/0.14/0.24/0.07)	

CMYK percentages

%0
%13.5
%24.47
%7.06

Codes

Color #EDCDB3 in popluar color models

EDCDB3
RGB237205179
HSL27°61.70%81.57%
HSB/HSV27°24.47%92.94%
CMYK0.00%13.50%24.47%
7.06%

Color #EDCDB3 in popluar number systems.

HEXEDCDB3
Decimal237205179
Binary111011011100110110110011
Octal355315263

Shades and tints

Shades of #EDCDB3

#EDCDB3
(237,205,179)
#D8BBA3
(216,187,163)
#C3A993
(195,169,147)
#AE9783
(174,151,131)
#998573
(153,133,115)
#847363
(132,115,99)
#6F6153
(111,97,83)
#5A4F43
(90,79,67)
#453D33
(69,61,51)
#302B23
(48,43,35)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDCDB3

#EDCDB3
(237,205,179)
#EED1B9
(238,209,185)
#EFD5BF
(239,213,191)
#F0D9C5
(240,217,197)
#F1DDCB
(241,221,203)
#F2E1D1
(242,225,209)
#F3E5D7
(243,229,215)
#F4E9DD
(244,233,221)
#F5EDE3
(245,237,227)
#F6F1E9
(246,241,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCDB3; }

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

This text font color is #EDCDB3.


Background Color

.myBgColor { background-color: #EDCDB3; }

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

This div background color is #EDCDB3.


Border color

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

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

This div border color is #EDCDB3.


Opacity

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

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

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

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

This text has shadow with #EDCDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCDB3 on black background.


Color preview on white background

This text has color #EDCDB3 on white background.



Black color preview on #EDCDB3 background

This text has black color on #EDCDB3 background.


White color preview on #EDCDB3 background

This text has white color on #EDCDB3 background.