COLOR #D6A9B5

HEX: #D6A9B5
RGB: (214,169,181)

Color info

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

RGB color model

#D6A9B5 color RGB value is (214,169,181).

  • red value is 214;
  • green value is 169;
  • blue value is 181.
RGB:
(214,169,181)
(84%,66%,71%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 181 of 255 = 71%

214
169
181

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

Portions of RGB colors in percentages

R + G + B =
214 + 169 + 181 = 564 (100%)
R 214 of 564 ~ 37.94%
G 169 of 564 ~ 29.96%
B 181 of 564 ~ 32.09%

%37.94
%29.96
%32.09

CMYK color model

#D6A9B5 color CMYK value is (0,21,15,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 15.42%
  • key color value is 16.08%
CMYK:
(0,21,15,16)
C0M21Y15K16 
(0%,21%,15%,16%)
(0.00/0.21/0.15/0.16)	

CMYK percentages

%0
%21.03
%15.42
%16.08

Codes

Color #D6A9B5 in popluar color models

D6A9B5
RGB214169181
HSL344°35.43%75.10%
HSB/HSV344°21.03%83.92%
CMYK0.00%21.03%15.42%
16.08%

Color #D6A9B5 in popluar number systems.

HEXD6A9B5
Decimal214169181
Binary110101101010100110110101
Octal326251265

Shades and tints

Shades of #D6A9B5

#D6A9B5
(214,169,181)
#C39AA5
(195,154,165)
#B08B95
(176,139,149)
#9D7C85
(157,124,133)
#8A6D75
(138,109,117)
#775E65
(119,94,101)
#644F55
(100,79,85)
#514045
(81,64,69)
#3E3135
(62,49,53)
#2B2225
(43,34,37)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #D6A9B5

#D6A9B5
(214,169,181)
#D9B0BB
(217,176,187)
#DCB7C1
(220,183,193)
#DFBEC7
(223,190,199)
#E2C5CD
(226,197,205)
#E5CCD3
(229,204,211)
#E8D3D9
(232,211,217)
#EBDADF
(235,218,223)
#EEE1E5
(238,225,229)
#F1E8EB
(241,232,235)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A9B5 color. Also use rgb(214,169,181) instead hex code.

Text Font Color

.myTextColor { color: #D6A9B5; }

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

This text font color is #D6A9B5.


Background Color

.myBgColor { background-color: #D6A9B5; }

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

This div background color is #D6A9B5.


Border color

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

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

This div border color is #D6A9B5.


Opacity

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

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

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

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

This text has shadow with #D6A9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A9B5 on black background.


Color preview on white background

This text has color #D6A9B5 on white background.



Black color preview on #D6A9B5 background

This text has black color on #D6A9B5 background.


White color preview on #D6A9B5 background

This text has white color on #D6A9B5 background.