COLOR #D7A0CD

HEX: #D7A0CD
RGB: (215,160,205)

Color info

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

RGB color model

#D7A0CD color RGB value is (215,160,205).

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

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 205 of 255 = 80%

215
160
205

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

Portions of RGB colors in percentages

R + G + B =
215 + 160 + 205 = 580 (100%)
R 215 of 580 ~ 37.07%
G 160 of 580 ~ 27.59%
B 205 of 580 ~ 35.34%

%37.07
%27.59
%35.34

CMYK color model

#D7A0CD color CMYK value is (0,26,5,16).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(0,26,5,16)
C0M26Y5K16 
(0%,26%,5%,16%)
(0.00/0.26/0.05/0.16)	

CMYK percentages

%0
%25.58
%4.65
%15.69

Codes

Color #D7A0CD in popluar color models

D7A0CD
RGB215160205
HSL311°40.74%73.53%
HSB/HSV311°25.58%84.31%
CMYK0.00%25.58%4.65%
15.69%

Color #D7A0CD in popluar number systems.

HEXD7A0CD
Decimal215160205
Binary110101111010000011001101
Octal327240315

Shades and tints

Shades of #D7A0CD

#D7A0CD
(215,160,205)
#C492BB
(196,146,187)
#B184A9
(177,132,169)
#9E7697
(158,118,151)
#8B6885
(139,104,133)
#785A73
(120,90,115)
#654C61
(101,76,97)
#523E4F
(82,62,79)
#3F303D
(63,48,61)
#2C222B
(44,34,43)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7A0CD

#D7A0CD
(215,160,205)
#DAA8D1
(218,168,209)
#DDB0D5
(221,176,213)
#E0B8D9
(224,184,217)
#E3C0DD
(227,192,221)
#E6C8E1
(230,200,225)
#E9D0E5
(233,208,229)
#ECD8E9
(236,216,233)
#EFE0ED
(239,224,237)
#F2E8F1
(242,232,241)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A0CD; }

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

This text font color is #D7A0CD.


Background Color

.myBgColor { background-color: #D7A0CD; }

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

This div background color is #D7A0CD.


Border color

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

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

This div border color is #D7A0CD.


Opacity

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

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

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

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

This text has shadow with #D7A0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A0CD on black background.


Color preview on white background

This text has color #D7A0CD on white background.



Black color preview on #D7A0CD background

This text has black color on #D7A0CD background.


White color preview on #D7A0CD background

This text has white color on #D7A0CD background.