COLOR #D2ACBD

HEX: #D2ACBD
RGB: (210,172,189)

Color info

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

RGB color model

#D2ACBD color RGB value is (210,172,189).

  • red value is 210;
  • green value is 172;
  • blue value is 189.
RGB:
(210,172,189)
(82%,67%,74%)

RGB channels and saturation

R 210 of 255 = 82%
G 172 of 255 = 67%
B 189 of 255 = 74%

210
172
189

R + G + B ~ 74%. #D2ACBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 172 + 189 = 571 (100%)
R 210 of 571 ~ 36.78%
G 172 of 571 ~ 30.12%
B 189 of 571 ~ 33.1%

%36.78
%30.12
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(0,18,10,18)
C0M18Y10K18 
(0%,18%,10%,18%)
(0.00/0.18/0.10/0.18)	

CMYK percentages

%0
%18.1
%10
%17.65

Codes

Color #D2ACBD in popluar color models

D2ACBD
RGB210172189
HSL333°29.69%74.90%
HSB/HSV333°18.10%82.35%
CMYK0.00%18.10%10.00%
17.65%

Color #D2ACBD in popluar number systems.

HEXD2ACBD
Decimal210172189
Binary110100101010110010111101
Octal322254275

Shades and tints

Shades of #D2ACBD

#D2ACBD
(210,172,189)
#BF9DAC
(191,157,172)
#AC8E9B
(172,142,155)
#997F8A
(153,127,138)
#867079
(134,112,121)
#736168
(115,97,104)
#605257
(96,82,87)
#4D4346
(77,67,70)
#3A3435
(58,52,53)
#272524
(39,37,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #D2ACBD

#D2ACBD
(210,172,189)
#D6B3C3
(214,179,195)
#DABAC9
(218,186,201)
#DEC1CF
(222,193,207)
#E2C8D5
(226,200,213)
#E6CFDB
(230,207,219)
#EAD6E1
(234,214,225)
#EEDDE7
(238,221,231)
#F2E4ED
(242,228,237)
#F6EBF3
(246,235,243)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ACBD; }

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

This text font color is #D2ACBD.


Background Color

.myBgColor { background-color: #D2ACBD; }

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

This div background color is #D2ACBD.


Border color

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

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

This div border color is #D2ACBD.


Opacity

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

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

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

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

This text has shadow with #D2ACBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ACBD on black background.


Color preview on white background

This text has color #D2ACBD on white background.



Black color preview on #D2ACBD background

This text has black color on #D2ACBD background.


White color preview on #D2ACBD background

This text has white color on #D2ACBD background.