COLOR #D6A5D7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
165
215

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

Portions of RGB colors in percentages

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

%36.03
%27.78
%36.2

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • 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.47
%23.26
%0
%15.69

Codes

Color #D6A5D7 in popluar color models

D6A5D7
RGB214165215
HSL299°38.46%74.51%
HSB/HSV299°23.26%84.31%
CMYK0.47%23.26%0.00%
15.69%

Color #D6A5D7 in popluar number systems.

HEXD6A5D7
Decimal214165215
Binary110101101010010111010111
Octal326245327

Shades and tints

Shades of #D6A5D7

#D6A5D7
(214,165,215)
#C396C4
(195,150,196)
#B087B1
(176,135,177)
#9D789E
(157,120,158)
#8A698B
(138,105,139)
#775A78
(119,90,120)
#644B65
(100,75,101)
#513C52
(81,60,82)
#3E2D3F
(62,45,63)
#2B1E2C
(43,30,44)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #D6A5D7

#D6A5D7
(214,165,215)
#D9ADDA
(217,173,218)
#DCB5DD
(220,181,221)
#DFBDE0
(223,189,224)
#E2C5E3
(226,197,227)
#E5CDE6
(229,205,230)
#E8D5E9
(232,213,233)
#EBDDEC
(235,221,236)
#EEE5EF
(238,229,239)
#F1EDF2
(241,237,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A5D7; }

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

This text font color is #D6A5D7.


Background Color

.myBgColor { background-color: #D6A5D7; }

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

This div background color is #D6A5D7.


Border color

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

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

This div border color is #D6A5D7.


Opacity

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

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

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

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

This text has shadow with #D6A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A5D7 on black background.


Color preview on white background

This text has color #D6A5D7 on white background.



Black color preview on #D6A5D7 background

This text has black color on #D6A5D7 background.


White color preview on #D6A5D7 background

This text has white color on #D6A5D7 background.