COLOR #D7A5D6

HEX: #D7A5D6
RGB: (215,165,214)

Color info

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

RGB color model

#D7A5D6 color RGB value is (215,165,214).

  • red value is 215;
  • green value is 165;
  • blue value is 214.
RGB:
(215,165,214)
(84%,65%,84%)

RGB channels and saturation

R 215 of 255 = 84%
G 165 of 255 = 65%
B 214 of 255 = 84%

215
165
214

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

Portions of RGB colors in percentages

R + G + B =
215 + 165 + 214 = 594 (100%)
R 215 of 594 ~ 36.2%
G 165 of 594 ~ 27.78%
B 214 of 594 ~ 36.03%

%36.2
%27.78
%36.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(0,23,0,16)
C0M23Y0K16 
(0%,23%,0%,16%)
(0.00/0.23/0.00/0.16)	

CMYK percentages

%0
%23.26
%0.47
%15.69

Codes

Color #D7A5D6 in popluar color models

D7A5D6
RGB215165214
HSL301°38.46%74.51%
HSB/HSV301°23.26%84.31%
CMYK0.00%23.26%0.47%
15.69%

Color #D7A5D6 in popluar number systems.

HEXD7A5D6
Decimal215165214
Binary110101111010010111010110
Octal327245326

Shades and tints

Shades of #D7A5D6

#D7A5D6
(215,165,214)
#C496C3
(196,150,195)
#B187B0
(177,135,176)
#9E789D
(158,120,157)
#8B698A
(139,105,138)
#785A77
(120,90,119)
#654B64
(101,75,100)
#523C51
(82,60,81)
#3F2D3E
(63,45,62)
#2C1E2B
(44,30,43)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #D7A5D6

#D7A5D6
(215,165,214)
#DAADD9
(218,173,217)
#DDB5DC
(221,181,220)
#E0BDDF
(224,189,223)
#E3C5E2
(227,197,226)
#E6CDE5
(230,205,229)
#E9D5E8
(233,213,232)
#ECDDEB
(236,221,235)
#EFE5EE
(239,229,238)
#F2EDF1
(242,237,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A5D6 color. Also use rgb(215,165,214) instead hex code.

Text Font Color

.myTextColor { color: #D7A5D6; }

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

This text font color is #D7A5D6.


Background Color

.myBgColor { background-color: #D7A5D6; }

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

This div background color is #D7A5D6.


Border color

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

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

This div border color is #D7A5D6.


Opacity

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

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

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

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

This text has shadow with #D7A5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A5D6 on black background.


Color preview on white background

This text has color #D7A5D6 on white background.



Black color preview on #D7A5D6 background

This text has black color on #D7A5D6 background.


White color preview on #D7A5D6 background

This text has white color on #D7A5D6 background.