COLOR #EDBCE8

HEX: #EDBCE8 RGB: (237,188,232)

Color info

#EDBCE8 contains red, green and blue colors in about the same proportion. Web safe color of #EDBCE8 is #FFCCFF (or #FCF).

RGB color model

#EDBCE8 color RGB value is (237,188,232).

RGB: (237,188,232) (93%, 74%, 91%)

RGB channels and saturation

R 237 of 255 = 93%
G 188 of 255 = 74%
B 232 of 255 = 91%

237
188
232

R + G + B ~ 86%. #EDBCE8 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 188 + 232 = 657 (100%)
R 237 of 657 ~ 36.07%
G 188 of 657 ~ 28.61%
B 232 of 657 ~ 35.31'%

%36.07
%28.61
%35.31

CMYK color model

#EDBCE8 color CMYK value is (0,21,2,7).

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

CMYK: (0,21,2,7)
C0M21Y2K7 (0%, 21%, 2%, 7%)
(0.00 / 0.21 / 0.02 / 0.07)

CMYK percentages

%0
%20.68
%2.11
%7.06

Codes

Color #EDBCE8 in popluar color models

ED BC E8
RGB 237 188 232
HSL 306° 57.65% 83.33%
HSB/HSV 306° 20.68% 92.94%
CMYK 0.00% 20.68% 2.11%
7.06%

Color #EDBCE8 in popluar number systems.

HEX ED BC E8
Decimal 237 188 232
Binary 11101101 10111100 11101000
Octal 355 274 350

Shades and tints

Shades of #EDBCE8

#EDBCE8
(237,188,232)
#D8ABD3
(216,171,211)
#C39ABE
(195,154,190)
#AE89A9
(174,137,169)
#997894
(153,120,148)
#84677F
(132,103,127)
#6F566A
(111,86,106)
#5A4555
(90,69,85)
#453440
(69,52,64)
#30232B
(48,35,43)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #EDBCE8

#EDBCE8
(237,188,232)
#EEC2EA
(238,194,234)
#EFC8EC
(239,200,236)
#F0CEEE
(240,206,238)
#F1D4F0
(241,212,240)
#F2DAF2
(242,218,242)
#F3E0F4
(243,224,244)
#F4E6F6
(244,230,246)
#F5ECF8
(245,236,248)
#F6F2FA
(246,242,250)
#F7F8FC
(247,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBCE8; }

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

This text font color is #EDBCE8.

Background Color

.myBgColor { background-color: #EDBCE8; }

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

This div background color is #EDBCE8.

Border color

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

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

This div border color is #EDBCE8.

Opacity

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

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

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

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

This text has shadow with #EDBCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBCE8.

Preview

Color preview on black background

This text has color #EDBCE8 on black background.


Color preview on white background

This text has color #EDBCE8 on white background.


Black color preview on #EDBCE8 background

This text has black color on #EDBCE8 background.


White color preview on #EDBCE8 background

This text has white color on #EDBCE8 background.


Related colors

Complementary color

Complementary color for #hex is #124317.


I love getcolorcode.com

Triadic colors

1 #E8EDBC and #BCE8ED with #EDBCE8 are triadic colors.

2 #E8BCED and #BCEDE8 with #EDBCE8 are triadic colors.