COLOR #D2ABBF

HEX: #D2ABBF
RGB: (210,171,191)

Color info

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

RGB color model

#D2ABBF color RGB value is (210,171,191).

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

RGB channels and saturation

R 210 of 255 = 82%
G 171 of 255 = 67%
B 191 of 255 = 75%

210
171
191

R + G + B ~ 75%. #D2ABBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 171 + 191 = 572 (100%)
R 210 of 572 ~ 36.71%
G 171 of 572 ~ 29.9%
B 191 of 572 ~ 33.39%

%36.71
%29.9
%33.39

CMYK color model

#D2ABBF color CMYK value is (0,19,9,18).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 9.05%
  • key color value is 17.65%
CMYK:
(0,19,9,18)
C0M19Y9K18 
(0%,19%,9%,18%)
(0.00/0.19/0.09/0.18)	

CMYK percentages

%0
%18.57
%9.05
%17.65

Codes

Color #D2ABBF in popluar color models

D2ABBF
RGB210171191
HSL329°30.23%74.71%
HSB/HSV329°18.57%82.35%
CMYK0.00%18.57%9.05%
17.65%

Color #D2ABBF in popluar number systems.

HEXD2ABBF
Decimal210171191
Binary110100101010101110111111
Octal322253277

Shades and tints

Shades of #D2ABBF

#D2ABBF
(210,171,191)
#BF9CAE
(191,156,174)
#AC8D9D
(172,141,157)
#997E8C
(153,126,140)
#866F7B
(134,111,123)
#73606A
(115,96,106)
#605159
(96,81,89)
#4D4248
(77,66,72)
#3A3337
(58,51,55)
#272426
(39,36,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #D2ABBF

#D2ABBF
(210,171,191)
#D6B2C4
(214,178,196)
#DAB9C9
(218,185,201)
#DEC0CE
(222,192,206)
#E2C7D3
(226,199,211)
#E6CED8
(230,206,216)
#EAD5DD
(234,213,221)
#EEDCE2
(238,220,226)
#F2E3E7
(242,227,231)
#F6EAEC
(246,234,236)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ABBF; }

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

This text font color is #D2ABBF.


Background Color

.myBgColor { background-color: #D2ABBF; }

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

This div background color is #D2ABBF.


Border color

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

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

This div border color is #D2ABBF.


Opacity

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

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

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

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

This text has shadow with #D2ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ABBF on black background.


Color preview on white background

This text has color #D2ABBF on white background.



Black color preview on #D2ABBF background

This text has black color on #D2ABBF background.


White color preview on #D2ABBF background

This text has white color on #D2ABBF background.