COLOR #D7AF8D

HEX: #D7AF8D
RGB: (215,175,141)

Color info

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

RGB color model

#D7AF8D color RGB value is (215,175,141).

  • red value is 215;
  • green value is 175;
  • blue value is 141.
RGB:
(215,175,141)
(84%,69%,55%)

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 141 of 255 = 55%

215
175
141

R + G + B ~ 69%. #D7AF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 141 = 531 (100%)
R 215 of 531 ~ 40.49%
G 175 of 531 ~ 32.96%
B 141 of 531 ~ 26.55%

%40.49
%32.96
%26.55

CMYK color model

#D7AF8D color CMYK value is (0,19,34,16).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 34.42%
  • key color value is 15.69%
CMYK:
(0,19,34,16)
C0M19Y34K16 
(0%,19%,34%,16%)
(0.00/0.19/0.34/0.16)	

CMYK percentages

%0
%18.6
%34.42
%15.69

Codes

Color #D7AF8D in popluar color models

D7AF8D
RGB215175141
HSL28°48.05%69.80%
HSB/HSV28°34.42%84.31%
CMYK0.00%18.60%34.42%
15.69%

Color #D7AF8D in popluar number systems.

HEXD7AF8D
Decimal215175141
Binary110101111010111110001101
Octal327257215

Shades and tints

Shades of #D7AF8D

#D7AF8D
(215,175,141)
#C4A081
(196,160,129)
#B19175
(177,145,117)
#9E8269
(158,130,105)
#8B735D
(139,115,93)
#786451
(120,100,81)
#655545
(101,85,69)
#524639
(82,70,57)
#3F372D
(63,55,45)
#2C2821
(44,40,33)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7AF8D

#D7AF8D
(215,175,141)
#DAB697
(218,182,151)
#DDBDA1
(221,189,161)
#E0C4AB
(224,196,171)
#E3CBB5
(227,203,181)
#E6D2BF
(230,210,191)
#E9D9C9
(233,217,201)
#ECE0D3
(236,224,211)
#EFE7DD
(239,231,221)
#F2EEE7
(242,238,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AF8D color. Also use rgb(215,175,141) instead hex code.

Text Font Color

.myTextColor { color: #D7AF8D; }

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

This text font color is #D7AF8D.


Background Color

.myBgColor { background-color: #D7AF8D; }

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

This div background color is #D7AF8D.


Border color

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

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

This div border color is #D7AF8D.


Opacity

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

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

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

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

This text has shadow with #D7AF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AF8D on black background.


Color preview on white background

This text has color #D7AF8D on white background.



Black color preview on #D7AF8D background

This text has black color on #D7AF8D background.


White color preview on #D7AF8D background

This text has white color on #D7AF8D background.