COLOR #D7AFB6

HEX: #D7AFB6
RGB: (215,175,182)

Color info

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

RGB color model

#D7AFB6 color RGB value is (215,175,182).

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

RGB channels and saturation

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

215
175
182

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

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 182 = 572 (100%)
R 215 of 572 ~ 37.59%
G 175 of 572 ~ 30.59%
B 182 of 572 ~ 31.82%

%37.59
%30.59
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 15.35%
  • 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
%15.35
%15.69

Codes

Color #D7AFB6 in popluar color models

D7AFB6
RGB215175182
HSL350°33.33%76.47%
HSB/HSV350°18.60%84.31%
CMYK0.00%18.60%15.35%
15.69%

Color #D7AFB6 in popluar number systems.

HEXD7AFB6
Decimal215175182
Binary110101111010111110110110
Octal327257266

Shades and tints

Shades of #D7AFB6

#D7AFB6
(215,175,182)
#C4A0A6
(196,160,166)
#B19196
(177,145,150)
#9E8286
(158,130,134)
#8B7376
(139,115,118)
#786466
(120,100,102)
#655556
(101,85,86)
#524646
(82,70,70)
#3F3736
(63,55,54)
#2C2826
(44,40,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7AFB6

#D7AFB6
(215,175,182)
#DAB6BC
(218,182,188)
#DDBDC2
(221,189,194)
#E0C4C8
(224,196,200)
#E3CBCE
(227,203,206)
#E6D2D4
(230,210,212)
#E9D9DA
(233,217,218)
#ECE0E0
(236,224,224)
#EFE7E6
(239,231,230)
#F2EEEC
(242,238,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFB6; }

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

This text font color is #D7AFB6.


Background Color

.myBgColor { background-color: #D7AFB6; }

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

This div background color is #D7AFB6.


Border color

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

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

This div border color is #D7AFB6.


Opacity

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

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

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

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

This text has shadow with #D7AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AFB6 on black background.


Color preview on white background

This text has color #D7AFB6 on white background.



Black color preview on #D7AFB6 background

This text has black color on #D7AFB6 background.


White color preview on #D7AFB6 background

This text has white color on #D7AFB6 background.