COLOR #D8A5BC

HEX: #D8A5BC RGB: (216,165,188)

Color info

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

RGB color model

#D8A5BC color RGB value is (216,165,188).

RGB: (216,165,188) (85%, 65%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 165 of 255 = 65%
B 188 of 255 = 74%

216
165
188

R + G + B ~ 75%. #D8A5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 165 + 188 = 569 (100%)
R 216 of 569 ~ 37.96%
G 165 of 569 ~ 29%
B 188 of 569 ~ 33.04'%

%37.96
%29
%33.04

CMYK color model

#D8A5BC color CMYK value is (0,24,13,15).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 12.96%
  • key color value is 15.29%
CMYK: (0,24,13,15) C0M24Y13K15 (0%,24%,13%,15%) (0.00/0.24/0.13/0.15) 

CMYK percentages

%0
%23.61
%12.96
%15.29

Codes

Color #D8A5BC in popluar color models

D8 A5 BC
RGB 216 165 188
HSL 333° 39.53% 74.71%
HSB/HSV 333° 23.61% 84.71%
CMYK 0.00% 23.61% 12.96%
15.29%

Color #D8A5BC in popluar number systems.

HEX D8 A5 BC
Decimal 216 165 188
Binary 11011000 10100101 10111100
Octal 330 245 274

Shades and tints

Shades of #D8A5BC

#D8A5BC
(216,165,188)
#C596AB
(197,150,171)
#B2879A
(178,135,154)
#9F7889
(159,120,137)
#8C6978
(140,105,120)
#795A67
(121,90,103)
#664B56
(102,75,86)
#533C45
(83,60,69)
#402D34
(64,45,52)
#2D1E23
(45,30,35)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #D8A5BC

#D8A5BC
(216,165,188)
#DBADC2
(219,173,194)
#DEB5C8
(222,181,200)
#E1BDCE
(225,189,206)
#E4C5D4
(228,197,212)
#E7CDDA
(231,205,218)
#EAD5E0
(234,213,224)
#EDDDE6
(237,221,230)
#F0E5EC
(240,229,236)
#F3EDF2
(243,237,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A5BC; }

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

This text font color is #D8A5BC.

Background Color

.myBgColor { background-color: #D8A5BC; }

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

This div background color is #D8A5BC.

Border color

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

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

This div border color is #D8A5BC.

Opacity

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

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

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

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

This text has shadow with #D8A5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A5BC.

Preview

Color preview on black background

This text has color #D8A5BC on black background.


Color preview on white background

This text has color #D8A5BC on white background.


Black color preview on #D8A5BC background

This text has black color on #D8A5BC background.


White color preview on #D8A5BC background

This text has white color on #D8A5BC background.


Related colors

Complementary color

Complementary color for #hex is #275A43.


I love getcolorcode.com

Triadic colors

1 #BCD8A5 and #A5BCD8 with #D8A5BC are triadic colors.

2 #BCA5D8 and #A5D8BC with #D8A5BC are triadic colors.