COLOR #D6A5B9

HEX: #D6A5B9
RGB: (214,165,185)

Color info

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

RGB color model

#D6A5B9 color RGB value is (214,165,185).

  • red value is 214;
  • green value is 165;
  • blue value is 185.
RGB:
(214,165,185)
(84%,65%,73%)

RGB channels and saturation

R 214 of 255 = 84%
G 165 of 255 = 65%
B 185 of 255 = 73%

214
165
185

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

Portions of RGB colors in percentages

R + G + B =
214 + 165 + 185 = 564 (100%)
R 214 of 564 ~ 37.94%
G 165 of 564 ~ 29.26%
B 185 of 564 ~ 32.8%

%37.94
%29.26
%32.8

CMYK color model

#D6A5B9 color CMYK value is (0,23,14,16).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 13.55%
  • key color value is 16.08%
CMYK:
(0,23,14,16)
C0M23Y14K16 
(0%,23%,14%,16%)
(0.00/0.23/0.14/0.16)	

CMYK percentages

%0
%22.9
%13.55
%16.08

Codes

Color #D6A5B9 in popluar color models

D6A5B9
RGB214165185
HSL336°37.40%74.31%
HSB/HSV336°22.90%83.92%
CMYK0.00%22.90%13.55%
16.08%

Color #D6A5B9 in popluar number systems.

HEXD6A5B9
Decimal214165185
Binary110101101010010110111001
Octal326245271

Shades and tints

Shades of #D6A5B9

#D6A5B9
(214,165,185)
#C396A9
(195,150,169)
#B08799
(176,135,153)
#9D7889
(157,120,137)
#8A6979
(138,105,121)
#775A69
(119,90,105)
#644B59
(100,75,89)
#513C49
(81,60,73)
#3E2D39
(62,45,57)
#2B1E29
(43,30,41)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #D6A5B9

#D6A5B9
(214,165,185)
#D9ADBF
(217,173,191)
#DCB5C5
(220,181,197)
#DFBDCB
(223,189,203)
#E2C5D1
(226,197,209)
#E5CDD7
(229,205,215)
#E8D5DD
(232,213,221)
#EBDDE3
(235,221,227)
#EEE5E9
(238,229,233)
#F1EDEF
(241,237,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A5B9 color. Also use rgb(214,165,185) instead hex code.

Text Font Color

.myTextColor { color: #D6A5B9; }

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

This text font color is #D6A5B9.


Background Color

.myBgColor { background-color: #D6A5B9; }

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

This div background color is #D6A5B9.


Border color

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

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

This div border color is #D6A5B9.


Opacity

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

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

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

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

This text has shadow with #D6A5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A5B9 on black background.


Color preview on white background

This text has color #D6A5B9 on white background.



Black color preview on #D6A5B9 background

This text has black color on #D6A5B9 background.


White color preview on #D6A5B9 background

This text has white color on #D6A5B9 background.