COLOR #D0AFA7

HEX: #D0AFA7
RGB: (208,175,167)

Color info

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

RGB color model

#D0AFA7 color RGB value is (208,175,167).

  • red value is 208;
  • green value is 175;
  • blue value is 167.
RGB:
(208,175,167)
(82%,69%,65%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 167 of 255 = 65%

208
175
167

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

Portions of RGB colors in percentages

R + G + B =
208 + 175 + 167 = 550 (100%)
R 208 of 550 ~ 37.82%
G 175 of 550 ~ 31.82%
B 167 of 550 ~ 30.36%

%37.82
%31.82
%30.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 19.71%
  • key color value is 18.43%
CMYK:
(0,16,20,18)
C0M16Y20K18 
(0%,16%,20%,18%)
(0.00/0.16/0.20/0.18)	

CMYK percentages

%0
%15.87
%19.71
%18.43

Codes

Color #D0AFA7 in popluar color models

D0AFA7
RGB208175167
HSL12°30.37%73.53%
HSB/HSV12°19.71%81.57%
CMYK0.00%15.87%19.71%
18.43%

Color #D0AFA7 in popluar number systems.

HEXD0AFA7
Decimal208175167
Binary110100001010111110100111
Octal320257247

Shades and tints

Shades of #D0AFA7

#D0AFA7
(208,175,167)
#BEA098
(190,160,152)
#AC9189
(172,145,137)
#9A827A
(154,130,122)
#88736B
(136,115,107)
#76645C
(118,100,92)
#64554D
(100,85,77)
#52463E
(82,70,62)
#40372F
(64,55,47)
#2E2820
(46,40,32)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #D0AFA7

#D0AFA7
(208,175,167)
#D4B6AF
(212,182,175)
#D8BDB7
(216,189,183)
#DCC4BF
(220,196,191)
#E0CBC7
(224,203,199)
#E4D2CF
(228,210,207)
#E8D9D7
(232,217,215)
#ECE0DF
(236,224,223)
#F0E7E7
(240,231,231)
#F4EEEF
(244,238,239)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AFA7 color. Also use rgb(208,175,167) instead hex code.

Text Font Color

.myTextColor { color: #D0AFA7; }

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

This text font color is #D0AFA7.


Background Color

.myBgColor { background-color: #D0AFA7; }

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

This div background color is #D0AFA7.


Border color

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

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

This div border color is #D0AFA7.


Opacity

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

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

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

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

This text has shadow with #D0AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AFA7 on black background.


Color preview on white background

This text has color #D0AFA7 on white background.



Black color preview on #D0AFA7 background

This text has black color on #D0AFA7 background.


White color preview on #D0AFA7 background

This text has white color on #D0AFA7 background.