COLOR #EDCFBA

HEX: #EDCFBA
RGB: (237,207,186)

Color info

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

RGB color model

#EDCFBA color RGB value is (237,207,186).

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

RGB channels and saturation

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

237
207
186

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

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 186 = 630 (100%)
R 237 of 630 ~ 37.62%
G 207 of 630 ~ 32.86%
B 186 of 630 ~ 29.52%

%37.62
%32.86
%29.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.66%
  • 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
%12.66
%21.52
%7.06

Codes

Color #EDCFBA in popluar color models

EDCFBA
RGB237207186
HSL25°58.62%82.94%
HSB/HSV25°21.52%92.94%
CMYK0.00%12.66%21.52%
7.06%

Color #EDCFBA in popluar number systems.

HEXEDCFBA
Decimal237207186
Binary111011011100111110111010
Octal355317272

Shades and tints

Shades of #EDCFBA

#EDCFBA
(237,207,186)
#D8BDAA
(216,189,170)
#C3AB9A
(195,171,154)
#AE998A
(174,153,138)
#99877A
(153,135,122)
#84756A
(132,117,106)
#6F635A
(111,99,90)
#5A514A
(90,81,74)
#453F3A
(69,63,58)
#302D2A
(48,45,42)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #EDCFBA

#EDCFBA
(237,207,186)
#EED3C0
(238,211,192)
#EFD7C6
(239,215,198)
#F0DBCC
(240,219,204)
#F1DFD2
(241,223,210)
#F2E3D8
(242,227,216)
#F3E7DE
(243,231,222)
#F4EBE4
(244,235,228)
#F5EFEA
(245,239,234)
#F6F3F0
(246,243,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFBA; }

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

This text font color is #EDCFBA.


Background Color

.myBgColor { background-color: #EDCFBA; }

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

This div background color is #EDCFBA.


Border color

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

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

This div border color is #EDCFBA.


Opacity

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

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

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

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

This text has shadow with #EDCFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFBA on black background.


Color preview on white background

This text has color #EDCFBA on white background.



Black color preview on #EDCFBA background

This text has black color on #EDCFBA background.


White color preview on #EDCFBA background

This text has white color on #EDCFBA background.