COLOR #D2A0BD

HEX: #D2A0BD RGB: (210,160,189)

Color info

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

RGB color model

#D2A0BD color RGB value is (210,160,189).

RGB: (210,160,189) (82%, 63%, 74%)

RGB channels and saturation

R 210 of 255 = 82%
G 160 of 255 = 63%
B 189 of 255 = 74%

210
160
189

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

Portions of RGB colors in percentages

R + G + B = 210 + 160 + 189 = 559 (100%)
R 210 of 559 ~ 37.57%
G 160 of 559 ~ 28.62%
B 189 of 559 ~ 33.81'%

%37.57
%28.62
%33.81

CMYK color model

#D2A0BD color CMYK value is (0,24,10,18).

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

CMYK: (0,24,10,18)
C0M24Y10K18 (0%, 24%, 10%, 18%)
(0.00 / 0.24 / 0.10 / 0.18)

CMYK percentages

%0
%23.81
%10
%17.65

Codes

Color #D2A0BD in popluar color models

D2 A0 BD
RGB 210 160 189
HSL 325° 35.71% 72.55%
HSB/HSV 325° 23.81% 82.35%
CMYK 0.00% 23.81% 10.00%
17.65%

Color #D2A0BD in popluar number systems.

HEX D2 A0 BD
Decimal 210 160 189
Binary 11010010 10100000 10111101
Octal 322 240 275

Shades and tints

Shades of #D2A0BD

#D2A0BD
(210,160,189)
#BF92AC
(191,146,172)
#AC849B
(172,132,155)
#99768A
(153,118,138)
#866879
(134,104,121)
#735A68
(115,90,104)
#604C57
(96,76,87)
#4D3E46
(77,62,70)
#3A3035
(58,48,53)
#272224
(39,34,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #D2A0BD

#D2A0BD
(210,160,189)
#D6A8C3
(214,168,195)
#DAB0C9
(218,176,201)
#DEB8CF
(222,184,207)
#E2C0D5
(226,192,213)
#E6C8DB
(230,200,219)
#EAD0E1
(234,208,225)
#EED8E7
(238,216,231)
#F2E0ED
(242,224,237)
#F6E8F3
(246,232,243)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A0BD; }

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

This text font color is #D2A0BD.

Background Color

.myBgColor { background-color: #D2A0BD; }

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

This div background color is #D2A0BD.

Border color

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

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

This div border color is #D2A0BD.

Opacity

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

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

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

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

This text has shadow with #D2A0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A0BD.

Preview

Color preview on black background

This text has color #D2A0BD on black background.


Color preview on white background

This text has color #D2A0BD on white background.


Black color preview on #D2A0BD background

This text has black color on #D2A0BD background.


White color preview on #D2A0BD background

This text has white color on #D2A0BD background.


Related colors

Complementary color

Complementary color for #hex is #2D5F42.


I love getcolorcode.com

Triadic colors

1 #BDD2A0 and #A0BDD2 with #D2A0BD are triadic colors.

2 #BDA0D2 and #A0D2BD with #D2A0BD are triadic colors.