COLOR #EDBCD7

HEX: #EDBCD7 RGB: (237,188,215)

Color info

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

RGB color model

#EDBCD7 color RGB value is (237,188,215).

RGB: (237,188,215) (93%, 74%, 84%)

RGB channels and saturation

R 237 of 255 = 93%
G 188 of 255 = 74%
B 215 of 255 = 84%

237
188
215

R + G + B ~ 84%. #EDBCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 188 + 215 = 640 (100%)
R 237 of 640 ~ 37.03%
G 188 of 640 ~ 29.38%
B 215 of 640 ~ 33.59'%

%37.03
%29.38
%33.59

CMYK color model

#EDBCD7 color CMYK value is (0,21,9,7).

  • cyan value is 0.00%
  • magenta value is 20.68%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK: (0,21,9,7) C0M21Y9K7 (0%,21%,9%,7%) (0.00/0.21/0.09/0.07) 

CMYK percentages

%0
%20.68
%9.28
%7.06

Codes

Color #EDBCD7 in popluar color models

ED BC D7
RGB 237 188 215
HSL 327° 57.65% 83.33%
HSB/HSV 327° 20.68% 92.94%
CMYK 0.00% 20.68% 9.28%
7.06%

Color #EDBCD7 in popluar number systems.

HEX ED BC D7
Decimal 237 188 215
Binary 11101101 10111100 11010111
Octal 355 274 327

Shades and tints

Shades of #EDBCD7

#EDBCD7
(237,188,215)
#D8ABC4
(216,171,196)
#C39AB1
(195,154,177)
#AE899E
(174,137,158)
#99788B
(153,120,139)
#846778
(132,103,120)
#6F5665
(111,86,101)
#5A4552
(90,69,82)
#45343F
(69,52,63)
#30232C
(48,35,44)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #EDBCD7

#EDBCD7
(237,188,215)
#EEC2DA
(238,194,218)
#EFC8DD
(239,200,221)
#F0CEE0
(240,206,224)
#F1D4E3
(241,212,227)
#F2DAE6
(242,218,230)
#F3E0E9
(243,224,233)
#F4E6EC
(244,230,236)
#F5ECEF
(245,236,239)
#F6F2F2
(246,242,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBCD7; }

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

This text font color is #EDBCD7.

Background Color

.myBgColor { background-color: #EDBCD7; }

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

This div background color is #EDBCD7.

Border color

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

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

This div border color is #EDBCD7.

Opacity

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

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

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

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

This text has shadow with #EDBCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBCD7.

Preview

Color preview on black background

This text has color #EDBCD7 on black background.


Color preview on white background

This text has color #EDBCD7 on white background.


Black color preview on #EDBCD7 background

This text has black color on #EDBCD7 background.


White color preview on #EDBCD7 background

This text has white color on #EDBCD7 background.


Related colors

Complementary color

Complementary color for #hex is #124328.


I love getcolorcode.com

Triadic colors

1 #D7EDBC and #BCD7ED with #EDBCD7 are triadic colors.

2 #D7BCED and #BCEDD7 with #EDBCD7 are triadic colors.