COLOR #EDCFBF

HEX: #EDCFBF
RGB: (237,207,191)

Color info

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

RGB color model

#EDCFBF color RGB value is (237,207,191).

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

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 191 of 255 = 75%

237
207
191

R + G + B ~ 83%. #EDCFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 191 = 635 (100%)
R 237 of 635 ~ 37.32%
G 207 of 635 ~ 32.6%
B 191 of 635 ~ 30.08%

%37.32
%32.6
%30.08

CMYK color model

#EDCFBF color CMYK value is (0,13,19,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,13,19,7)
C0M13Y19K7 
(0%,13%,19%,7%)
(0.00/0.13/0.19/0.07)	

CMYK percentages

%0
%12.66
%19.41
%7.06

Codes

Color #EDCFBF in popluar color models

EDCFBF
RGB237207191
HSL21°56.10%83.92%
HSB/HSV21°19.41%92.94%
CMYK0.00%12.66%19.41%
7.06%

Color #EDCFBF in popluar number systems.

HEXEDCFBF
Decimal237207191
Binary111011011100111110111111
Octal355317277

Shades and tints

Shades of #EDCFBF

#EDCFBF
(237,207,191)
#D8BDAE
(216,189,174)
#C3AB9D
(195,171,157)
#AE998C
(174,153,140)
#99877B
(153,135,123)
#84756A
(132,117,106)
#6F6359
(111,99,89)
#5A5148
(90,81,72)
#453F37
(69,63,55)
#302D26
(48,45,38)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDCFBF

#EDCFBF
(237,207,191)
#EED3C4
(238,211,196)
#EFD7C9
(239,215,201)
#F0DBCE
(240,219,206)
#F1DFD3
(241,223,211)
#F2E3D8
(242,227,216)
#F3E7DD
(243,231,221)
#F4EBE2
(244,235,226)
#F5EFE7
(245,239,231)
#F6F3EC
(246,243,236)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCFBF; }

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

This text font color is #EDCFBF.


Background Color

.myBgColor { background-color: #EDCFBF; }

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

This div background color is #EDCFBF.


Border color

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

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

This div border color is #EDCFBF.


Opacity

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

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

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

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

This text has shadow with #EDCFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFBF on black background.


Color preview on white background

This text has color #EDCFBF on white background.



Black color preview on #EDCFBF background

This text has black color on #EDCFBF background.


White color preview on #EDCFBF background

This text has white color on #EDCFBF background.