COLOR #D7ACC7

HEX: #D7ACC7 RGB: (215,172,199)

Color info

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

RGB color model

#D7ACC7 color RGB value is (215,172,199).

RGB: (215,172,199) (84%, 67%, 78%)

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 199 of 255 = 78%

215
172
199

R + G + B ~ 76%. #D7ACC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 172 + 199 = 586 (100%)
R 215 of 586 ~ 36.69%
G 172 of 586 ~ 29.35%
B 199 of 586 ~ 33.96'%

%36.69
%29.35
%33.96

CMYK color model

#D7ACC7 color CMYK value is (0,20,7,16).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.44%
  • key color value is 15.69%
CMYK: (0,20,7,16) C0M20Y7K16 (0%,20%,7%,16%) (0.00/0.20/0.07/0.16) 

CMYK percentages

%0
%20
%7.44
%15.69

Codes

Color #D7ACC7 in popluar color models

D7 AC C7
RGB 215 172 199
HSL 322° 34.96% 75.88%
HSB/HSV 322° 20.00% 84.31%
CMYK 0.00% 20.00% 7.44%
15.69%

Color #D7ACC7 in popluar number systems.

HEX D7 AC C7
Decimal 215 172 199
Binary 11010111 10101100 11000111
Octal 327 254 307

Shades and tints

Shades of #D7ACC7

#D7ACC7
(215,172,199)
#C49DB5
(196,157,181)
#B18EA3
(177,142,163)
#9E7F91
(158,127,145)
#8B707F
(139,112,127)
#78616D
(120,97,109)
#65525B
(101,82,91)
#524349
(82,67,73)
#3F3437
(63,52,55)
#2C2525
(44,37,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #D7ACC7

#D7ACC7
(215,172,199)
#DAB3CC
(218,179,204)
#DDBAD1
(221,186,209)
#E0C1D6
(224,193,214)
#E3C8DB
(227,200,219)
#E6CFE0
(230,207,224)
#E9D6E5
(233,214,229)
#ECDDEA
(236,221,234)
#EFE4EF
(239,228,239)
#F2EBF4
(242,235,244)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ACC7 color. Also use rgb(215,172,199) instead hex code.

Text Font Color

.myTextColor { color: #D7ACC7; }

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

This text font color is #D7ACC7.

Background Color

.myBgColor { background-color: #D7ACC7; }

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

This div background color is #D7ACC7.

Border color

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

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

This div border color is #D7ACC7.

Opacity

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

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

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

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

This text has shadow with #D7ACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ACC7.

Preview

Color preview on black background

This text has color #D7ACC7 on black background.


Color preview on white background

This text has color #D7ACC7 on white background.


Black color preview on #D7ACC7 background

This text has black color on #D7ACC7 background.


White color preview on #D7ACC7 background

This text has white color on #D7ACC7 background.


Related colors

Complementary color

Complementary color for #hex is #285338.


I love getcolorcode.com

Triadic colors

1 #C7D7AC and #ACC7D7 with #D7ACC7 are triadic colors.

2 #C7ACD7 and #ACD7C7 with #D7ACC7 are triadic colors.