COLOR #D6ACD6

HEX: #D6ACD6
RGB: (214,172,214)

Color info

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

RGB color model

#D6ACD6 color RGB value is (214,172,214).

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

RGB channels and saturation

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

214
172
214

R + G + B ~ 78%. #D6ACD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 214 = 600 (100%)
R 214 of 600 ~ 35.67%
G 172 of 600 ~ 28.67%
B 214 of 600 ~ 35.67%

%35.67
%28.67
%35.67

CMYK color model

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

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

CMYK percentages

%0
%19.63
%0
%16.08

Codes

Color #D6ACD6 in popluar color models

D6ACD6
RGB214172214
HSL300°33.87%75.69%
HSB/HSV300°19.63%83.92%
CMYK0.00%19.63%0.00%
16.08%

Color #D6ACD6 in popluar number systems.

HEXD6ACD6
Decimal214172214
Binary110101101010110011010110
Octal326254326

Shades and tints

Shades of #D6ACD6

#D6ACD6
(214,172,214)
#C39DC3
(195,157,195)
#B08EB0
(176,142,176)
#9D7F9D
(157,127,157)
#8A708A
(138,112,138)
#776177
(119,97,119)
#645264
(100,82,100)
#514351
(81,67,81)
#3E343E
(62,52,62)
#2B252B
(43,37,43)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #D6ACD6

#D6ACD6
(214,172,214)
#D9B3D9
(217,179,217)
#DCBADC
(220,186,220)
#DFC1DF
(223,193,223)
#E2C8E2
(226,200,226)
#E5CFE5
(229,207,229)
#E8D6E8
(232,214,232)
#EBDDEB
(235,221,235)
#EEE4EE
(238,228,238)
#F1EBF1
(241,235,241)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ACD6; }

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

This text font color is #D6ACD6.


Background Color

.myBgColor { background-color: #D6ACD6; }

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

This div background color is #D6ACD6.


Border color

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

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

This div border color is #D6ACD6.


Opacity

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

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

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

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

This text has shadow with #D6ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACD6 on black background.


Color preview on white background

This text has color #D6ACD6 on white background.



Black color preview on #D6ACD6 background

This text has black color on #D6ACD6 background.


White color preview on #D6ACD6 background

This text has white color on #D6ACD6 background.