COLOR #D1A3C3

HEX: #D1A3C3
RGB: (209,163,195)

Color info

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

RGB color model

#D1A3C3 color RGB value is (209,163,195).

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

RGB channels and saturation

R 209 of 255 = 82%
G 163 of 255 = 64%
B 195 of 255 = 76%

209
163
195

R + G + B ~ 74%. #D1A3C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 163 + 195 = 567 (100%)
R 209 of 567 ~ 36.86%
G 163 of 567 ~ 28.75%
B 195 of 567 ~ 34.39%

%36.86
%28.75
%34.39

CMYK color model

#D1A3C3 color CMYK value is (0,22,7,18).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 6.70%
  • key color value is 18.04%
CMYK:
(0,22,7,18)
C0M22Y7K18 
(0%,22%,7%,18%)
(0.00/0.22/0.07/0.18)	

CMYK percentages

%0
%22.01
%6.7
%18.04

Codes

Color #D1A3C3 in popluar color models

D1A3C3
RGB209163195
HSL318°33.33%72.94%
HSB/HSV318°22.01%81.96%
CMYK0.00%22.01%6.70%
18.04%

Color #D1A3C3 in popluar number systems.

HEXD1A3C3
Decimal209163195
Binary110100011010001111000011
Octal321243303

Shades and tints

Shades of #D1A3C3

#D1A3C3
(209,163,195)
#BE95B2
(190,149,178)
#AB87A1
(171,135,161)
#987990
(152,121,144)
#856B7F
(133,107,127)
#725D6E
(114,93,110)
#5F4F5D
(95,79,93)
#4C414C
(76,65,76)
#39333B
(57,51,59)
#26252A
(38,37,42)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1A3C3

#D1A3C3
(209,163,195)
#D5ABC8
(213,171,200)
#D9B3CD
(217,179,205)
#DDBBD2
(221,187,210)
#E1C3D7
(225,195,215)
#E5CBDC
(229,203,220)
#E9D3E1
(233,211,225)
#EDDBE6
(237,219,230)
#F1E3EB
(241,227,235)
#F5EBF0
(245,235,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A3C3; }

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

This text font color is #D1A3C3.


Background Color

.myBgColor { background-color: #D1A3C3; }

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

This div background color is #D1A3C3.


Border color

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

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

This div border color is #D1A3C3.


Opacity

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

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

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

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

This text has shadow with #D1A3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A3C3 on black background.


Color preview on white background

This text has color #D1A3C3 on white background.



Black color preview on #D1A3C3 background

This text has black color on #D1A3C3 background.


White color preview on #D1A3C3 background

This text has white color on #D1A3C3 background.