COLOR #EDBCED

HEX: #EDBCED RGB: (237,188,237)

Color info

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

RGB color model

#EDBCED color RGB value is (237,188,237).

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

RGB channels and saturation

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

237
188
237

R + G + B ~ 87%. #EDBCED is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 188 + 237 = 662 (100%)
R 237 of 662 ~ 35.8%
G 188 of 662 ~ 28.4%
B 237 of 662 ~ 35.8'%

%35.8
%28.4
%35.8

CMYK color model

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

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

CMYK: (0,21,0,7)
C0M21Y0K7 (0%, 21%, 0%, 7%)
(0.00 / 0.21 / 0.00 / 0.07)

CMYK percentages

%0
%20.68
%0
%7.06

Codes

Color #EDBCED in popluar color models

ED BC ED
RGB 237 188 237
HSL 300° 57.65% 83.33%
HSB/HSV 300° 20.68% 92.94%
CMYK 0.00% 20.68% 0.00%
7.06%

Color #EDBCED in popluar number systems.

HEX ED BC ED
Decimal 237 188 237
Binary 11101101 10111100 11101101
Octal 355 274 355

Shades and tints

Shades of #EDBCED

#EDBCED
(237,188,237)
#D8ABD8
(216,171,216)
#C39AC3
(195,154,195)
#AE89AE
(174,137,174)
#997899
(153,120,153)
#846784
(132,103,132)
#6F566F
(111,86,111)
#5A455A
(90,69,90)
#453445
(69,52,69)
#302330
(48,35,48)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #EDBCED

#EDBCED
(237,188,237)
#EEC2EE
(238,194,238)
#EFC8EF
(239,200,239)
#F0CEF0
(240,206,240)
#F1D4F1
(241,212,241)
#F2DAF2
(242,218,242)
#F3E0F3
(243,224,243)
#F4E6F4
(244,230,244)
#F5ECF5
(245,236,245)
#F6F2F6
(246,242,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBCED; }

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

This text font color is #EDBCED.

Background Color

.myBgColor { background-color: #EDBCED; }

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

This div background color is #EDBCED.

Border color

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

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

This div border color is #EDBCED.

Opacity

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

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

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

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

This text has shadow with #EDBCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBCED.

Preview

Color preview on black background

This text has color #EDBCED on black background.


Color preview on white background

This text has color #EDBCED on white background.


Black color preview on #EDBCED background

This text has black color on #EDBCED background.


White color preview on #EDBCED background

This text has white color on #EDBCED background.


Related colors

Complementary color

Complementary color for #hex is #124312.


I love getcolorcode.com

Triadic colors

1 #EDEDBC and #BCEDED with #EDBCED are triadic colors.

2 #EDBCED and #BCEDED with #EDBCED are triadic colors.