COLOR #D7A9DA

HEX: #D7A9DA RGB: (215,169,218)

Color info

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

RGB color model

#D7A9DA color RGB value is (215,169,218).

RGB: (215,169,218) (84%, 66%, 85%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 218 of 255 = 85%

215
169
218

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

Portions of RGB colors in percentages

R + G + B = 215 + 169 + 218 = 602 (100%)
R 215 of 602 ~ 35.71%
G 169 of 602 ~ 28.07%
B 218 of 602 ~ 36.21'%

%35.71
%28.07
%36.21

CMYK color model

#D7A9DA color CMYK value is (1,22,0,15).

  • cyan value is 1.38%
  • magenta value is 22.48%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (1,22,0,15)
C1M22Y0K15 (1%, 22%, 0%, 15%)
(0.01 / 0.22 / 0.00 / 0.15)

CMYK percentages

%1.38
%22.48
%0
%14.51

Codes

Color #D7A9DA in popluar color models

D7 A9 DA
RGB 215 169 218
HSL 296° 39.84% 75.88%
HSB/HSV 296° 22.48% 85.49%
CMYK 1.38% 22.48% 0.00%
14.51%

Color #D7A9DA in popluar number systems.

HEX D7 A9 DA
Decimal 215 169 218
Binary 11010111 10101001 11011010
Octal 327 251 332

Shades and tints

Shades of #D7A9DA

#D7A9DA
(215,169,218)
#C49AC7
(196,154,199)
#B18BB4
(177,139,180)
#9E7CA1
(158,124,161)
#8B6D8E
(139,109,142)
#785E7B
(120,94,123)
#654F68
(101,79,104)
#524055
(82,64,85)
#3F3142
(63,49,66)
#2C222F
(44,34,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #D7A9DA

#D7A9DA
(215,169,218)
#DAB0DD
(218,176,221)
#DDB7E0
(221,183,224)
#E0BEE3
(224,190,227)
#E3C5E6
(227,197,230)
#E6CCE9
(230,204,233)
#E9D3EC
(233,211,236)
#ECDAEF
(236,218,239)
#EFE1F2
(239,225,242)
#F2E8F5
(242,232,245)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A9DA color. Also use rgb(215,169,218) instead hex code.

Text Font Color

.myTextColor { color: #D7A9DA; }

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

This text font color is #D7A9DA.

Background Color

.myBgColor { background-color: #D7A9DA; }

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

This div background color is #D7A9DA.

Border color

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

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

This div border color is #D7A9DA.

Opacity

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

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

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

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

This text has shadow with #D7A9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A9DA.

Preview

Color preview on black background

This text has color #D7A9DA on black background.


Color preview on white background

This text has color #D7A9DA on white background.


Black color preview on #D7A9DA background

This text has black color on #D7A9DA background.


White color preview on #D7A9DA background

This text has white color on #D7A9DA background.


Related colors

Complementary color

Complementary color for #hex is #285625.


I love getcolorcode.com

Triadic colors

1 #DAD7A9 and #A9DAD7 with #D7A9DA are triadic colors.

2 #DAA9D7 and #A9D7DA with #D7A9DA are triadic colors.