COLOR #EDCEBA

HEX: #EDCEBA RGB: (237,206,186)

Color info

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

RGB color model

#EDCEBA color RGB value is (237,206,186).

RGB: (237,206,186) (93%, 81%, 73%)

RGB channels and saturation

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

237
206
186

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

Portions of RGB colors in percentages

R + G + B = 237 + 206 + 186 = 629 (100%)
R 237 of 629 ~ 37.68%
G 206 of 629 ~ 32.75%
B 186 of 629 ~ 29.57'%

%37.68
%32.75
%29.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 21.52%
  • 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.52
%7.06

Codes

Color #EDCEBA in popluar color models

ED CE BA
RGB 237 206 186
HSL 24° 58.62% 82.94%
HSB/HSV 24° 21.52% 92.94%
CMYK 0.00% 13.08% 21.52%
7.06%

Color #EDCEBA in popluar number systems.

HEX ED CE BA
Decimal 237 206 186
Binary 11101101 11001110 10111010
Octal 355 316 272

Shades and tints

Shades of #EDCEBA

#EDCEBA
(237,206,186)
#D8BCAA
(216,188,170)
#C3AA9A
(195,170,154)
#AE988A
(174,152,138)
#99867A
(153,134,122)
#84746A
(132,116,106)
#6F625A
(111,98,90)
#5A504A
(90,80,74)
#453E3A
(69,62,58)
#302C2A
(48,44,42)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #EDCEBA

#EDCEBA
(237,206,186)
#EED2C0
(238,210,192)
#EFD6C6
(239,214,198)
#F0DACC
(240,218,204)
#F1DED2
(241,222,210)
#F2E2D8
(242,226,216)
#F3E6DE
(243,230,222)
#F4EAE4
(244,234,228)
#F5EEEA
(245,238,234)
#F6F2F0
(246,242,240)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEBA; }

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

This text font color is #EDCEBA.

Background Color

.myBgColor { background-color: #EDCEBA; }

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

This div background color is #EDCEBA.

Border color

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

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

This div border color is #EDCEBA.

Opacity

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

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

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

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

This text has shadow with #EDCEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCEBA.

Preview

Color preview on black background

This text has color #EDCEBA on black background.


Color preview on white background

This text has color #EDCEBA on white background.


Black color preview on #EDCEBA background

This text has black color on #EDCEBA background.


White color preview on #EDCEBA background

This text has white color on #EDCEBA background.


Related colors

Complementary color

Complementary color for #hex is #123145.


I love getcolorcode.com

Triadic colors

1 #BAEDCE and #CEBAED with #EDCEBA are triadic colors.

2 #BACEED and #CEEDBA with #EDCEBA are triadic colors.