COLOR #D1A4C5

HEX: #D1A4C5 RGB: (209,164,197)

Color info

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

RGB color model

#D1A4C5 color RGB value is (209,164,197).

RGB: (209,164,197) (82%, 64%, 77%)

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 197 of 255 = 77%

209
164
197

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

Portions of RGB colors in percentages

R + G + B = 209 + 164 + 197 = 570 (100%)
R 209 of 570 ~ 36.67%
G 164 of 570 ~ 28.77%
B 197 of 570 ~ 34.56'%

%36.67
%28.77
%34.56

CMYK color model

#D1A4C5 color CMYK value is (0,22,6,18).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 5.74%
  • key color value is 18.04%

CMYK: (0,22,6,18)
C0M22Y6K18 (0%, 22%, 6%, 18%)
(0.00 / 0.22 / 0.06 / 0.18)

CMYK percentages

%0
%21.53
%5.74
%18.04

Codes

Color #D1A4C5 in popluar color models

D1 A4 C5
RGB 209 164 197
HSL 316° 32.85% 73.14%
HSB/HSV 316° 21.53% 81.96%
CMYK 0.00% 21.53% 5.74%
18.04%

Color #D1A4C5 in popluar number systems.

HEX D1 A4 C5
Decimal 209 164 197
Binary 11010001 10100100 11000101
Octal 321 244 305

Shades and tints

Shades of #D1A4C5

#D1A4C5
(209,164,197)
#BE96B4
(190,150,180)
#AB88A3
(171,136,163)
#987A92
(152,122,146)
#856C81
(133,108,129)
#725E70
(114,94,112)
#5F505F
(95,80,95)
#4C424E
(76,66,78)
#39343D
(57,52,61)
#26262C
(38,38,44)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #D1A4C5

#D1A4C5
(209,164,197)
#D5ACCA
(213,172,202)
#D9B4CF
(217,180,207)
#DDBCD4
(221,188,212)
#E1C4D9
(225,196,217)
#E5CCDE
(229,204,222)
#E9D4E3
(233,212,227)
#EDDCE8
(237,220,232)
#F1E4ED
(241,228,237)
#F5ECF2
(245,236,242)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A4C5 color. Also use rgb(209,164,197) instead hex code.

Text Font Color

.myTextColor { color: #D1A4C5; }

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

This text font color is #D1A4C5.

Background Color

.myBgColor { background-color: #D1A4C5; }

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

This div background color is #D1A4C5.

Border color

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

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

This div border color is #D1A4C5.

Opacity

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

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

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

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

This text has shadow with #D1A4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A4C5.

Preview

Color preview on black background

This text has color #D1A4C5 on black background.


Color preview on white background

This text has color #D1A4C5 on white background.


Black color preview on #D1A4C5 background

This text has black color on #D1A4C5 background.


White color preview on #D1A4C5 background

This text has white color on #D1A4C5 background.


Related colors

Complementary color

Complementary color for #hex is #2E5B3A.


I love getcolorcode.com

Triadic colors

1 #C5D1A4 and #A4C5D1 with #D1A4C5 are triadic colors.

2 #C5A4D1 and #A4D1C5 with #D1A4C5 are triadic colors.