COLOR #EDC4B2

HEX: #EDC4B2
RGB: (237,196,178)

Color info

#EDC4B2 contains red, green and blue colors in about the same proportion. Web safe color of #EDC4B2 is #FFCC99 (or #FC9).

RGB color model

#EDC4B2 color RGB value is (237,196,178).

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

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 178 of 255 = 70%

237
196
178

R + G + B ~ 80%. #EDC4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 196 + 178 = 611 (100%)
R 237 of 611 ~ 38.79%
G 196 of 611 ~ 32.08%
B 178 of 611 ~ 29.13%

%38.79
%32.08
%29.13

CMYK color model

#EDC4B2 color CMYK value is (0,17,25,7).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(0,17,25,7)
C0M17Y25K7 
(0%,17%,25%,7%)
(0.00/0.17/0.25/0.07)	

CMYK percentages

%0
%17.3
%24.89
%7.06

Codes

Color #EDC4B2 in popluar color models

EDC4B2
RGB237196178
HSL18°62.11%81.37%
HSB/HSV18°24.89%92.94%
CMYK0.00%17.30%24.89%
7.06%

Color #EDC4B2 in popluar number systems.

HEXEDC4B2
Decimal237196178
Binary111011011100010010110010
Octal355304262

Shades and tints

Shades of #EDC4B2

#EDC4B2
(237,196,178)
#D8B3A2
(216,179,162)
#C3A292
(195,162,146)
#AE9182
(174,145,130)
#998072
(153,128,114)
#846F62
(132,111,98)
#6F5E52
(111,94,82)
#5A4D42
(90,77,66)
#453C32
(69,60,50)
#302B22
(48,43,34)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #EDC4B2

#EDC4B2
(237,196,178)
#EEC9B9
(238,201,185)
#EFCEC0
(239,206,192)
#F0D3C7
(240,211,199)
#F1D8CE
(241,216,206)
#F2DDD5
(242,221,213)
#F3E2DC
(243,226,220)
#F4E7E3
(244,231,227)
#F5ECEA
(245,236,234)
#F6F1F1
(246,241,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC4B2; }

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

This text font color is #EDC4B2.


Background Color

.myBgColor { background-color: #EDC4B2; }

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

This div background color is #EDC4B2.


Border color

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

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

This div border color is #EDC4B2.


Opacity

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

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

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

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

This text has shadow with #EDC4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC4B2 on black background.


Color preview on white background

This text has color #EDC4B2 on white background.



Black color preview on #EDC4B2 background

This text has black color on #EDC4B2 background.


White color preview on #EDC4B2 background

This text has white color on #EDC4B2 background.