COLOR #D8AFA3

HEX: #D8AFA3
RGB: (216,175,163)

Color info

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

RGB color model

#D8AFA3 color RGB value is (216,175,163).

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

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 163 of 255 = 64%

216
175
163

R + G + B ~ 73%. #D8AFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 163 = 554 (100%)
R 216 of 554 ~ 38.99%
G 175 of 554 ~ 31.59%
B 163 of 554 ~ 29.42%

%38.99
%31.59
%29.42

CMYK color model

#D8AFA3 color CMYK value is (0,19,25,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 24.54%
  • key color value is 15.29%
CMYK:
(0,19,25,15)
C0M19Y25K15 
(0%,19%,25%,15%)
(0.00/0.19/0.25/0.15)	

CMYK percentages

%0
%18.98
%24.54
%15.29

Codes

Color #D8AFA3 in popluar color models

D8AFA3
RGB216175163
HSL14°40.46%74.31%
HSB/HSV14°24.54%84.71%
CMYK0.00%18.98%24.54%
15.29%

Color #D8AFA3 in popluar number systems.

HEXD8AFA3
Decimal216175163
Binary110110001010111110100011
Octal330257243

Shades and tints

Shades of #D8AFA3

#D8AFA3
(216,175,163)
#C5A095
(197,160,149)
#B29187
(178,145,135)
#9F8279
(159,130,121)
#8C736B
(140,115,107)
#79645D
(121,100,93)
#66554F
(102,85,79)
#534641
(83,70,65)
#403733
(64,55,51)
#2D2825
(45,40,37)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #D8AFA3

#D8AFA3
(216,175,163)
#DBB6AB
(219,182,171)
#DEBDB3
(222,189,179)
#E1C4BB
(225,196,187)
#E4CBC3
(228,203,195)
#E7D2CB
(231,210,203)
#EAD9D3
(234,217,211)
#EDE0DB
(237,224,219)
#F0E7E3
(240,231,227)
#F3EEEB
(243,238,235)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AFA3; }

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

This text font color is #D8AFA3.


Background Color

.myBgColor { background-color: #D8AFA3; }

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

This div background color is #D8AFA3.


Border color

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

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

This div border color is #D8AFA3.


Opacity

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

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

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

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

This text has shadow with #D8AFA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AFA3 on black background.


Color preview on white background

This text has color #D8AFA3 on white background.



Black color preview on #D8AFA3 background

This text has black color on #D8AFA3 background.


White color preview on #D8AFA3 background

This text has white color on #D8AFA3 background.