COLOR #D1A3C9

HEX: #D1A3C9
RGB: (209,163,201)

Color info

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

RGB color model

#D1A3C9 color RGB value is (209,163,201).

  • red value is 209;
  • green value is 163;
  • blue value is 201.
RGB:
(209,163,201)
(82%,64%,79%)

RGB channels and saturation

R 209 of 255 = 82%
G 163 of 255 = 64%
B 201 of 255 = 79%

209
163
201

R + G + B ~ 75%. #D1A3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 163 + 201 = 573 (100%)
R 209 of 573 ~ 36.47%
G 163 of 573 ~ 28.45%
B 201 of 573 ~ 35.08%

%36.47
%28.45
%35.08

CMYK color model

#D1A3C9 color CMYK value is (0,22,4,18).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 3.83%
  • key color value is 18.04%
CMYK:
(0,22,4,18)
C0M22Y4K18 
(0%,22%,4%,18%)
(0.00/0.22/0.04/0.18)	

CMYK percentages

%0
%22.01
%3.83
%18.04

Codes

Color #D1A3C9 in popluar color models

D1A3C9
RGB209163201
HSL310°33.33%72.94%
HSB/HSV310°22.01%81.96%
CMYK0.00%22.01%3.83%
18.04%

Color #D1A3C9 in popluar number systems.

HEXD1A3C9
Decimal209163201
Binary110100011010001111001001
Octal321243311

Shades and tints

Shades of #D1A3C9

#D1A3C9
(209,163,201)
#BE95B7
(190,149,183)
#AB87A5
(171,135,165)
#987993
(152,121,147)
#856B81
(133,107,129)
#725D6F
(114,93,111)
#5F4F5D
(95,79,93)
#4C414B
(76,65,75)
#393339
(57,51,57)
#262527
(38,37,39)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #D1A3C9

#D1A3C9
(209,163,201)
#D5ABCD
(213,171,205)
#D9B3D1
(217,179,209)
#DDBBD5
(221,187,213)
#E1C3D9
(225,195,217)
#E5CBDD
(229,203,221)
#E9D3E1
(233,211,225)
#EDDBE5
(237,219,229)
#F1E3E9
(241,227,233)
#F5EBED
(245,235,237)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A3C9 color. Also use rgb(209,163,201) instead hex code.

Text Font Color

.myTextColor { color: #D1A3C9; }

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

This text font color is #D1A3C9.


Background Color

.myBgColor { background-color: #D1A3C9; }

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

This div background color is #D1A3C9.


Border color

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

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

This div border color is #D1A3C9.


Opacity

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

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

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

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

This text has shadow with #D1A3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A3C9 on black background.


Color preview on white background

This text has color #D1A3C9 on white background.



Black color preview on #D1A3C9 background

This text has black color on #D1A3C9 background.


White color preview on #D1A3C9 background

This text has white color on #D1A3C9 background.