COLOR #D1A1C9

HEX: #D1A1C9
RGB: (209,161,201)

Color info

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

RGB color model

#D1A1C9 color RGB value is (209,161,201).

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

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 201 of 255 = 79%

209
161
201

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

Portions of RGB colors in percentages

R + G + B =
209 + 161 + 201 = 571 (100%)
R 209 of 571 ~ 36.6%
G 161 of 571 ~ 28.2%
B 201 of 571 ~ 35.2%

%36.6
%28.2
%35.2

CMYK color model

#D1A1C9 color CMYK value is (0,23,4,18).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 3.83%
  • key color value is 18.04%
CMYK:
(0,23,4,18)
C0M23Y4K18 
(0%,23%,4%,18%)
(0.00/0.23/0.04/0.18)	

CMYK percentages

%0
%22.97
%3.83
%18.04

Codes

Color #D1A1C9 in popluar color models

D1A1C9
RGB209161201
HSL310°34.29%72.55%
HSB/HSV310°22.97%81.96%
CMYK0.00%22.97%3.83%
18.04%

Color #D1A1C9 in popluar number systems.

HEXD1A1C9
Decimal209161201
Binary110100011010000111001001
Octal321241311

Shades and tints

Shades of #D1A1C9

#D1A1C9
(209,161,201)
#BE93B7
(190,147,183)
#AB85A5
(171,133,165)
#987793
(152,119,147)
#856981
(133,105,129)
#725B6F
(114,91,111)
#5F4D5D
(95,77,93)
#4C3F4B
(76,63,75)
#393139
(57,49,57)
#262327
(38,35,39)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1A1C9

#D1A1C9
(209,161,201)
#D5A9CD
(213,169,205)
#D9B1D1
(217,177,209)
#DDB9D5
(221,185,213)
#E1C1D9
(225,193,217)
#E5C9DD
(229,201,221)
#E9D1E1
(233,209,225)
#EDD9E5
(237,217,229)
#F1E1E9
(241,225,233)
#F5E9ED
(245,233,237)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A1C9; }

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

This text font color is #D1A1C9.


Background Color

.myBgColor { background-color: #D1A1C9; }

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

This div background color is #D1A1C9.


Border color

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

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

This div border color is #D1A1C9.


Opacity

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

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

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

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

This text has shadow with #D1A1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A1C9 on black background.


Color preview on white background

This text has color #D1A1C9 on white background.



Black color preview on #D1A1C9 background

This text has black color on #D1A1C9 background.


White color preview on #D1A1C9 background

This text has white color on #D1A1C9 background.