COLOR #D6AAC0

HEX: #D6AAC0 RGB: (214,170,192)

Color info

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

RGB color model

#D6AAC0 color RGB value is (214,170,192).

RGB: (214,170,192) (84%, 67%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 170 of 255 = 67%
B 192 of 255 = 75%

214
170
192

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

Portions of RGB colors in percentages

R + G + B = 214 + 170 + 192 = 576 (100%)
R 214 of 576 ~ 37.15%
G 170 of 576 ~ 29.51%
B 192 of 576 ~ 33.33'%

%37.15
%29.51
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.56%
  • 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
%20.56
%10.28
%16.08

Codes

Color #D6AAC0 in popluar color models

D6 AA C0
RGB 214 170 192
HSL 330° 34.92% 75.29%
HSB/HSV 330° 20.56% 83.92%
CMYK 0.00% 20.56% 10.28%
16.08%

Color #D6AAC0 in popluar number systems.

HEX D6 AA C0
Decimal 214 170 192
Binary 11010110 10101010 11000000
Octal 326 252 300

Shades and tints

Shades of #D6AAC0

#D6AAC0
(214,170,192)
#C39BAF
(195,155,175)
#B08C9E
(176,140,158)
#9D7D8D
(157,125,141)
#8A6E7C
(138,110,124)
#775F6B
(119,95,107)
#64505A
(100,80,90)
#514149
(81,65,73)
#3E3238
(62,50,56)
#2B2327
(43,35,39)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6AAC0

#D6AAC0
(214,170,192)
#D9B1C5
(217,177,197)
#DCB8CA
(220,184,202)
#DFBFCF
(223,191,207)
#E2C6D4
(226,198,212)
#E5CDD9
(229,205,217)
#E8D4DE
(232,212,222)
#EBDBE3
(235,219,227)
#EEE2E8
(238,226,232)
#F1E9ED
(241,233,237)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AAC0; }

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

This text font color is #D6AAC0.

Background Color

.myBgColor { background-color: #D6AAC0; }

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

This div background color is #D6AAC0.

Border color

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

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

This div border color is #D6AAC0.

Opacity

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

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

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

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

This text has shadow with #D6AAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AAC0.

Preview

Color preview on black background

This text has color #D6AAC0 on black background.


Color preview on white background

This text has color #D6AAC0 on white background.


Black color preview on #D6AAC0 background

This text has black color on #D6AAC0 background.


White color preview on #D6AAC0 background

This text has white color on #D6AAC0 background.


Related colors

Complementary color

Complementary color for #hex is #29553F.


I love getcolorcode.com

Triadic colors

1 #C0D6AA and #AAC0D6 with #D6AAC0 are triadic colors.

2 #C0AAD6 and #AAD6C0 with #D6AAC0 are triadic colors.