COLOR #D9ACB2

HEX: #D9ACB2
RGB: (217,172,178)

Color info

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

RGB color model

#D9ACB2 color RGB value is (217,172,178).

  • red value is 217;
  • green value is 172;
  • blue value is 178.
RGB:
(217,172,178)
(85%,67%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 172 of 255 = 67%
B 178 of 255 = 70%

217
172
178

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

Portions of RGB colors in percentages

R + G + B =
217 + 172 + 178 = 567 (100%)
R 217 of 567 ~ 38.27%
G 172 of 567 ~ 30.34%
B 178 of 567 ~ 31.39%

%38.27
%30.34
%31.39

CMYK color model

#D9ACB2 color CMYK value is (0,21,18,15).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,21,18,15)
C0M21Y18K15 
(0%,21%,18%,15%)
(0.00/0.21/0.18/0.15)	

CMYK percentages

%0
%20.74
%17.97
%14.9

Codes

Color #D9ACB2 in popluar color models

D9ACB2
RGB217172178
HSL352°37.19%76.27%
HSB/HSV352°20.74%85.10%
CMYK0.00%20.74%17.97%
14.90%

Color #D9ACB2 in popluar number systems.

HEXD9ACB2
Decimal217172178
Binary110110011010110010110010
Octal331254262

Shades and tints

Shades of #D9ACB2

#D9ACB2
(217,172,178)
#C69DA2
(198,157,162)
#B38E92
(179,142,146)
#A07F82
(160,127,130)
#8D7072
(141,112,114)
#7A6162
(122,97,98)
#675252
(103,82,82)
#544342
(84,67,66)
#413432
(65,52,50)
#2E2522
(46,37,34)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #D9ACB2

#D9ACB2
(217,172,178)
#DCB3B9
(220,179,185)
#DFBAC0
(223,186,192)
#E2C1C7
(226,193,199)
#E5C8CE
(229,200,206)
#E8CFD5
(232,207,213)
#EBD6DC
(235,214,220)
#EEDDE3
(238,221,227)
#F1E4EA
(241,228,234)
#F4EBF1
(244,235,241)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ACB2 color. Also use rgb(217,172,178) instead hex code.

Text Font Color

.myTextColor { color: #D9ACB2; }

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

This text font color is #D9ACB2.


Background Color

.myBgColor { background-color: #D9ACB2; }

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

This div background color is #D9ACB2.


Border color

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

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

This div border color is #D9ACB2.


Opacity

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

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

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

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

This text has shadow with #D9ACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ACB2 on black background.


Color preview on white background

This text has color #D9ACB2 on white background.



Black color preview on #D9ACB2 background

This text has black color on #D9ACB2 background.


White color preview on #D9ACB2 background

This text has white color on #D9ACB2 background.