COLOR #EDC4BF

HEX: #EDC4BF
RGB: (237,196,191)

Color info

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

RGB color model

#EDC4BF color RGB value is (237,196,191).

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

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 191 of 255 = 75%

237
196
191

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

Portions of RGB colors in percentages

R + G + B =
237 + 196 + 191 = 624 (100%)
R 237 of 624 ~ 37.98%
G 196 of 624 ~ 31.41%
B 191 of 624 ~ 30.61%

%37.98
%31.41
%30.61

CMYK color model

#EDC4BF color CMYK value is (0,17,19,7).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,17,19,7)
C0M17Y19K7 
(0%,17%,19%,7%)
(0.00/0.17/0.19/0.07)	

CMYK percentages

%0
%17.3
%19.41
%7.06

Codes

Color #EDC4BF in popluar color models

EDC4BF
RGB237196191
HSL56.10%83.92%
HSB/HSV19.41%92.94%
CMYK0.00%17.30%19.41%
7.06%

Color #EDC4BF in popluar number systems.

HEXEDC4BF
Decimal237196191
Binary111011011100010010111111
Octal355304277

Shades and tints

Shades of #EDC4BF

#EDC4BF
(237,196,191)
#D8B3AE
(216,179,174)
#C3A29D
(195,162,157)
#AE918C
(174,145,140)
#99807B
(153,128,123)
#846F6A
(132,111,106)
#6F5E59
(111,94,89)
#5A4D48
(90,77,72)
#453C37
(69,60,55)
#302B26
(48,43,38)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDC4BF

#EDC4BF
(237,196,191)
#EEC9C4
(238,201,196)
#EFCEC9
(239,206,201)
#F0D3CE
(240,211,206)
#F1D8D3
(241,216,211)
#F2DDD8
(242,221,216)
#F3E2DD
(243,226,221)
#F4E7E2
(244,231,226)
#F5ECE7
(245,236,231)
#F6F1EC
(246,241,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4BF; }

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

This text font color is #EDC4BF.


Background Color

.myBgColor { background-color: #EDC4BF; }

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

This div background color is #EDC4BF.


Border color

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

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

This div border color is #EDC4BF.


Opacity

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

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

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

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

This text has shadow with #EDC4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4BF on black background.


Color preview on white background

This text has color #EDC4BF on white background.



Black color preview on #EDC4BF background

This text has black color on #EDC4BF background.


White color preview on #EDC4BF background

This text has white color on #EDC4BF background.