COLOR #EDBCF7

HEX: #EDBCF7 RGB: (237,188,247)

Color info

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

RGB color model

#EDBCF7 color RGB value is (237,188,247).

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

RGB channels and saturation

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

237
188
247

R + G + B ~ 88%. #EDBCF7 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 188 + 247 = 672 (100%)
R 237 of 672 ~ 35.27%
G 188 of 672 ~ 27.98%
B 247 of 672 ~ 36.76'%

%35.27
%27.98
%36.76

CMYK color model

#EDBCF7 color CMYK value is (4,24,0,3).

  • cyan value is 4.05%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (4,24,0,3)
C4M24Y0K3 (4%, 24%, 0%, 3%)
(0.04 / 0.24 / 0.00 / 0.03)

CMYK percentages

%4.05
%23.89
%0
%3.14

Codes

Color #EDBCF7 in popluar color models

ED BC F7
RGB 237 188 247
HSL 290° 78.67% 85.29%
HSB/HSV 290° 23.89% 96.86%
CMYK 4.05% 23.89% 0.00%
3.14%

Color #EDBCF7 in popluar number systems.

HEX ED BC F7
Decimal 237 188 247
Binary 11101101 10111100 11110111
Octal 355 274 367

Shades and tints

Shades of #EDBCF7

#EDBCF7
(237,188,247)
#D8ABE1
(216,171,225)
#C39ACB
(195,154,203)
#AE89B5
(174,137,181)
#99789F
(153,120,159)
#846789
(132,103,137)
#6F5673
(111,86,115)
#5A455D
(90,69,93)
#453447
(69,52,71)
#302331
(48,35,49)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #EDBCF7

#EDBCF7
(237,188,247)
#EEC2F7
(238,194,247)
#EFC8F7
(239,200,247)
#F0CEF7
(240,206,247)
#F1D4F7
(241,212,247)
#F2DAF7
(242,218,247)
#F3E0F7
(243,224,247)
#F4E6F7
(244,230,247)
#F5ECF7
(245,236,247)
#F6F2F7
(246,242,247)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBCF7; }

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

This text font color is #EDBCF7.

Background Color

.myBgColor { background-color: #EDBCF7; }

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

This div background color is #EDBCF7.

Border color

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

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

This div border color is #EDBCF7.

Opacity

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

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

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

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

This text has shadow with #EDBCF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBCF7.

Preview

Color preview on black background

This text has color #EDBCF7 on black background.


Color preview on white background

This text has color #EDBCF7 on white background.


Black color preview on #EDBCF7 background

This text has black color on #EDBCF7 background.


White color preview on #EDBCF7 background

This text has white color on #EDBCF7 background.


Related colors

Complementary color

Complementary color for #hex is #124308.


I love getcolorcode.com

Triadic colors

1 #F7EDBC and #BCF7ED with #EDBCF7 are triadic colors.

2 #F7BCED and #BCEDF7 with #EDBCF7 are triadic colors.