COLOR #EDCEB9

HEX: #EDCEB9
RGB: (237,206,185)

Color info

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

RGB color model

#EDCEB9 color RGB value is (237,206,185).

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

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 185 of 255 = 73%

237
206
185

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

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 185 = 628 (100%)
R 237 of 628 ~ 37.74%
G 206 of 628 ~ 32.8%
B 185 of 628 ~ 29.46%

%37.74
%32.8
%29.46

CMYK color model

#EDCEB9 color CMYK value is (0,13,22,7).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(0,13,22,7)
C0M13Y22K7 
(0%,13%,22%,7%)
(0.00/0.13/0.22/0.07)	

CMYK percentages

%0
%13.08
%21.94
%7.06

Codes

Color #EDCEB9 in popluar color models

EDCEB9
RGB237206185
HSL24°59.09%82.75%
HSB/HSV24°21.94%92.94%
CMYK0.00%13.08%21.94%
7.06%

Color #EDCEB9 in popluar number systems.

HEXEDCEB9
Decimal237206185
Binary111011011100111010111001
Octal355316271

Shades and tints

Shades of #EDCEB9

#EDCEB9
(237,206,185)
#D8BCA9
(216,188,169)
#C3AA99
(195,170,153)
#AE9889
(174,152,137)
#998679
(153,134,121)
#847469
(132,116,105)
#6F6259
(111,98,89)
#5A5049
(90,80,73)
#453E39
(69,62,57)
#302C29
(48,44,41)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDCEB9

#EDCEB9
(237,206,185)
#EED2BF
(238,210,191)
#EFD6C5
(239,214,197)
#F0DACB
(240,218,203)
#F1DED1
(241,222,209)
#F2E2D7
(242,226,215)
#F3E6DD
(243,230,221)
#F4EAE3
(244,234,227)
#F5EEE9
(245,238,233)
#F6F2EF
(246,242,239)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEB9; }

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

This text font color is #EDCEB9.


Background Color

.myBgColor { background-color: #EDCEB9; }

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

This div background color is #EDCEB9.


Border color

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

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

This div border color is #EDCEB9.


Opacity

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

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

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

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

This text has shadow with #EDCEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEB9 on black background.


Color preview on white background

This text has color #EDCEB9 on white background.



Black color preview on #EDCEB9 background

This text has black color on #EDCEB9 background.


White color preview on #EDCEB9 background

This text has white color on #EDCEB9 background.