COLOR #D2A3BD

HEX: #D2A3BD RGB: (210,163,189)

Color info

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

RGB color model

#D2A3BD color RGB value is (210,163,189).

RGB: (210,163,189) (82%, 64%, 74%)

RGB channels and saturation

R 210 of 255 = 82%
G 163 of 255 = 64%
B 189 of 255 = 74%

210
163
189

R + G + B ~ 73%. #D2A3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 163 + 189 = 562 (100%)
R 210 of 562 ~ 37.37%
G 163 of 562 ~ 29%
B 189 of 562 ~ 33.63'%

%37.37
%29
%33.63

CMYK color model

#D2A3BD color CMYK value is (0,22,10,18).

  • cyan value is 0.00%
  • magenta value is 22.38%
  • yellow value is 10.00%
  • key color value is 17.65%

CMYK: (0,22,10,18)
C0M22Y10K18 (0%, 22%, 10%, 18%)
(0.00 / 0.22 / 0.10 / 0.18)

CMYK percentages

%0
%22.38
%10
%17.65

Codes

Color #D2A3BD in popluar color models

D2 A3 BD
RGB 210 163 189
HSL 327° 34.31% 73.14%
HSB/HSV 327° 22.38% 82.35%
CMYK 0.00% 22.38% 10.00%
17.65%

Color #D2A3BD in popluar number systems.

HEX D2 A3 BD
Decimal 210 163 189
Binary 11010010 10100011 10111101
Octal 322 243 275

Shades and tints

Shades of #D2A3BD

#D2A3BD
(210,163,189)
#BF95AC
(191,149,172)
#AC879B
(172,135,155)
#99798A
(153,121,138)
#866B79
(134,107,121)
#735D68
(115,93,104)
#604F57
(96,79,87)
#4D4146
(77,65,70)
#3A3335
(58,51,53)
#272524
(39,37,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #D2A3BD

#D2A3BD
(210,163,189)
#D6ABC3
(214,171,195)
#DAB3C9
(218,179,201)
#DEBBCF
(222,187,207)
#E2C3D5
(226,195,213)
#E6CBDB
(230,203,219)
#EAD3E1
(234,211,225)
#EEDBE7
(238,219,231)
#F2E3ED
(242,227,237)
#F6EBF3
(246,235,243)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A3BD color. Also use rgb(210,163,189) instead hex code.

Text Font Color

.myTextColor { color: #D2A3BD; }

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

This text font color is #D2A3BD.

Background Color

.myBgColor { background-color: #D2A3BD; }

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

This div background color is #D2A3BD.

Border color

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

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

This div border color is #D2A3BD.

Opacity

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

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

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

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

This text has shadow with #D2A3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A3BD.

Preview

Color preview on black background

This text has color #D2A3BD on black background.


Color preview on white background

This text has color #D2A3BD on white background.


Black color preview on #D2A3BD background

This text has black color on #D2A3BD background.


White color preview on #D2A3BD background

This text has white color on #D2A3BD background.


Related colors

Complementary color

Complementary color for #hex is #2D5C42.


I love getcolorcode.com

Triadic colors

1 #BDD2A3 and #A3BDD2 with #D2A3BD are triadic colors.

2 #BDA3D2 and #A3D2BD with #D2A3BD are triadic colors.