COLOR #D7AFB5

HEX: #D7AFB5
RGB: (215,175,181)

Color info

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

RGB color model

#D7AFB5 color RGB value is (215,175,181).

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

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 181 of 255 = 71%

215
175
181

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

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 181 = 571 (100%)
R 215 of 571 ~ 37.65%
G 175 of 571 ~ 30.65%
B 181 of 571 ~ 31.7%

%37.65
%30.65
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(0,19,16,16)
C0M19Y16K16 
(0%,19%,16%,16%)
(0.00/0.19/0.16/0.16)	

CMYK percentages

%0
%18.6
%15.81
%15.69

Codes

Color #D7AFB5 in popluar color models

D7AFB5
RGB215175181
HSL351°33.33%76.47%
HSB/HSV351°18.60%84.31%
CMYK0.00%18.60%15.81%
15.69%

Color #D7AFB5 in popluar number systems.

HEXD7AFB5
Decimal215175181
Binary110101111010111110110101
Octal327257265

Shades and tints

Shades of #D7AFB5

#D7AFB5
(215,175,181)
#C4A0A5
(196,160,165)
#B19195
(177,145,149)
#9E8285
(158,130,133)
#8B7375
(139,115,117)
#786465
(120,100,101)
#655555
(101,85,85)
#524645
(82,70,69)
#3F3735
(63,55,53)
#2C2825
(44,40,37)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7AFB5

#D7AFB5
(215,175,181)
#DAB6BB
(218,182,187)
#DDBDC1
(221,189,193)
#E0C4C7
(224,196,199)
#E3CBCD
(227,203,205)
#E6D2D3
(230,210,211)
#E9D9D9
(233,217,217)
#ECE0DF
(236,224,223)
#EFE7E5
(239,231,229)
#F2EEEB
(242,238,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFB5; }

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

This text font color is #D7AFB5.


Background Color

.myBgColor { background-color: #D7AFB5; }

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

This div background color is #D7AFB5.


Border color

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

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

This div border color is #D7AFB5.


Opacity

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

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

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

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

This text has shadow with #D7AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AFB5 on black background.


Color preview on white background

This text has color #D7AFB5 on white background.



Black color preview on #D7AFB5 background

This text has black color on #D7AFB5 background.


White color preview on #D7AFB5 background

This text has white color on #D7AFB5 background.