COLOR #D1A8AF

HEX: #D1A8AF RGB: (209,168,175)

Color info

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

RGB color model

#D1A8AF color RGB value is (209,168,175).

RGB: (209,168,175) (82%, 66%, 69%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 175 of 255 = 69%

209
168
175

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

Portions of RGB colors in percentages

R + G + B = 209 + 168 + 175 = 552 (100%)
R 209 of 552 ~ 37.86%
G 168 of 552 ~ 30.43%
B 175 of 552 ~ 31.7'%

%37.86
%30.43
%31.7

CMYK color model

#D1A8AF color CMYK value is (0,20,16,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 16.27%
  • key color value is 18.04%

CMYK: (0,20,16,18)
C0M20Y16K18 (0%, 20%, 16%, 18%)
(0.00 / 0.20 / 0.16 / 0.18)

CMYK percentages

%0
%19.62
%16.27
%18.04

Codes

Color #D1A8AF in popluar color models

D1 A8 AF
RGB 209 168 175
HSL 350° 30.83% 73.92%
HSB/HSV 350° 19.62% 81.96%
CMYK 0.00% 19.62% 16.27%
18.04%

Color #D1A8AF in popluar number systems.

HEX D1 A8 AF
Decimal 209 168 175
Binary 11010001 10101000 10101111
Octal 321 250 257

Shades and tints

Shades of #D1A8AF

#D1A8AF
(209,168,175)
#BE99A0
(190,153,160)
#AB8A91
(171,138,145)
#987B82
(152,123,130)
#856C73
(133,108,115)
#725D64
(114,93,100)
#5F4E55
(95,78,85)
#4C3F46
(76,63,70)
#393037
(57,48,55)
#262128
(38,33,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D1A8AF

#D1A8AF
(209,168,175)
#D5AFB6
(213,175,182)
#D9B6BD
(217,182,189)
#DDBDC4
(221,189,196)
#E1C4CB
(225,196,203)
#E5CBD2
(229,203,210)
#E9D2D9
(233,210,217)
#EDD9E0
(237,217,224)
#F1E0E7
(241,224,231)
#F5E7EE
(245,231,238)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A8AF color. Also use rgb(209,168,175) instead hex code.

Text Font Color

.myTextColor { color: #D1A8AF; }

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

This text font color is #D1A8AF.

Background Color

.myBgColor { background-color: #D1A8AF; }

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

This div background color is #D1A8AF.

Border color

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

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

This div border color is #D1A8AF.

Opacity

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

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

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

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

This text has shadow with #D1A8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A8AF.

Preview

Color preview on black background

This text has color #D1A8AF on black background.


Color preview on white background

This text has color #D1A8AF on white background.


Black color preview on #D1A8AF background

This text has black color on #D1A8AF background.


White color preview on #D1A8AF background

This text has white color on #D1A8AF background.


Related colors

Complementary color

Complementary color for #hex is #2E5750.


I love getcolorcode.com

Triadic colors

1 #AFD1A8 and #A8AFD1 with #D1A8AF are triadic colors.

2 #AFA8D1 and #A8D1AF with #D1A8AF are triadic colors.