COLOR #D2A4B1

HEX: #D2A4B1 RGB: (210,164,177)

Color info

#D2A4B1 contains red, green and blue colors in about the same proportion. Web safe color of #D2A4B1 is #CC9999 (or #C99).

RGB color model

#D2A4B1 color RGB value is (210,164,177).

RGB: (210,164,177) (82%, 64%, 69%)

RGB channels and saturation

R 210 of 255 = 82%
G 164 of 255 = 64%
B 177 of 255 = 69%

210
164
177

R + G + B ~ 72%. #D2A4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 164 + 177 = 551 (100%)
R 210 of 551 ~ 38.11%
G 164 of 551 ~ 29.76%
B 177 of 551 ~ 32.12'%

%38.11
%29.76
%32.12

CMYK color model

#D2A4B1 color CMYK value is (0,22,16,18).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 15.71%
  • key color value is 17.65%

CMYK: (0,22,16,18)
C0M22Y16K18 (0%, 22%, 16%, 18%)
(0.00 / 0.22 / 0.16 / 0.18)

CMYK percentages

%0
%21.9
%15.71
%17.65

Codes

Color #D2A4B1 in popluar color models

D2 A4 B1
RGB 210 164 177
HSL 343° 33.82% 73.33%
HSB/HSV 343° 21.90% 82.35%
CMYK 0.00% 21.90% 15.71%
17.65%

Color #D2A4B1 in popluar number systems.

HEX D2 A4 B1
Decimal 210 164 177
Binary 11010010 10100100 10110001
Octal 322 244 261

Shades and tints

Shades of #D2A4B1

#D2A4B1
(210,164,177)
#BF96A1
(191,150,161)
#AC8891
(172,136,145)
#997A81
(153,122,129)
#866C71
(134,108,113)
#735E61
(115,94,97)
#605051
(96,80,81)
#4D4241
(77,66,65)
#3A3431
(58,52,49)
#272621
(39,38,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #D2A4B1

#D2A4B1
(210,164,177)
#D6ACB8
(214,172,184)
#DAB4BF
(218,180,191)
#DEBCC6
(222,188,198)
#E2C4CD
(226,196,205)
#E6CCD4
(230,204,212)
#EAD4DB
(234,212,219)
#EEDCE2
(238,220,226)
#F2E4E9
(242,228,233)
#F6ECF0
(246,236,240)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A4B1 color. Also use rgb(210,164,177) instead hex code.

Text Font Color

.myTextColor { color: #D2A4B1; }

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

This text font color is #D2A4B1.

Background Color

.myBgColor { background-color: #D2A4B1; }

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

This div background color is #D2A4B1.

Border color

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

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

This div border color is #D2A4B1.

Opacity

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

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

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

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

This text has shadow with #D2A4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A4B1.

Preview

Color preview on black background

This text has color #D2A4B1 on black background.


Color preview on white background

This text has color #D2A4B1 on white background.


Black color preview on #D2A4B1 background

This text has black color on #D2A4B1 background.


White color preview on #D2A4B1 background

This text has white color on #D2A4B1 background.


Related colors

Complementary color

Complementary color for #hex is #2D5B4E.


I love getcolorcode.com

Triadic colors

1 #B1D2A4 and #A4B1D2 with #D2A4B1 are triadic colors.

2 #B1A4D2 and #A4D2B1 with #D2A4B1 are triadic colors.