COLOR #D6ACD8

HEX: #D6ACD8
RGB: (214,172,216)

Color info

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

RGB color model

#D6ACD8 color RGB value is (214,172,216).

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

RGB channels and saturation

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

214
172
216

R + G + B ~ 79%. #D6ACD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 216 = 602 (100%)
R 214 of 602 ~ 35.55%
G 172 of 602 ~ 28.57%
B 216 of 602 ~ 35.88%

%35.55
%28.57
%35.88

CMYK color model

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

  • cyan value is 0.93%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(1,20,0,15)
C1M20Y0K15 
(1%,20%,0%,15%)
(0.01/0.20/0.00/0.15)	

CMYK percentages

%0.93
%20.37
%0
%15.29

Codes

Color #D6ACD8 in popluar color models

D6ACD8
RGB214172216
HSL297°36.07%76.08%
HSB/HSV297°20.37%84.71%
CMYK0.93%20.37%0.00%
15.29%

Color #D6ACD8 in popluar number systems.

HEXD6ACD8
Decimal214172216
Binary110101101010110011011000
Octal326254330

Shades and tints

Shades of #D6ACD8

#D6ACD8
(214,172,216)
#C39DC5
(195,157,197)
#B08EB2
(176,142,178)
#9D7F9F
(157,127,159)
#8A708C
(138,112,140)
#776179
(119,97,121)
#645266
(100,82,102)
#514353
(81,67,83)
#3E3440
(62,52,64)
#2B252D
(43,37,45)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #D6ACD8

#D6ACD8
(214,172,216)
#D9B3DB
(217,179,219)
#DCBADE
(220,186,222)
#DFC1E1
(223,193,225)
#E2C8E4
(226,200,228)
#E5CFE7
(229,207,231)
#E8D6EA
(232,214,234)
#EBDDED
(235,221,237)
#EEE4F0
(238,228,240)
#F1EBF3
(241,235,243)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ACD8; }

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

This text font color is #D6ACD8.


Background Color

.myBgColor { background-color: #D6ACD8; }

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

This div background color is #D6ACD8.


Border color

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

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

This div border color is #D6ACD8.


Opacity

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

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

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

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

This text has shadow with #D6ACD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACD8 on black background.


Color preview on white background

This text has color #D6ACD8 on white background.



Black color preview on #D6ACD8 background

This text has black color on #D6ACD8 background.


White color preview on #D6ACD8 background

This text has white color on #D6ACD8 background.