COLOR #D7A7AF

HEX: #D7A7AF
RGB: (215,167,175)

Color info

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

RGB color model

#D7A7AF color RGB value is (215,167,175).

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

RGB channels and saturation

R 215 of 255 = 84%
G 167 of 255 = 65%
B 175 of 255 = 69%

215
167
175

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

Portions of RGB colors in percentages

R + G + B =
215 + 167 + 175 = 557 (100%)
R 215 of 557 ~ 38.6%
G 167 of 557 ~ 29.98%
B 175 of 557 ~ 31.42%

%38.6
%29.98
%31.42

CMYK color model

#D7A7AF color CMYK value is (0,22,19,16).

  • cyan value is 0.00%
  • magenta value is 22.33%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(0,22,19,16)
C0M22Y19K16 
(0%,22%,19%,16%)
(0.00/0.22/0.19/0.16)	

CMYK percentages

%0
%22.33
%18.6
%15.69

Codes

Color #D7A7AF in popluar color models

D7A7AF
RGB215167175
HSL350°37.50%74.90%
HSB/HSV350°22.33%84.31%
CMYK0.00%22.33%18.60%
15.69%

Color #D7A7AF in popluar number systems.

HEXD7A7AF
Decimal215167175
Binary110101111010011110101111
Octal327247257

Shades and tints

Shades of #D7A7AF

#D7A7AF
(215,167,175)
#C498A0
(196,152,160)
#B18991
(177,137,145)
#9E7A82
(158,122,130)
#8B6B73
(139,107,115)
#785C64
(120,92,100)
#654D55
(101,77,85)
#523E46
(82,62,70)
#3F2F37
(63,47,55)
#2C2028
(44,32,40)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #D7A7AF

#D7A7AF
(215,167,175)
#DAAFB6
(218,175,182)
#DDB7BD
(221,183,189)
#E0BFC4
(224,191,196)
#E3C7CB
(227,199,203)
#E6CFD2
(230,207,210)
#E9D7D9
(233,215,217)
#ECDFE0
(236,223,224)
#EFE7E7
(239,231,231)
#F2EFEE
(242,239,238)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A7AF; }

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

This text font color is #D7A7AF.


Background Color

.myBgColor { background-color: #D7A7AF; }

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

This div background color is #D7A7AF.


Border color

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

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

This div border color is #D7A7AF.


Opacity

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

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

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

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

This text has shadow with #D7A7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A7AF on black background.


Color preview on white background

This text has color #D7A7AF on white background.



Black color preview on #D7A7AF background

This text has black color on #D7A7AF background.


White color preview on #D7A7AF background

This text has white color on #D7A7AF background.