COLOR #D1A7DC

HEX: #D1A7DC RGB: (209,167,220)

Color info

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

RGB color model

#D1A7DC color RGB value is (209,167,220).

RGB: (209,167,220) (82%, 65%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 167 of 255 = 65%
B 220 of 255 = 86%

209
167
220

R + G + B ~ 78%. #D1A7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 167 + 220 = 596 (100%)
R 209 of 596 ~ 35.07%
G 167 of 596 ~ 28.02%
B 220 of 596 ~ 36.91'%

%35.07
%28.02
%36.91

CMYK color model

#D1A7DC color CMYK value is (5,24,0,14).

  • cyan value is 5.00%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,24,0,14)
C5M24Y0K14 (5%, 24%, 0%, 14%)
(0.05 / 0.24 / 0.00 / 0.14)

CMYK percentages

%5
%24.09
%0
%13.73

Codes

Color #D1A7DC in popluar color models

D1 A7 DC
RGB 209 167 220
HSL 288° 43.09% 75.88%
HSB/HSV 288° 24.09% 86.27%
CMYK 5.00% 24.09% 0.00%
13.73%

Color #D1A7DC in popluar number systems.

HEX D1 A7 DC
Decimal 209 167 220
Binary 11010001 10100111 11011100
Octal 321 247 334

Shades and tints

Shades of #D1A7DC

#D1A7DC
(209,167,220)
#BE98C8
(190,152,200)
#AB89B4
(171,137,180)
#987AA0
(152,122,160)
#856B8C
(133,107,140)
#725C78
(114,92,120)
#5F4D64
(95,77,100)
#4C3E50
(76,62,80)
#392F3C
(57,47,60)
#262028
(38,32,40)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #D1A7DC

#D1A7DC
(209,167,220)
#D5AFDF
(213,175,223)
#D9B7E2
(217,183,226)
#DDBFE5
(221,191,229)
#E1C7E8
(225,199,232)
#E5CFEB
(229,207,235)
#E9D7EE
(233,215,238)
#EDDFF1
(237,223,241)
#F1E7F4
(241,231,244)
#F5EFF7
(245,239,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A7DC color. Also use rgb(209,167,220) instead hex code.

Text Font Color

.myTextColor { color: #D1A7DC; }

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

This text font color is #D1A7DC.

Background Color

.myBgColor { background-color: #D1A7DC; }

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

This div background color is #D1A7DC.

Border color

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

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

This div border color is #D1A7DC.

Opacity

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

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

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

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

This text has shadow with #D1A7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A7DC.

Preview

Color preview on black background

This text has color #D1A7DC on black background.


Color preview on white background

This text has color #D1A7DC on white background.


Black color preview on #D1A7DC background

This text has black color on #D1A7DC background.


White color preview on #D1A7DC background

This text has white color on #D1A7DC background.


Related colors

Complementary color

Complementary color for #hex is #2E5823.


I love getcolorcode.com

Triadic colors

1 #DCD1A7 and #A7DCD1 with #D1A7DC are triadic colors.

2 #DCA7D1 and #A7D1DC with #D1A7DC are triadic colors.