COLOR #D1A8CD

HEX: #D1A8CD
RGB: (209,168,205)

Color info

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

RGB color model

#D1A8CD color RGB value is (209,168,205).

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

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 205 of 255 = 80%

209
168
205

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

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 205 = 582 (100%)
R 209 of 582 ~ 35.91%
G 168 of 582 ~ 28.87%
B 205 of 582 ~ 35.22%

%35.91
%28.87
%35.22

CMYK color model

#D1A8CD color CMYK value is (0,20,2,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(0,20,2,18)
C0M20Y2K18 
(0%,20%,2%,18%)
(0.00/0.20/0.02/0.18)	

CMYK percentages

%0
%19.62
%1.91
%18.04

Codes

Color #D1A8CD in popluar color models

D1A8CD
RGB209168205
HSL306°30.83%73.92%
HSB/HSV306°19.62%81.96%
CMYK0.00%19.62%1.91%
18.04%

Color #D1A8CD in popluar number systems.

HEXD1A8CD
Decimal209168205
Binary110100011010100011001101
Octal321250315

Shades and tints

Shades of #D1A8CD

#D1A8CD
(209,168,205)
#BE99BB
(190,153,187)
#AB8AA9
(171,138,169)
#987B97
(152,123,151)
#856C85
(133,108,133)
#725D73
(114,93,115)
#5F4E61
(95,78,97)
#4C3F4F
(76,63,79)
#39303D
(57,48,61)
#26212B
(38,33,43)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D1A8CD

#D1A8CD
(209,168,205)
#D5AFD1
(213,175,209)
#D9B6D5
(217,182,213)
#DDBDD9
(221,189,217)
#E1C4DD
(225,196,221)
#E5CBE1
(229,203,225)
#E9D2E5
(233,210,229)
#EDD9E9
(237,217,233)
#F1E0ED
(241,224,237)
#F5E7F1
(245,231,241)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A8CD; }

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

This text font color is #D1A8CD.


Background Color

.myBgColor { background-color: #D1A8CD; }

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

This div background color is #D1A8CD.


Border color

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

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

This div border color is #D1A8CD.


Opacity

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

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

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

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

This text has shadow with #D1A8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A8CD on black background.


Color preview on white background

This text has color #D1A8CD on white background.



Black color preview on #D1A8CD background

This text has black color on #D1A8CD background.


White color preview on #D1A8CD background

This text has white color on #D1A8CD background.