COLOR #EDB6DF

HEX: #EDB6DF RGB: (237,182,223)

Color info

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

RGB color model

#EDB6DF color RGB value is (237,182,223).

RGB: (237,182,223) (93%, 71%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 182 of 255 = 71%
B 223 of 255 = 87%

237
182
223

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

Portions of RGB colors in percentages

R + G + B = 237 + 182 + 223 = 642 (100%)
R 237 of 642 ~ 36.92%
G 182 of 642 ~ 28.35%
B 223 of 642 ~ 34.74'%

%36.92
%28.35
%34.74

CMYK color model

#EDB6DF color CMYK value is (0,23,6,7).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 5.91%
  • key color value is 7.06%
CMYK: (0,23,6,7) C0M23Y6K7 (0%,23%,6%,7%) (0.00/0.23/0.06/0.07) 

CMYK percentages

%0
%23.21
%5.91
%7.06

Codes

Color #EDB6DF in popluar color models

ED B6 DF
RGB 237 182 223
HSL 315° 60.44% 82.16%
HSB/HSV 315° 23.21% 92.94%
CMYK 0.00% 23.21% 5.91%
7.06%

Color #EDB6DF in popluar number systems.

HEX ED B6 DF
Decimal 237 182 223
Binary 11101101 10110110 11011111
Octal 355 266 337

Shades and tints

Shades of #EDB6DF

#EDB6DF
(237,182,223)
#D8A6CB
(216,166,203)
#C396B7
(195,150,183)
#AE86A3
(174,134,163)
#99768F
(153,118,143)
#84667B
(132,102,123)
#6F5667
(111,86,103)
#5A4653
(90,70,83)
#45363F
(69,54,63)
#30262B
(48,38,43)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #EDB6DF

#EDB6DF
(237,182,223)
#EEBCE1
(238,188,225)
#EFC2E3
(239,194,227)
#F0C8E5
(240,200,229)
#F1CEE7
(241,206,231)
#F2D4E9
(242,212,233)
#F3DAEB
(243,218,235)
#F4E0ED
(244,224,237)
#F5E6EF
(245,230,239)
#F6ECF1
(246,236,241)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB6DF; }

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

This text font color is #EDB6DF.

Background Color

.myBgColor { background-color: #EDB6DF; }

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

This div background color is #EDB6DF.

Border color

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

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

This div border color is #EDB6DF.

Opacity

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

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

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

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

This text has shadow with #EDB6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB6DF.

Preview

Color preview on black background

This text has color #EDB6DF on black background.


Color preview on white background

This text has color #EDB6DF on white background.


Black color preview on #EDB6DF background

This text has black color on #EDB6DF background.


White color preview on #EDB6DF background

This text has white color on #EDB6DF background.


Related colors

Complementary color

Complementary color for #hex is #124920.


I love getcolorcode.com

Triadic colors

1 #DFEDB6 and #B6DFED with #EDB6DF are triadic colors.

2 #DFB6ED and #B6EDDF with #EDB6DF are triadic colors.