COLOR #D1A5CD

HEX: #D1A5CD
RGB: (209,165,205)

Color info

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

RGB color model

#D1A5CD color RGB value is (209,165,205).

  • red value is 209;
  • green value is 165;
  • blue value is 205.
RGB:
(209,165,205)
(82%,65%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 205 of 255 = 80%

209
165
205

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

Portions of RGB colors in percentages

R + G + B =
209 + 165 + 205 = 579 (100%)
R 209 of 579 ~ 36.1%
G 165 of 579 ~ 28.5%
B 205 of 579 ~ 35.41%

%36.1
%28.5
%35.41

CMYK color model

#D1A5CD color CMYK value is (0,21,2,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(0,21,2,18)
C0M21Y2K18 
(0%,21%,2%,18%)
(0.00/0.21/0.02/0.18)	

CMYK percentages

%0
%21.05
%1.91
%18.04

Codes

Color #D1A5CD in popluar color models

D1A5CD
RGB209165205
HSL305°32.35%73.33%
HSB/HSV305°21.05%81.96%
CMYK0.00%21.05%1.91%
18.04%

Color #D1A5CD in popluar number systems.

HEXD1A5CD
Decimal209165205
Binary110100011010010111001101
Octal321245315

Shades and tints

Shades of #D1A5CD

#D1A5CD
(209,165,205)
#BE96BB
(190,150,187)
#AB87A9
(171,135,169)
#987897
(152,120,151)
#856985
(133,105,133)
#725A73
(114,90,115)
#5F4B61
(95,75,97)
#4C3C4F
(76,60,79)
#392D3D
(57,45,61)
#261E2B
(38,30,43)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #D1A5CD

#D1A5CD
(209,165,205)
#D5ADD1
(213,173,209)
#D9B5D5
(217,181,213)
#DDBDD9
(221,189,217)
#E1C5DD
(225,197,221)
#E5CDE1
(229,205,225)
#E9D5E5
(233,213,229)
#EDDDE9
(237,221,233)
#F1E5ED
(241,229,237)
#F5EDF1
(245,237,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A5CD color. Also use rgb(209,165,205) instead hex code.

Text Font Color

.myTextColor { color: #D1A5CD; }

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

This text font color is #D1A5CD.


Background Color

.myBgColor { background-color: #D1A5CD; }

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

This div background color is #D1A5CD.


Border color

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

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

This div border color is #D1A5CD.


Opacity

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

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

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

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

This text has shadow with #D1A5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A5CD on black background.


Color preview on white background

This text has color #D1A5CD on white background.



Black color preview on #D1A5CD background

This text has black color on #D1A5CD background.


White color preview on #D1A5CD background

This text has white color on #D1A5CD background.