COLOR #D7A6BD

HEX: #D7A6BD
RGB: (215,166,189)

Color info

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

RGB color model

#D7A6BD color RGB value is (215,166,189).

  • red value is 215;
  • green value is 166;
  • blue value is 189.
RGB:
(215,166,189)
(84%,65%,74%)

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 189 of 255 = 74%

215
166
189

R + G + B ~ 74%. #D7A6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 166 + 189 = 570 (100%)
R 215 of 570 ~ 37.72%
G 166 of 570 ~ 29.12%
B 189 of 570 ~ 33.16%

%37.72
%29.12
%33.16

CMYK color model

#D7A6BD color CMYK value is (0,23,12,16).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK:
(0,23,12,16)
C0M23Y12K16 
(0%,23%,12%,16%)
(0.00/0.23/0.12/0.16)	

CMYK percentages

%0
%22.79
%12.09
%15.69

Codes

Color #D7A6BD in popluar color models

D7A6BD
RGB215166189
HSL332°37.98%74.71%
HSB/HSV332°22.79%84.31%
CMYK0.00%22.79%12.09%
15.69%

Color #D7A6BD in popluar number systems.

HEXD7A6BD
Decimal215166189
Binary110101111010011010111101
Octal327246275

Shades and tints

Shades of #D7A6BD

#D7A6BD
(215,166,189)
#C497AC
(196,151,172)
#B1889B
(177,136,155)
#9E798A
(158,121,138)
#8B6A79
(139,106,121)
#785B68
(120,91,104)
#654C57
(101,76,87)
#523D46
(82,61,70)
#3F2E35
(63,46,53)
#2C1F24
(44,31,36)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #D7A6BD

#D7A6BD
(215,166,189)
#DAAEC3
(218,174,195)
#DDB6C9
(221,182,201)
#E0BECF
(224,190,207)
#E3C6D5
(227,198,213)
#E6CEDB
(230,206,219)
#E9D6E1
(233,214,225)
#ECDEE7
(236,222,231)
#EFE6ED
(239,230,237)
#F2EEF3
(242,238,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A6BD color. Also use rgb(215,166,189) instead hex code.

Text Font Color

.myTextColor { color: #D7A6BD; }

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

This text font color is #D7A6BD.


Background Color

.myBgColor { background-color: #D7A6BD; }

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

This div background color is #D7A6BD.


Border color

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

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

This div border color is #D7A6BD.


Opacity

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

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

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

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

This text has shadow with #D7A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A6BD on black background.


Color preview on white background

This text has color #D7A6BD on white background.



Black color preview on #D7A6BD background

This text has black color on #D7A6BD background.


White color preview on #D7A6BD background

This text has white color on #D7A6BD background.