COLOR #D6ACC9

HEX: #D6ACC9
RGB: (214,172,201)

Color info

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

RGB color model

#D6ACC9 color RGB value is (214,172,201).

  • red value is 214;
  • green value is 172;
  • blue value is 201.
RGB:
(214,172,201)
(84%,67%,79%)

RGB channels and saturation

R 214 of 255 = 84%
G 172 of 255 = 67%
B 201 of 255 = 79%

214
172
201

R + G + B ~ 77%. #D6ACC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 201 = 587 (100%)
R 214 of 587 ~ 36.46%
G 172 of 587 ~ 29.3%
B 201 of 587 ~ 34.24%

%36.46
%29.3
%34.24

CMYK color model

#D6ACC9 color CMYK value is (0,20,6,16).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 6.07%
  • key color value is 16.08%
CMYK:
(0,20,6,16)
C0M20Y6K16 
(0%,20%,6%,16%)
(0.00/0.20/0.06/0.16)	

CMYK percentages

%0
%19.63
%6.07
%16.08

Codes

Color #D6ACC9 in popluar color models

D6ACC9
RGB214172201
HSL319°33.87%75.69%
HSB/HSV319°19.63%83.92%
CMYK0.00%19.63%6.07%
16.08%

Color #D6ACC9 in popluar number systems.

HEXD6ACC9
Decimal214172201
Binary110101101010110011001001
Octal326254311

Shades and tints

Shades of #D6ACC9

#D6ACC9
(214,172,201)
#C39DB7
(195,157,183)
#B08EA5
(176,142,165)
#9D7F93
(157,127,147)
#8A7081
(138,112,129)
#77616F
(119,97,111)
#64525D
(100,82,93)
#51434B
(81,67,75)
#3E3439
(62,52,57)
#2B2527
(43,37,39)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #D6ACC9

#D6ACC9
(214,172,201)
#D9B3CD
(217,179,205)
#DCBAD1
(220,186,209)
#DFC1D5
(223,193,213)
#E2C8D9
(226,200,217)
#E5CFDD
(229,207,221)
#E8D6E1
(232,214,225)
#EBDDE5
(235,221,229)
#EEE4E9
(238,228,233)
#F1EBED
(241,235,237)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ACC9 color. Also use rgb(214,172,201) instead hex code.

Text Font Color

.myTextColor { color: #D6ACC9; }

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

This text font color is #D6ACC9.


Background Color

.myBgColor { background-color: #D6ACC9; }

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

This div background color is #D6ACC9.


Border color

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

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

This div border color is #D6ACC9.


Opacity

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

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

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

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

This text has shadow with #D6ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACC9 on black background.


Color preview on white background

This text has color #D6ACC9 on white background.



Black color preview on #D6ACC9 background

This text has black color on #D6ACC9 background.


White color preview on #D6ACC9 background

This text has white color on #D6ACC9 background.