COLOR #D6A2AF

HEX: #D6A2AF RGB: (214,162,175)

Color info

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

RGB color model

#D6A2AF color RGB value is (214,162,175).

RGB: (214,162,175) (84%, 64%, 69%)

RGB channels and saturation

R 214 of 255 = 84%
G 162 of 255 = 64%
B 175 of 255 = 69%

214
162
175

R + G + B ~ 72%. #D6A2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 162 + 175 = 551 (100%)
R 214 of 551 ~ 38.84%
G 162 of 551 ~ 29.4%
B 175 of 551 ~ 31.76'%

%38.84
%29.4
%31.76

CMYK color model

#D6A2AF color CMYK value is (0,24,18,16).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 18.22%
  • key color value is 16.08%

CMYK: (0,24,18,16)
C0M24Y18K16 (0%, 24%, 18%, 16%)
(0.00 / 0.24 / 0.18 / 0.16)

CMYK percentages

%0
%24.3
%18.22
%16.08

Codes

Color #D6A2AF in popluar color models

D6 A2 AF
RGB 214 162 175
HSL 345° 38.81% 73.73%
HSB/HSV 345° 24.30% 83.92%
CMYK 0.00% 24.30% 18.22%
16.08%

Color #D6A2AF in popluar number systems.

HEX D6 A2 AF
Decimal 214 162 175
Binary 11010110 10100010 10101111
Octal 326 242 257

Shades and tints

Shades of #D6A2AF

#D6A2AF
(214,162,175)
#C394A0
(195,148,160)
#B08691
(176,134,145)
#9D7882
(157,120,130)
#8A6A73
(138,106,115)
#775C64
(119,92,100)
#644E55
(100,78,85)
#514046
(81,64,70)
#3E3237
(62,50,55)
#2B2428
(43,36,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #D6A2AF

#D6A2AF
(214,162,175)
#D9AAB6
(217,170,182)
#DCB2BD
(220,178,189)
#DFBAC4
(223,186,196)
#E2C2CB
(226,194,203)
#E5CAD2
(229,202,210)
#E8D2D9
(232,210,217)
#EBDAE0
(235,218,224)
#EEE2E7
(238,226,231)
#F1EAEE
(241,234,238)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A2AF color. Also use rgb(214,162,175) instead hex code.

Text Font Color

.myTextColor { color: #D6A2AF; }

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

This text font color is #D6A2AF.

Background Color

.myBgColor { background-color: #D6A2AF; }

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

This div background color is #D6A2AF.

Border color

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

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

This div border color is #D6A2AF.

Opacity

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

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

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

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

This text has shadow with #D6A2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6A2AF.

Preview

Color preview on black background

This text has color #D6A2AF on black background.


Color preview on white background

This text has color #D6A2AF on white background.


Black color preview on #D6A2AF background

This text has black color on #D6A2AF background.


White color preview on #D6A2AF background

This text has white color on #D6A2AF background.


Related colors

Complementary color

Complementary color for #hex is #295D50.


I love getcolorcode.com

Triadic colors

1 #AFD6A2 and #A2AFD6 with #D6A2AF are triadic colors.

2 #AFA2D6 and #A2D6AF with #D6A2AF are triadic colors.