COLOR #D7A6B3

HEX: #D7A6B3
RGB: (215,166,179)

Color info

#D7A6B3 contains red, green and blue colors in about the same proportion. Web safe color of #D7A6B3 is #CC9999 (or #C99).

RGB color model

#D7A6B3 color RGB value is (215,166,179).

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

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 179 of 255 = 70%

215
166
179

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

Portions of RGB colors in percentages

R + G + B =
215 + 166 + 179 = 560 (100%)
R 215 of 560 ~ 38.39%
G 166 of 560 ~ 29.64%
B 179 of 560 ~ 31.96%

%38.39
%29.64
%31.96

CMYK color model

#D7A6B3 color CMYK value is (0,23,17,16).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 16.74%
  • key color value is 15.69%
CMYK:
(0,23,17,16)
C0M23Y17K16 
(0%,23%,17%,16%)
(0.00/0.23/0.17/0.16)	

CMYK percentages

%0
%22.79
%16.74
%15.69

Codes

Color #D7A6B3 in popluar color models

D7A6B3
RGB215166179
HSL344°37.98%74.71%
HSB/HSV344°22.79%84.31%
CMYK0.00%22.79%16.74%
15.69%

Color #D7A6B3 in popluar number systems.

HEXD7A6B3
Decimal215166179
Binary110101111010011010110011
Octal327246263

Shades and tints

Shades of #D7A6B3

#D7A6B3
(215,166,179)
#C497A3
(196,151,163)
#B18893
(177,136,147)
#9E7983
(158,121,131)
#8B6A73
(139,106,115)
#785B63
(120,91,99)
#654C53
(101,76,83)
#523D43
(82,61,67)
#3F2E33
(63,46,51)
#2C1F23
(44,31,35)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #D7A6B3

#D7A6B3
(215,166,179)
#DAAEB9
(218,174,185)
#DDB6BF
(221,182,191)
#E0BEC5
(224,190,197)
#E3C6CB
(227,198,203)
#E6CED1
(230,206,209)
#E9D6D7
(233,214,215)
#ECDEDD
(236,222,221)
#EFE6E3
(239,230,227)
#F2EEE9
(242,238,233)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A6B3; }

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

This text font color is #D7A6B3.


Background Color

.myBgColor { background-color: #D7A6B3; }

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

This div background color is #D7A6B3.


Border color

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

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

This div border color is #D7A6B3.


Opacity

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

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

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

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

This text has shadow with #D7A6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A6B3 on black background.


Color preview on white background

This text has color #D7A6B3 on white background.



Black color preview on #D7A6B3 background

This text has black color on #D7A6B3 background.


White color preview on #D7A6B3 background

This text has white color on #D7A6B3 background.