COLOR #D2ABC9

HEX: #D2ABC9 RGB: (210,171,201)

Color info

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

RGB color model

#D2ABC9 color RGB value is (210,171,201).

RGB: (210,171,201) (82%, 67%, 79%)

RGB channels and saturation

R 210 of 255 = 82%
G 171 of 255 = 67%
B 201 of 255 = 79%

210
171
201

R + G + B ~ 76%. #D2ABC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 171 + 201 = 582 (100%)
R 210 of 582 ~ 36.08%
G 171 of 582 ~ 29.38%
B 201 of 582 ~ 34.54'%

%36.08
%29.38
%34.54

CMYK color model

#D2ABC9 color CMYK value is (0,19,4,18).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 4.29%
  • key color value is 17.65%

CMYK: (0,19,4,18)
C0M19Y4K18 (0%, 19%, 4%, 18%)
(0.00 / 0.19 / 0.04 / 0.18)

CMYK percentages

%0
%18.57
%4.29
%17.65

Codes

Color #D2ABC9 in popluar color models

D2 AB C9
RGB 210 171 201
HSL 314° 30.23% 74.71%
HSB/HSV 314° 18.57% 82.35%
CMYK 0.00% 18.57% 4.29%
17.65%

Color #D2ABC9 in popluar number systems.

HEX D2 AB C9
Decimal 210 171 201
Binary 11010010 10101011 11001001
Octal 322 253 311

Shades and tints

Shades of #D2ABC9

#D2ABC9
(210,171,201)
#BF9CB7
(191,156,183)
#AC8DA5
(172,141,165)
#997E93
(153,126,147)
#866F81
(134,111,129)
#73606F
(115,96,111)
#60515D
(96,81,93)
#4D424B
(77,66,75)
#3A3339
(58,51,57)
#272427
(39,36,39)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2ABC9

#D2ABC9
(210,171,201)
#D6B2CD
(214,178,205)
#DAB9D1
(218,185,209)
#DEC0D5
(222,192,213)
#E2C7D9
(226,199,217)
#E6CEDD
(230,206,221)
#EAD5E1
(234,213,225)
#EEDCE5
(238,220,229)
#F2E3E9
(242,227,233)
#F6EAED
(246,234,237)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ABC9 color. Also use rgb(210,171,201) instead hex code.

Text Font Color

.myTextColor { color: #D2ABC9; }

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

This text font color is #D2ABC9.

Background Color

.myBgColor { background-color: #D2ABC9; }

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

This div background color is #D2ABC9.

Border color

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

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

This div border color is #D2ABC9.

Opacity

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

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

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

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

This text has shadow with #D2ABC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ABC9.

Preview

Color preview on black background

This text has color #D2ABC9 on black background.


Color preview on white background

This text has color #D2ABC9 on white background.


Black color preview on #D2ABC9 background

This text has black color on #D2ABC9 background.


White color preview on #D2ABC9 background

This text has white color on #D2ABC9 background.


Related colors

Complementary color

Complementary color for #hex is #2D5436.


I love getcolorcode.com

Triadic colors

1 #C9D2AB and #ABC9D2 with #D2ABC9 are triadic colors.

2 #C9ABD2 and #ABD2C9 with #D2ABC9 are triadic colors.