COLOR #EDC5BA

HEX: #EDC5BA RGB: (237,197,186)

Color info

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

RGB color model

#EDC5BA color RGB value is (237,197,186).

RGB: (237,197,186) (93%, 77%, 73%)

RGB channels and saturation

R 237 of 255 = 93%
G 197 of 255 = 77%
B 186 of 255 = 73%

237
197
186

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

Portions of RGB colors in percentages

R + G + B = 237 + 197 + 186 = 620 (100%)
R 237 of 620 ~ 38.23%
G 197 of 620 ~ 31.77%
B 186 of 620 ~ 30'%

%38.23
%31.77
%30

CMYK color model

#EDC5BA color CMYK value is (0,17,22,7).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 21.52%
  • key color value is 7.06%

CMYK: (0,17,22,7)
C0M17Y22K7 (0%, 17%, 22%, 7%)
(0.00 / 0.17 / 0.22 / 0.07)

CMYK percentages

%0
%16.88
%21.52
%7.06

Codes

Color #EDC5BA in popluar color models

ED C5 BA
RGB 237 197 186
HSL 13° 58.62% 82.94%
HSB/HSV 13° 21.52% 92.94%
CMYK 0.00% 16.88% 21.52%
7.06%

Color #EDC5BA in popluar number systems.

HEX ED C5 BA
Decimal 237 197 186
Binary 11101101 11000101 10111010
Octal 355 305 272

Shades and tints

Shades of #EDC5BA

#EDC5BA
(237,197,186)
#D8B4AA
(216,180,170)
#C3A39A
(195,163,154)
#AE928A
(174,146,138)
#99817A
(153,129,122)
#84706A
(132,112,106)
#6F5F5A
(111,95,90)
#5A4E4A
(90,78,74)
#453D3A
(69,61,58)
#302C2A
(48,44,42)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDC5BA

#EDC5BA
(237,197,186)
#EECAC0
(238,202,192)
#EFCFC6
(239,207,198)
#F0D4CC
(240,212,204)
#F1D9D2
(241,217,210)
#F2DED8
(242,222,216)
#F3E3DE
(243,227,222)
#F4E8E4
(244,232,228)
#F5EDEA
(245,237,234)
#F6F2F0
(246,242,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC5BA; }

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

This text font color is #EDC5BA.

Background Color

.myBgColor { background-color: #EDC5BA; }

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

This div background color is #EDC5BA.

Border color

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

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

This div border color is #EDC5BA.

Opacity

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

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

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

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

This text has shadow with #EDC5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC5BA.

Preview

Color preview on black background

This text has color #EDC5BA on black background.


Color preview on white background

This text has color #EDC5BA on white background.


Black color preview on #EDC5BA background

This text has black color on #EDC5BA background.


White color preview on #EDC5BA background

This text has white color on #EDC5BA background.


Related colors

Complementary color

Complementary color for #hex is #123A45.


I love getcolorcode.com

Triadic colors

1 #BAEDC5 and #C5BAED with #EDC5BA are triadic colors.

2 #BAC5ED and #C5EDBA with #EDC5BA are triadic colors.