COLOR #D8ACB8

HEX: #D8ACB8
RGB: (216,172,184)

Color info

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

RGB color model

#D8ACB8 color RGB value is (216,172,184).

  • red value is 216;
  • green value is 172;
  • blue value is 184.
RGB:
(216,172,184)
(85%,67%,72%)

RGB channels and saturation

R 216 of 255 = 85%
G 172 of 255 = 67%
B 184 of 255 = 72%

216
172
184

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

Portions of RGB colors in percentages

R + G + B =
216 + 172 + 184 = 572 (100%)
R 216 of 572 ~ 37.76%
G 172 of 572 ~ 30.07%
B 184 of 572 ~ 32.17%

%37.76
%30.07
%32.17

CMYK color model

#D8ACB8 color CMYK value is (0,20,15,15).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 14.81%
  • key color value is 15.29%
CMYK:
(0,20,15,15)
C0M20Y15K15 
(0%,20%,15%,15%)
(0.00/0.20/0.15/0.15)	

CMYK percentages

%0
%20.37
%14.81
%15.29

Codes

Color #D8ACB8 in popluar color models

D8ACB8
RGB216172184
HSL344°36.07%76.08%
HSB/HSV344°20.37%84.71%
CMYK0.00%20.37%14.81%
15.29%

Color #D8ACB8 in popluar number systems.

HEXD8ACB8
Decimal216172184
Binary110110001010110010111000
Octal330254270

Shades and tints

Shades of #D8ACB8

#D8ACB8
(216,172,184)
#C59DA8
(197,157,168)
#B28E98
(178,142,152)
#9F7F88
(159,127,136)
#8C7078
(140,112,120)
#796168
(121,97,104)
#665258
(102,82,88)
#534348
(83,67,72)
#403438
(64,52,56)
#2D2528
(45,37,40)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8ACB8

#D8ACB8
(216,172,184)
#DBB3BE
(219,179,190)
#DEBAC4
(222,186,196)
#E1C1CA
(225,193,202)
#E4C8D0
(228,200,208)
#E7CFD6
(231,207,214)
#EAD6DC
(234,214,220)
#EDDDE2
(237,221,226)
#F0E4E8
(240,228,232)
#F3EBEE
(243,235,238)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ACB8 color. Also use rgb(216,172,184) instead hex code.

Text Font Color

.myTextColor { color: #D8ACB8; }

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

This text font color is #D8ACB8.


Background Color

.myBgColor { background-color: #D8ACB8; }

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

This div background color is #D8ACB8.


Border color

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

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

This div border color is #D8ACB8.


Opacity

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

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

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

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

This text has shadow with #D8ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ACB8 on black background.


Color preview on white background

This text has color #D8ACB8 on white background.



Black color preview on #D8ACB8 background

This text has black color on #D8ACB8 background.


White color preview on #D8ACB8 background

This text has white color on #D8ACB8 background.