COLOR #EDCCBC

HEX: #EDCCBC RGB: (237,204,188)

Color info

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

RGB color model

#EDCCBC color RGB value is (237,204,188).

RGB: (237,204,188) (93%, 80%, 74%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 188 of 255 = 74%

237
204
188

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

Portions of RGB colors in percentages

R + G + B = 237 + 204 + 188 = 629 (100%)
R 237 of 629 ~ 37.68%
G 204 of 629 ~ 32.43%
B 188 of 629 ~ 29.89'%

%37.68
%32.43
%29.89

CMYK color model

#EDCCBC color CMYK value is (0,14,21,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 20.68%
  • key color value is 7.06%

CMYK: (0,14,21,7)
C0M14Y21K7 (0%, 14%, 21%, 7%)
(0.00 / 0.14 / 0.21 / 0.07)

CMYK percentages

%0
%13.92
%20.68
%7.06

Codes

Color #EDCCBC in popluar color models

ED CC BC
RGB 237 204 188
HSL 20° 57.65% 83.33%
HSB/HSV 20° 20.68% 92.94%
CMYK 0.00% 13.92% 20.68%
7.06%

Color #EDCCBC in popluar number systems.

HEX ED CC BC
Decimal 237 204 188
Binary 11101101 11001100 10111100
Octal 355 314 274

Shades and tints

Shades of #EDCCBC

#EDCCBC
(237,204,188)
#D8BAAB
(216,186,171)
#C3A89A
(195,168,154)
#AE9689
(174,150,137)
#998478
(153,132,120)
#847267
(132,114,103)
#6F6056
(111,96,86)
#5A4E45
(90,78,69)
#453C34
(69,60,52)
#302A23
(48,42,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDCCBC

#EDCCBC
(237,204,188)
#EED0C2
(238,208,194)
#EFD4C8
(239,212,200)
#F0D8CE
(240,216,206)
#F1DCD4
(241,220,212)
#F2E0DA
(242,224,218)
#F3E4E0
(243,228,224)
#F4E8E6
(244,232,230)
#F5ECEC
(245,236,236)
#F6F0F2
(246,240,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCCBC color. Also use rgb(237,204,188) instead hex code.

Text Font Color

.myTextColor { color: #EDCCBC; }

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

This text font color is #EDCCBC.

Background Color

.myBgColor { background-color: #EDCCBC; }

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

This div background color is #EDCCBC.

Border color

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

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

This div border color is #EDCCBC.

Opacity

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

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

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

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

This text has shadow with #EDCCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCCBC.

Preview

Color preview on black background

This text has color #EDCCBC on black background.


Color preview on white background

This text has color #EDCCBC on white background.


Black color preview on #EDCCBC background

This text has black color on #EDCCBC background.


White color preview on #EDCCBC background

This text has white color on #EDCCBC background.


Related colors

Complementary color

Complementary color for #hex is #123343.


I love getcolorcode.com

Triadic colors

1 #BCEDCC and #CCBCED with #EDCCBC are triadic colors.

2 #BCCCED and #CCEDBC with #EDCCBC are triadic colors.