COLOR #D6A9C0

HEX: #D6A9C0 RGB: (214,169,192)

Color info

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

RGB color model

#D6A9C0 color RGB value is (214,169,192).

RGB: (214,169,192) (84%, 66%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 192 of 255 = 75%

214
169
192

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

Portions of RGB colors in percentages

R + G + B = 214 + 169 + 192 = 575 (100%)
R 214 of 575 ~ 37.22%
G 169 of 575 ~ 29.39%
B 192 of 575 ~ 33.39'%

%37.22
%29.39
%33.39

CMYK color model

#D6A9C0 color CMYK value is (0,21,10,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 10.28%
  • key color value is 16.08%
CMYK: (0,21,10,16) C0M21Y10K16 (0%,21%,10%,16%) (0.00/0.21/0.10/0.16) 

CMYK percentages

%0
%21.03
%10.28
%16.08

Codes

Color #D6A9C0 in popluar color models

D6 A9 C0
RGB 214 169 192
HSL 329° 35.43% 75.10%
HSB/HSV 329° 21.03% 83.92%
CMYK 0.00% 21.03% 10.28%
16.08%

Color #D6A9C0 in popluar number systems.

HEX D6 A9 C0
Decimal 214 169 192
Binary 11010110 10101001 11000000
Octal 326 251 300

Shades and tints

Shades of #D6A9C0

#D6A9C0
(214,169,192)
#C39AAF
(195,154,175)
#B08B9E
(176,139,158)
#9D7C8D
(157,124,141)
#8A6D7C
(138,109,124)
#775E6B
(119,94,107)
#644F5A
(100,79,90)
#514049
(81,64,73)
#3E3138
(62,49,56)
#2B2227
(43,34,39)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #D6A9C0

#D6A9C0
(214,169,192)
#D9B0C5
(217,176,197)
#DCB7CA
(220,183,202)
#DFBECF
(223,190,207)
#E2C5D4
(226,197,212)
#E5CCD9
(229,204,217)
#E8D3DE
(232,211,222)
#EBDAE3
(235,218,227)
#EEE1E8
(238,225,232)
#F1E8ED
(241,232,237)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A9C0; }

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

This text font color is #D6A9C0.

Background Color

.myBgColor { background-color: #D6A9C0; }

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

This div background color is #D6A9C0.

Border color

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

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

This div border color is #D6A9C0.

Opacity

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

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

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

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

This text has shadow with #D6A9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A9C0.

Preview

Color preview on black background

This text has color #D6A9C0 on black background.


Color preview on white background

This text has color #D6A9C0 on white background.


Black color preview on #D6A9C0 background

This text has black color on #D6A9C0 background.


White color preview on #D6A9C0 background

This text has white color on #D6A9C0 background.


Related colors

Complementary color

Complementary color for #hex is #29563F.


I love getcolorcode.com

Triadic colors

1 #C0D6A9 and #A9C0D6 with #D6A9C0 are triadic colors.

2 #C0A9D6 and #A9D6C0 with #D6A9C0 are triadic colors.