COLOR #D8A5BA

HEX: #D8A5BA
RGB: (216,165,186)

Color info

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

RGB color model

#D8A5BA color RGB value is (216,165,186).

  • red value is 216;
  • green value is 165;
  • blue value is 186.
RGB:
(216,165,186)
(85%,65%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 165 of 255 = 65%
B 186 of 255 = 73%

216
165
186

R + G + B ~ 74%. #D8A5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 165 + 186 = 567 (100%)
R 216 of 567 ~ 38.1%
G 165 of 567 ~ 29.1%
B 186 of 567 ~ 32.8%

%38.1
%29.1
%32.8

CMYK color model

#D8A5BA color CMYK value is (0,24,14,15).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(0,24,14,15)
C0M24Y14K15 
(0%,24%,14%,15%)
(0.00/0.24/0.14/0.15)	

CMYK percentages

%0
%23.61
%13.89
%15.29

Codes

Color #D8A5BA in popluar color models

D8A5BA
RGB216165186
HSL335°39.53%74.71%
HSB/HSV335°23.61%84.71%
CMYK0.00%23.61%13.89%
15.29%

Color #D8A5BA in popluar number systems.

HEXD8A5BA
Decimal216165186
Binary110110001010010110111010
Octal330245272

Shades and tints

Shades of #D8A5BA

#D8A5BA
(216,165,186)
#C596AA
(197,150,170)
#B2879A
(178,135,154)
#9F788A
(159,120,138)
#8C697A
(140,105,122)
#795A6A
(121,90,106)
#664B5A
(102,75,90)
#533C4A
(83,60,74)
#402D3A
(64,45,58)
#2D1E2A
(45,30,42)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #D8A5BA

#D8A5BA
(216,165,186)
#DBADC0
(219,173,192)
#DEB5C6
(222,181,198)
#E1BDCC
(225,189,204)
#E4C5D2
(228,197,210)
#E7CDD8
(231,205,216)
#EAD5DE
(234,213,222)
#EDDDE4
(237,221,228)
#F0E5EA
(240,229,234)
#F3EDF0
(243,237,240)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A5BA; }

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

This text font color is #D8A5BA.


Background Color

.myBgColor { background-color: #D8A5BA; }

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

This div background color is #D8A5BA.


Border color

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

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

This div border color is #D8A5BA.


Opacity

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

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

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

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

This text has shadow with #D8A5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A5BA on black background.


Color preview on white background

This text has color #D8A5BA on white background.



Black color preview on #D8A5BA background

This text has black color on #D8A5BA background.


White color preview on #D8A5BA background

This text has white color on #D8A5BA background.