COLOR #D7A6C5

HEX: #D7A6C5
RGB: (215,166,197)

Color info

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

RGB color model

#D7A6C5 color RGB value is (215,166,197).

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

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 197 of 255 = 77%

215
166
197

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

Portions of RGB colors in percentages

R + G + B =
215 + 166 + 197 = 578 (100%)
R 215 of 578 ~ 37.2%
G 166 of 578 ~ 28.72%
B 197 of 578 ~ 34.08%

%37.2
%28.72
%34.08

CMYK color model

#D7A6C5 color CMYK value is (0,23,8,16).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 8.37%
  • key color value is 15.69%
CMYK:
(0,23,8,16)
C0M23Y8K16 
(0%,23%,8%,16%)
(0.00/0.23/0.08/0.16)	

CMYK percentages

%0
%22.79
%8.37
%15.69

Codes

Color #D7A6C5 in popluar color models

D7A6C5
RGB215166197
HSL322°37.98%74.71%
HSB/HSV322°22.79%84.31%
CMYK0.00%22.79%8.37%
15.69%

Color #D7A6C5 in popluar number systems.

HEXD7A6C5
Decimal215166197
Binary110101111010011011000101
Octal327246305

Shades and tints

Shades of #D7A6C5

#D7A6C5
(215,166,197)
#C497B4
(196,151,180)
#B188A3
(177,136,163)
#9E7992
(158,121,146)
#8B6A81
(139,106,129)
#785B70
(120,91,112)
#654C5F
(101,76,95)
#523D4E
(82,61,78)
#3F2E3D
(63,46,61)
#2C1F2C
(44,31,44)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #D7A6C5

#D7A6C5
(215,166,197)
#DAAECA
(218,174,202)
#DDB6CF
(221,182,207)
#E0BED4
(224,190,212)
#E3C6D9
(227,198,217)
#E6CEDE
(230,206,222)
#E9D6E3
(233,214,227)
#ECDEE8
(236,222,232)
#EFE6ED
(239,230,237)
#F2EEF2
(242,238,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A6C5; }

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

This text font color is #D7A6C5.


Background Color

.myBgColor { background-color: #D7A6C5; }

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

This div background color is #D7A6C5.


Border color

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

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

This div border color is #D7A6C5.


Opacity

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

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

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

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

This text has shadow with #D7A6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A6C5 on black background.


Color preview on white background

This text has color #D7A6C5 on white background.



Black color preview on #D7A6C5 background

This text has black color on #D7A6C5 background.


White color preview on #D7A6C5 background

This text has white color on #D7A6C5 background.