COLOR #D6ACD0

HEX: #D6ACD0
RGB: (214,172,208)

Color info

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

RGB color model

#D6ACD0 color RGB value is (214,172,208).

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

RGB channels and saturation

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

214
172
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 172 + 208 = 594 (100%)
R 214 of 594 ~ 36.03%
G 172 of 594 ~ 28.96%
B 208 of 594 ~ 35.02%

%36.03
%28.96
%35.02

CMYK color model

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

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

CMYK percentages

%0
%19.63
%2.8
%16.08

Codes

Color #D6ACD0 in popluar color models

D6ACD0
RGB214172208
HSL309°33.87%75.69%
HSB/HSV309°19.63%83.92%
CMYK0.00%19.63%2.80%
16.08%

Color #D6ACD0 in popluar number systems.

HEXD6ACD0
Decimal214172208
Binary110101101010110011010000
Octal326254320

Shades and tints

Shades of #D6ACD0

#D6ACD0
(214,172,208)
#C39DBE
(195,157,190)
#B08EAC
(176,142,172)
#9D7F9A
(157,127,154)
#8A7088
(138,112,136)
#776176
(119,97,118)
#645264
(100,82,100)
#514352
(81,67,82)
#3E3440
(62,52,64)
#2B252E
(43,37,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #D6ACD0

#D6ACD0
(214,172,208)
#D9B3D4
(217,179,212)
#DCBAD8
(220,186,216)
#DFC1DC
(223,193,220)
#E2C8E0
(226,200,224)
#E5CFE4
(229,207,228)
#E8D6E8
(232,214,232)
#EBDDEC
(235,221,236)
#EEE4F0
(238,228,240)
#F1EBF4
(241,235,244)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ACD0; }

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

This text font color is #D6ACD0.


Background Color

.myBgColor { background-color: #D6ACD0; }

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

This div background color is #D6ACD0.


Border color

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

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

This div border color is #D6ACD0.


Opacity

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

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

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

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

This text has shadow with #D6ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ACD0 on black background.


Color preview on white background

This text has color #D6ACD0 on white background.



Black color preview on #D6ACD0 background

This text has black color on #D6ACD0 background.


White color preview on #D6ACD0 background

This text has white color on #D6ACD0 background.