COLOR #D8AF8F

HEX: #D8AF8F
RGB: (216,175,143)

Color info

#D8AF8F contains mainly red and green colors. Web safe color of #D8AF8F is #CC9999 (or #C99).

RGB color model

#D8AF8F color RGB value is (216,175,143).

  • red value is 216;
  • green value is 175;
  • blue value is 143.
RGB:
(216,175,143)
(85%,69%,56%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 143 of 255 = 56%

216
175
143

R + G + B ~ 70%. #D8AF8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 143 = 534 (100%)
R 216 of 534 ~ 40.45%
G 175 of 534 ~ 32.77%
B 143 of 534 ~ 26.78%

%40.45
%32.77
%26.78

CMYK color model

#D8AF8F color CMYK value is (0,19,34,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 33.80%
  • key color value is 15.29%
CMYK:
(0,19,34,15)
C0M19Y34K15 
(0%,19%,34%,15%)
(0.00/0.19/0.34/0.15)	

CMYK percentages

%0
%18.98
%33.8
%15.29

Codes

Color #D8AF8F in popluar color models

D8AF8F
RGB216175143
HSL26°48.34%70.39%
HSB/HSV26°33.80%84.71%
CMYK0.00%18.98%33.80%
15.29%

Color #D8AF8F in popluar number systems.

HEXD8AF8F
Decimal216175143
Binary110110001010111110001111
Octal330257217

Shades and tints

Shades of #D8AF8F

#D8AF8F
(216,175,143)
#C5A082
(197,160,130)
#B29175
(178,145,117)
#9F8268
(159,130,104)
#8C735B
(140,115,91)
#79644E
(121,100,78)
#665541
(102,85,65)
#534634
(83,70,52)
#403727
(64,55,39)
#2D281A
(45,40,26)
#1A190D
(26,25,13)
#000000
(0,0,0)

Tints of #D8AF8F

#D8AF8F
(216,175,143)
#DBB699
(219,182,153)
#DEBDA3
(222,189,163)
#E1C4AD
(225,196,173)
#E4CBB7
(228,203,183)
#E7D2C1
(231,210,193)
#EAD9CB
(234,217,203)
#EDE0D5
(237,224,213)
#F0E7DF
(240,231,223)
#F3EEE9
(243,238,233)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AF8F color. Also use rgb(216,175,143) instead hex code.

Text Font Color

.myTextColor { color: #D8AF8F; }

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

This text font color is #D8AF8F.


Background Color

.myBgColor { background-color: #D8AF8F; }

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

This div background color is #D8AF8F.


Border color

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

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

This div border color is #D8AF8F.


Opacity

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

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

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

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

This text has shadow with #D8AF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AF8F on black background.


Color preview on white background

This text has color #D8AF8F on white background.



Black color preview on #D8AF8F background

This text has black color on #D8AF8F background.


White color preview on #D8AF8F background

This text has white color on #D8AF8F background.