COLOR #D1A8D0

HEX: #D1A8D0
RGB: (209,168,208)

Color info

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

RGB color model

#D1A8D0 color RGB value is (209,168,208).

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

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 208 of 255 = 82%

209
168
208

R + G + B ~ 77%. #D1A8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 208 = 585 (100%)
R 209 of 585 ~ 35.73%
G 168 of 585 ~ 28.72%
B 208 of 585 ~ 35.56%

%35.73
%28.72
%35.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 0.48%
  • key color value is 18.04%
CMYK:
(0,20,0,18)
C0M20Y0K18 
(0%,20%,0%,18%)
(0.00/0.20/0.00/0.18)	

CMYK percentages

%0
%19.62
%0.48
%18.04

Codes

Color #D1A8D0 in popluar color models

D1A8D0
RGB209168208
HSL301°30.83%73.92%
HSB/HSV301°19.62%81.96%
CMYK0.00%19.62%0.48%
18.04%

Color #D1A8D0 in popluar number systems.

HEXD1A8D0
Decimal209168208
Binary110100011010100011010000
Octal321250320

Shades and tints

Shades of #D1A8D0

#D1A8D0
(209,168,208)
#BE99BE
(190,153,190)
#AB8AAC
(171,138,172)
#987B9A
(152,123,154)
#856C88
(133,108,136)
#725D76
(114,93,118)
#5F4E64
(95,78,100)
#4C3F52
(76,63,82)
#393040
(57,48,64)
#26212E
(38,33,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #D1A8D0

#D1A8D0
(209,168,208)
#D5AFD4
(213,175,212)
#D9B6D8
(217,182,216)
#DDBDDC
(221,189,220)
#E1C4E0
(225,196,224)
#E5CBE4
(229,203,228)
#E9D2E8
(233,210,232)
#EDD9EC
(237,217,236)
#F1E0F0
(241,224,240)
#F5E7F4
(245,231,244)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A8D0; }

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

This text font color is #D1A8D0.


Background Color

.myBgColor { background-color: #D1A8D0; }

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

This div background color is #D1A8D0.


Border color

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

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

This div border color is #D1A8D0.


Opacity

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

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

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

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

This text has shadow with #D1A8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A8D0 on black background.


Color preview on white background

This text has color #D1A8D0 on white background.



Black color preview on #D1A8D0 background

This text has black color on #D1A8D0 background.


White color preview on #D1A8D0 background

This text has white color on #D1A8D0 background.