COLOR #D7AACD

HEX: #D7AACD
RGB: (215,170,205)

Color info

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

RGB color model

#D7AACD color RGB value is (215,170,205).

  • red value is 215;
  • green value is 170;
  • blue value is 205.
RGB:
(215,170,205)
(84%,67%,80%)

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 205 of 255 = 80%

215
170
205

R + G + B ~ 77%. #D7AACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 205 = 590 (100%)
R 215 of 590 ~ 36.44%
G 170 of 590 ~ 28.81%
B 205 of 590 ~ 34.75%

%36.44
%28.81
%34.75

CMYK color model

#D7AACD color CMYK value is (0,21,5,16).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(0,21,5,16)
C0M21Y5K16 
(0%,21%,5%,16%)
(0.00/0.21/0.05/0.16)	

CMYK percentages

%0
%20.93
%4.65
%15.69

Codes

Color #D7AACD in popluar color models

D7AACD
RGB215170205
HSL313°36.00%75.49%
HSB/HSV313°20.93%84.31%
CMYK0.00%20.93%4.65%
15.69%

Color #D7AACD in popluar number systems.

HEXD7AACD
Decimal215170205
Binary110101111010101011001101
Octal327252315

Shades and tints

Shades of #D7AACD

#D7AACD
(215,170,205)
#C49BBB
(196,155,187)
#B18CA9
(177,140,169)
#9E7D97
(158,125,151)
#8B6E85
(139,110,133)
#785F73
(120,95,115)
#655061
(101,80,97)
#52414F
(82,65,79)
#3F323D
(63,50,61)
#2C232B
(44,35,43)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7AACD

#D7AACD
(215,170,205)
#DAB1D1
(218,177,209)
#DDB8D5
(221,184,213)
#E0BFD9
(224,191,217)
#E3C6DD
(227,198,221)
#E6CDE1
(230,205,225)
#E9D4E5
(233,212,229)
#ECDBE9
(236,219,233)
#EFE2ED
(239,226,237)
#F2E9F1
(242,233,241)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AACD color. Also use rgb(215,170,205) instead hex code.

Text Font Color

.myTextColor { color: #D7AACD; }

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

This text font color is #D7AACD.


Background Color

.myBgColor { background-color: #D7AACD; }

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

This div background color is #D7AACD.


Border color

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

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

This div border color is #D7AACD.


Opacity

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

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

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

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

This text has shadow with #D7AACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AACD on black background.


Color preview on white background

This text has color #D7AACD on white background.



Black color preview on #D7AACD background

This text has black color on #D7AACD background.


White color preview on #D7AACD background

This text has white color on #D7AACD background.