COLOR #D7A0B6

HEX: #D7A0B6
RGB: (215,160,182)

Color info

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

RGB color model

#D7A0B6 color RGB value is (215,160,182).

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

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 182 of 255 = 71%

215
160
182

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

Portions of RGB colors in percentages

R + G + B =
215 + 160 + 182 = 557 (100%)
R 215 of 557 ~ 38.6%
G 160 of 557 ~ 28.73%
B 182 of 557 ~ 32.68%

%38.6
%28.73
%32.68

CMYK color model

#D7A0B6 color CMYK value is (0,26,15,16).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 15.35%
  • key color value is 15.69%
CMYK:
(0,26,15,16)
C0M26Y15K16 
(0%,26%,15%,16%)
(0.00/0.26/0.15/0.16)	

CMYK percentages

%0
%25.58
%15.35
%15.69

Codes

Color #D7A0B6 in popluar color models

D7A0B6
RGB215160182
HSL336°40.74%73.53%
HSB/HSV336°25.58%84.31%
CMYK0.00%25.58%15.35%
15.69%

Color #D7A0B6 in popluar number systems.

HEXD7A0B6
Decimal215160182
Binary110101111010000010110110
Octal327240266

Shades and tints

Shades of #D7A0B6

#D7A0B6
(215,160,182)
#C492A6
(196,146,166)
#B18496
(177,132,150)
#9E7686
(158,118,134)
#8B6876
(139,104,118)
#785A66
(120,90,102)
#654C56
(101,76,86)
#523E46
(82,62,70)
#3F3036
(63,48,54)
#2C2226
(44,34,38)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #D7A0B6

#D7A0B6
(215,160,182)
#DAA8BC
(218,168,188)
#DDB0C2
(221,176,194)
#E0B8C8
(224,184,200)
#E3C0CE
(227,192,206)
#E6C8D4
(230,200,212)
#E9D0DA
(233,208,218)
#ECD8E0
(236,216,224)
#EFE0E6
(239,224,230)
#F2E8EC
(242,232,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A0B6; }

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

This text font color is #D7A0B6.


Background Color

.myBgColor { background-color: #D7A0B6; }

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

This div background color is #D7A0B6.


Border color

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

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

This div border color is #D7A0B6.


Opacity

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

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

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

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

This text has shadow with #D7A0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A0B6 on black background.


Color preview on white background

This text has color #D7A0B6 on white background.



Black color preview on #D7A0B6 background

This text has black color on #D7A0B6 background.


White color preview on #D7A0B6 background

This text has white color on #D7A0B6 background.