COLOR #D8ACC1

HEX: #D8ACC1
RGB: (216,172,193)

Color info

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

RGB color model

#D8ACC1 color RGB value is (216,172,193).

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

RGB channels and saturation

R 216 of 255 = 85%
G 172 of 255 = 67%
B 193 of 255 = 76%

216
172
193

R + G + B ~ 76%. #D8ACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 172 + 193 = 581 (100%)
R 216 of 581 ~ 37.18%
G 172 of 581 ~ 29.6%
B 193 of 581 ~ 33.22%

%37.18
%29.6
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 10.65%
  • key color value is 15.29%
CMYK:
(0,20,11,15)
C0M20Y11K15 
(0%,20%,11%,15%)
(0.00/0.20/0.11/0.15)	

CMYK percentages

%0
%20.37
%10.65
%15.29

Codes

Color #D8ACC1 in popluar color models

D8ACC1
RGB216172193
HSL331°36.07%76.08%
HSB/HSV331°20.37%84.71%
CMYK0.00%20.37%10.65%
15.29%

Color #D8ACC1 in popluar number systems.

HEXD8ACC1
Decimal216172193
Binary110110001010110011000001
Octal330254301

Shades and tints

Shades of #D8ACC1

#D8ACC1
(216,172,193)
#C59DB0
(197,157,176)
#B28E9F
(178,142,159)
#9F7F8E
(159,127,142)
#8C707D
(140,112,125)
#79616C
(121,97,108)
#66525B
(102,82,91)
#53434A
(83,67,74)
#403439
(64,52,57)
#2D2528
(45,37,40)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #D8ACC1

#D8ACC1
(216,172,193)
#DBB3C6
(219,179,198)
#DEBACB
(222,186,203)
#E1C1D0
(225,193,208)
#E4C8D5
(228,200,213)
#E7CFDA
(231,207,218)
#EAD6DF
(234,214,223)
#EDDDE4
(237,221,228)
#F0E4E9
(240,228,233)
#F3EBEE
(243,235,238)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ACC1; }

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

This text font color is #D8ACC1.


Background Color

.myBgColor { background-color: #D8ACC1; }

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

This div background color is #D8ACC1.


Border color

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

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

This div border color is #D8ACC1.


Opacity

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

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

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

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

This text has shadow with #D8ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ACC1 on black background.


Color preview on white background

This text has color #D8ACC1 on white background.



Black color preview on #D8ACC1 background

This text has black color on #D8ACC1 background.


White color preview on #D8ACC1 background

This text has white color on #D8ACC1 background.