COLOR #D7ACD5

HEX: #D7ACD5
RGB: (215,172,213)

Color info

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

RGB color model

#D7ACD5 color RGB value is (215,172,213).

  • red value is 215;
  • green value is 172;
  • blue value is 213.
RGB:
(215,172,213)
(84%,67%,84%)

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 213 of 255 = 84%

215
172
213

R + G + B ~ 78%. #D7ACD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 213 = 600 (100%)
R 215 of 600 ~ 35.83%
G 172 of 600 ~ 28.67%
B 213 of 600 ~ 35.5%

%35.83
%28.67
%35.5

CMYK color model

#D7ACD5 color CMYK value is (0,20,1,16).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(0,20,1,16)
C0M20Y1K16 
(0%,20%,1%,16%)
(0.00/0.20/0.01/0.16)	

CMYK percentages

%0
%20
%0.93
%15.69

Codes

Color #D7ACD5 in popluar color models

D7ACD5
RGB215172213
HSL303°34.96%75.88%
HSB/HSV303°20.00%84.31%
CMYK0.00%20.00%0.93%
15.69%

Color #D7ACD5 in popluar number systems.

HEXD7ACD5
Decimal215172213
Binary110101111010110011010101
Octal327254325

Shades and tints

Shades of #D7ACD5

#D7ACD5
(215,172,213)
#C49DC2
(196,157,194)
#B18EAF
(177,142,175)
#9E7F9C
(158,127,156)
#8B7089
(139,112,137)
#786176
(120,97,118)
#655263
(101,82,99)
#524350
(82,67,80)
#3F343D
(63,52,61)
#2C252A
(44,37,42)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #D7ACD5

#D7ACD5
(215,172,213)
#DAB3D8
(218,179,216)
#DDBADB
(221,186,219)
#E0C1DE
(224,193,222)
#E3C8E1
(227,200,225)
#E6CFE4
(230,207,228)
#E9D6E7
(233,214,231)
#ECDDEA
(236,221,234)
#EFE4ED
(239,228,237)
#F2EBF0
(242,235,240)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACD5; }

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

This text font color is #D7ACD5.


Background Color

.myBgColor { background-color: #D7ACD5; }

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

This div background color is #D7ACD5.


Border color

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

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

This div border color is #D7ACD5.


Opacity

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

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

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

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

This text has shadow with #D7ACD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACD5 on black background.


Color preview on white background

This text has color #D7ACD5 on white background.



Black color preview on #D7ACD5 background

This text has black color on #D7ACD5 background.


White color preview on #D7ACD5 background

This text has white color on #D7ACD5 background.