COLOR #D6A1A7

HEX: #D6A1A7 RGB: (214,161,167)

Color info

#D6A1A7 contains red, green and blue colors in about the same proportion. Web safe color of #D6A1A7 is #CC9999 (or #C99).

RGB color model

#D6A1A7 color RGB value is (214,161,167).

RGB: (214,161,167) (84%, 63%, 65%)

RGB channels and saturation

R 214 of 255 = 84%
G 161 of 255 = 63%
B 167 of 255 = 65%

214
161
167

R + G + B ~ 71%. #D6A1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 161 + 167 = 542 (100%)
R 214 of 542 ~ 39.48%
G 161 of 542 ~ 29.7%
B 167 of 542 ~ 30.81'%

%39.48
%29.7
%30.81

CMYK color model

#D6A1A7 color CMYK value is (0,25,22,16).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 21.96%
  • key color value is 16.08%
CMYK: (0,25,22,16) C0M25Y22K16 (0%,25%,22%,16%) (0.00/0.25/0.22/0.16) 

CMYK percentages

%0
%24.77
%21.96
%16.08

Codes

Color #D6A1A7 in popluar color models

D6 A1 A7
RGB 214 161 167
HSL 353° 39.26% 73.53%
HSB/HSV 353° 24.77% 83.92%
CMYK 0.00% 24.77% 21.96%
16.08%

Color #D6A1A7 in popluar number systems.

HEX D6 A1 A7
Decimal 214 161 167
Binary 11010110 10100001 10100111
Octal 326 241 247

Shades and tints

Shades of #D6A1A7

#D6A1A7
(214,161,167)
#C39398
(195,147,152)
#B08589
(176,133,137)
#9D777A
(157,119,122)
#8A696B
(138,105,107)
#775B5C
(119,91,92)
#644D4D
(100,77,77)
#513F3E
(81,63,62)
#3E312F
(62,49,47)
#2B2320
(43,35,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #D6A1A7

#D6A1A7
(214,161,167)
#D9A9AF
(217,169,175)
#DCB1B7
(220,177,183)
#DFB9BF
(223,185,191)
#E2C1C7
(226,193,199)
#E5C9CF
(229,201,207)
#E8D1D7
(232,209,215)
#EBD9DF
(235,217,223)
#EEE1E7
(238,225,231)
#F1E9EF
(241,233,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A1A7 color. Also use rgb(214,161,167) instead hex code.

Text Font Color

.myTextColor { color: #D6A1A7; }

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

This text font color is #D6A1A7.

Background Color

.myBgColor { background-color: #D6A1A7; }

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

This div background color is #D6A1A7.

Border color

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

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

This div border color is #D6A1A7.

Opacity

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

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

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

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

This text has shadow with #D6A1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A1A7.

Preview

Color preview on black background

This text has color #D6A1A7 on black background.


Color preview on white background

This text has color #D6A1A7 on white background.


Black color preview on #D6A1A7 background

This text has black color on #D6A1A7 background.


White color preview on #D6A1A7 background

This text has white color on #D6A1A7 background.


Related colors

Complementary color

Complementary color for #hex is #295E58.


I love getcolorcode.com

Triadic colors

1 #A7D6A1 and #A1A7D6 with #D6A1A7 are triadic colors.

2 #A7A1D6 and #A1D6A7 with #D6A1A7 are triadic colors.