COLOR #D7AFB7

HEX: #D7AFB7
RGB: (215,175,183)

Color info

#D7AFB7 contains red, green and blue colors in about the same proportion. Web safe color of #D7AFB7 is #CC99CC (or #C9C).

RGB color model

#D7AFB7 color RGB value is (215,175,183).

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

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 183 of 255 = 72%

215
175
183

R + G + B ~ 75%. #D7AFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 183 = 573 (100%)
R 215 of 573 ~ 37.52%
G 175 of 573 ~ 30.54%
B 183 of 573 ~ 31.94%

%37.52
%30.54
%31.94

CMYK color model

#D7AFB7 color CMYK value is (0,19,15,16).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(0,19,15,16)
C0M19Y15K16 
(0%,19%,15%,16%)
(0.00/0.19/0.15/0.16)	

CMYK percentages

%0
%18.6
%14.88
%15.69

Codes

Color #D7AFB7 in popluar color models

D7AFB7
RGB215175183
HSL348°33.33%76.47%
HSB/HSV348°18.60%84.31%
CMYK0.00%18.60%14.88%
15.69%

Color #D7AFB7 in popluar number systems.

HEXD7AFB7
Decimal215175183
Binary110101111010111110110111
Octal327257267

Shades and tints

Shades of #D7AFB7

#D7AFB7
(215,175,183)
#C4A0A7
(196,160,167)
#B19197
(177,145,151)
#9E8287
(158,130,135)
#8B7377
(139,115,119)
#786467
(120,100,103)
#655557
(101,85,87)
#524647
(82,70,71)
#3F3737
(63,55,55)
#2C2827
(44,40,39)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7AFB7

#D7AFB7
(215,175,183)
#DAB6BD
(218,182,189)
#DDBDC3
(221,189,195)
#E0C4C9
(224,196,201)
#E3CBCF
(227,203,207)
#E6D2D5
(230,210,213)
#E9D9DB
(233,217,219)
#ECE0E1
(236,224,225)
#EFE7E7
(239,231,231)
#F2EEED
(242,238,237)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFB7; }

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

This text font color is #D7AFB7.


Background Color

.myBgColor { background-color: #D7AFB7; }

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

This div background color is #D7AFB7.


Border color

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

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

This div border color is #D7AFB7.


Opacity

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

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

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

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

This text has shadow with #D7AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AFB7 on black background.


Color preview on white background

This text has color #D7AFB7 on white background.



Black color preview on #D7AFB7 background

This text has black color on #D7AFB7 background.


White color preview on #D7AFB7 background

This text has white color on #D7AFB7 background.