COLOR #EDC8C4

HEX: #EDC8C4 RGB: (237,200,196)

Color info

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

RGB color model

#EDC8C4 color RGB value is (237,200,196).

RGB: (237,200,196) (93%, 78%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 196 of 255 = 77%

237
200
196

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

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 196 = 633 (100%)
R 237 of 633 ~ 37.44%
G 200 of 633 ~ 31.6%
B 196 of 633 ~ 30.96'%

%37.44
%31.6
%30.96

CMYK color model

#EDC8C4 color CMYK value is (0,16,17,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (0,16,17,7)
C0M16Y17K7 (0%, 16%, 17%, 7%)
(0.00 / 0.16 / 0.17 / 0.07)

CMYK percentages

%0
%15.61
%17.3
%7.06

Codes

Color #EDC8C4 in popluar color models

ED C8 C4
RGB 237 200 196
HSL 53.25% 84.90%
HSB/HSV 17.30% 92.94%
CMYK 0.00% 15.61% 17.30%
7.06%

Color #EDC8C4 in popluar number systems.

HEX ED C8 C4
Decimal 237 200 196
Binary 11101101 11001000 11000100
Octal 355 310 304

Shades and tints

Shades of #EDC8C4

#EDC8C4
(237,200,196)
#D8B6B3
(216,182,179)
#C3A4A2
(195,164,162)
#AE9291
(174,146,145)
#998080
(153,128,128)
#846E6F
(132,110,111)
#6F5C5E
(111,92,94)
#5A4A4D
(90,74,77)
#45383C
(69,56,60)
#30262B
(48,38,43)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #EDC8C4

#EDC8C4
(237,200,196)
#EECDC9
(238,205,201)
#EFD2CE
(239,210,206)
#F0D7D3
(240,215,211)
#F1DCD8
(241,220,216)
#F2E1DD
(242,225,221)
#F3E6E2
(243,230,226)
#F4EBE7
(244,235,231)
#F5F0EC
(245,240,236)
#F6F5F1
(246,245,241)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8C4; }

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

This text font color is #EDC8C4.

Background Color

.myBgColor { background-color: #EDC8C4; }

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

This div background color is #EDC8C4.

Border color

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

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

This div border color is #EDC8C4.

Opacity

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

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

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

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

This text has shadow with #EDC8C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC8C4.

Preview

Color preview on black background

This text has color #EDC8C4 on black background.


Color preview on white background

This text has color #EDC8C4 on white background.


Black color preview on #EDC8C4 background

This text has black color on #EDC8C4 background.


White color preview on #EDC8C4 background

This text has white color on #EDC8C4 background.


Related colors

Complementary color

Complementary color for #hex is #12373B.


I love getcolorcode.com

Triadic colors

1 #C4EDC8 and #C8C4ED with #EDC8C4 are triadic colors.

2 #C4C8ED and #C8EDC4 with #EDC8C4 are triadic colors.