COLOR #D2ABAF

HEX: #D2ABAF
RGB: (210,171,175)

Color info

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

RGB color model

#D2ABAF color RGB value is (210,171,175).

  • red value is 210;
  • green value is 171;
  • blue value is 175.
RGB:
(210,171,175)
(82%,67%,69%)

RGB channels and saturation

R 210 of 255 = 82%
G 171 of 255 = 67%
B 175 of 255 = 69%

210
171
175

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

Portions of RGB colors in percentages

R + G + B =
210 + 171 + 175 = 556 (100%)
R 210 of 556 ~ 37.77%
G 171 of 556 ~ 30.76%
B 175 of 556 ~ 31.47%

%37.77
%30.76
%31.47

CMYK color model

#D2ABAF color CMYK value is (0,19,17,18).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 16.67%
  • key color value is 17.65%
CMYK:
(0,19,17,18)
C0M19Y17K18 
(0%,19%,17%,18%)
(0.00/0.19/0.17/0.18)	

CMYK percentages

%0
%18.57
%16.67
%17.65

Codes

Color #D2ABAF in popluar color models

D2ABAF
RGB210171175
HSL354°30.23%74.71%
HSB/HSV354°18.57%82.35%
CMYK0.00%18.57%16.67%
17.65%

Color #D2ABAF in popluar number systems.

HEXD2ABAF
Decimal210171175
Binary110100101010101110101111
Octal322253257

Shades and tints

Shades of #D2ABAF

#D2ABAF
(210,171,175)
#BF9CA0
(191,156,160)
#AC8D91
(172,141,145)
#997E82
(153,126,130)
#866F73
(134,111,115)
#736064
(115,96,100)
#605155
(96,81,85)
#4D4246
(77,66,70)
#3A3337
(58,51,55)
#272428
(39,36,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #D2ABAF

#D2ABAF
(210,171,175)
#D6B2B6
(214,178,182)
#DAB9BD
(218,185,189)
#DEC0C4
(222,192,196)
#E2C7CB
(226,199,203)
#E6CED2
(230,206,210)
#EAD5D9
(234,213,217)
#EEDCE0
(238,220,224)
#F2E3E7
(242,227,231)
#F6EAEE
(246,234,238)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ABAF; }

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

This text font color is #D2ABAF.


Background Color

.myBgColor { background-color: #D2ABAF; }

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

This div background color is #D2ABAF.


Border color

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

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

This div border color is #D2ABAF.


Opacity

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

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

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

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

This text has shadow with #D2ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ABAF on black background.


Color preview on white background

This text has color #D2ABAF on white background.



Black color preview on #D2ABAF background

This text has black color on #D2ABAF background.


White color preview on #D2ABAF background

This text has white color on #D2ABAF background.