COLOR #D1AADC

HEX: #D1AADC RGB: (209,170,220)

Color info

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

RGB color model

#D1AADC color RGB value is (209,170,220).

RGB: (209,170,220) (82%, 67%, 86%)

RGB channels and saturation

R 209 of 255 = 82%
G 170 of 255 = 67%
B 220 of 255 = 86%

209
170
220

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

Portions of RGB colors in percentages

R + G + B = 209 + 170 + 220 = 599 (100%)
R 209 of 599 ~ 34.89%
G 170 of 599 ~ 28.38%
B 220 of 599 ~ 36.73'%

%34.89
%28.38
%36.73

CMYK color model

#D1AADC color CMYK value is (5,23,0,14).

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

CMYK: (5,23,0,14)
C5M23Y0K14 (5%, 23%, 0%, 14%)
(0.05 / 0.23 / 0.00 / 0.14)

CMYK percentages

%5
%22.73
%0
%13.73

Codes

Color #D1AADC in popluar color models

D1 AA DC
RGB 209 170 220
HSL 287° 41.67% 76.47%
HSB/HSV 287° 22.73% 86.27%
CMYK 5.00% 22.73% 0.00%
13.73%

Color #D1AADC in popluar number systems.

HEX D1 AA DC
Decimal 209 170 220
Binary 11010001 10101010 11011100
Octal 321 252 334

Shades and tints

Shades of #D1AADC

#D1AADC
(209,170,220)
#BE9BC8
(190,155,200)
#AB8CB4
(171,140,180)
#987DA0
(152,125,160)
#856E8C
(133,110,140)
#725F78
(114,95,120)
#5F5064
(95,80,100)
#4C4150
(76,65,80)
#39323C
(57,50,60)
#262328
(38,35,40)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #D1AADC

#D1AADC
(209,170,220)
#D5B1DF
(213,177,223)
#D9B8E2
(217,184,226)
#DDBFE5
(221,191,229)
#E1C6E8
(225,198,232)
#E5CDEB
(229,205,235)
#E9D4EE
(233,212,238)
#EDDBF1
(237,219,241)
#F1E2F4
(241,226,244)
#F5E9F7
(245,233,247)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AADC; }

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

This text font color is #D1AADC.

Background Color

.myBgColor { background-color: #D1AADC; }

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

This div background color is #D1AADC.

Border color

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

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

This div border color is #D1AADC.

Opacity

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

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

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

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

This text has shadow with #D1AADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AADC.

Preview

Color preview on black background

This text has color #D1AADC on black background.


Color preview on white background

This text has color #D1AADC on white background.


Black color preview on #D1AADC background

This text has black color on #D1AADC background.


White color preview on #D1AADC background

This text has white color on #D1AADC background.


Related colors

Complementary color

Complementary color for #hex is #2E5523.


I love getcolorcode.com

Triadic colors

1 #DCD1AA and #AADCD1 with #D1AADC are triadic colors.

2 #DCAAD1 and #AAD1DC with #D1AADC are triadic colors.