COLOR #D59DBC

HEX: #D59DBC RGB: (213,157,188)

Color info

#D59DBC contains red, green and blue colors in about the same proportion. Web safe color of #D59DBC is #CC99CC (or #C9C).

RGB color model

#D59DBC color RGB value is (213,157,188).

RGB: (213,157,188) (84%, 62%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 188 of 255 = 74%

213
157
188

R + G + B ~ 73%. #D59DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 157 + 188 = 558 (100%)
R 213 of 558 ~ 38.17%
G 157 of 558 ~ 28.14%
B 188 of 558 ~ 33.69'%

%38.17
%28.14
%33.69

CMYK color model

#D59DBC color CMYK value is (0,26,12,16).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (0,26,12,16)
C0M26Y12K16 (0%, 26%, 12%, 16%)
(0.00 / 0.26 / 0.12 / 0.16)

CMYK percentages

%0
%26.29
%11.74
%16.47

Codes

Color #D59DBC in popluar color models

D5 9D BC
RGB 213 157 188
HSL 327° 40.00% 72.55%
HSB/HSV 327° 26.29% 83.53%
CMYK 0.00% 26.29% 11.74%
16.47%

Color #D59DBC in popluar number systems.

HEX D5 9D BC
Decimal 213 157 188
Binary 11010101 10011101 10111100
Octal 325 235 274

Shades and tints

Shades of #D59DBC

#D59DBC
(213,157,188)
#C28FAB
(194,143,171)
#AF819A
(175,129,154)
#9C7389
(156,115,137)
#896578
(137,101,120)
#765767
(118,87,103)
#634956
(99,73,86)
#503B45
(80,59,69)
#3D2D34
(61,45,52)
#2A1F23
(42,31,35)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #D59DBC

#D59DBC
(213,157,188)
#D8A5C2
(216,165,194)
#DBADC8
(219,173,200)
#DEB5CE
(222,181,206)
#E1BDD4
(225,189,212)
#E4C5DA
(228,197,218)
#E7CDE0
(231,205,224)
#EAD5E6
(234,213,230)
#EDDDEC
(237,221,236)
#F0E5F2
(240,229,242)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DBC; }

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

This text font color is #D59DBC.

Background Color

.myBgColor { background-color: #D59DBC; }

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

This div background color is #D59DBC.

Border color

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

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

This div border color is #D59DBC.

Opacity

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

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

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

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

This text has shadow with #D59DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59DBC.

Preview

Color preview on black background

This text has color #D59DBC on black background.


Color preview on white background

This text has color #D59DBC on white background.


Black color preview on #D59DBC background

This text has black color on #D59DBC background.


White color preview on #D59DBC background

This text has white color on #D59DBC background.


Related colors

Complementary color

Complementary color for #hex is #2A6243.


I love getcolorcode.com

Triadic colors

1 #BCD59D and #9DBCD5 with #D59DBC are triadic colors.

2 #BC9DD5 and #9DD5BC with #D59DBC are triadic colors.