COLOR #D6A4D0

HEX: #D6A4D0
RGB: (214,164,208)

Color info

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

RGB color model

#D6A4D0 color RGB value is (214,164,208).

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

RGB channels and saturation

R 214 of 255 = 84%
G 164 of 255 = 64%
B 208 of 255 = 82%

214
164
208

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

Portions of RGB colors in percentages

R + G + B =
214 + 164 + 208 = 586 (100%)
R 214 of 586 ~ 36.52%
G 164 of 586 ~ 27.99%
B 208 of 586 ~ 35.49%

%36.52
%27.99
%35.49

CMYK color model

#D6A4D0 color CMYK value is (0,23,3,16).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 2.80%
  • key color value is 16.08%
CMYK:
(0,23,3,16)
C0M23Y3K16 
(0%,23%,3%,16%)
(0.00/0.23/0.03/0.16)	

CMYK percentages

%0
%23.36
%2.8
%16.08

Codes

Color #D6A4D0 in popluar color models

D6A4D0
RGB214164208
HSL307°37.88%74.12%
HSB/HSV307°23.36%83.92%
CMYK0.00%23.36%2.80%
16.08%

Color #D6A4D0 in popluar number systems.

HEXD6A4D0
Decimal214164208
Binary110101101010010011010000
Octal326244320

Shades and tints

Shades of #D6A4D0

#D6A4D0
(214,164,208)
#C396BE
(195,150,190)
#B088AC
(176,136,172)
#9D7A9A
(157,122,154)
#8A6C88
(138,108,136)
#775E76
(119,94,118)
#645064
(100,80,100)
#514252
(81,66,82)
#3E3440
(62,52,64)
#2B262E
(43,38,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #D6A4D0

#D6A4D0
(214,164,208)
#D9ACD4
(217,172,212)
#DCB4D8
(220,180,216)
#DFBCDC
(223,188,220)
#E2C4E0
(226,196,224)
#E5CCE4
(229,204,228)
#E8D4E8
(232,212,232)
#EBDCEC
(235,220,236)
#EEE4F0
(238,228,240)
#F1ECF4
(241,236,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A4D0; }

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

This text font color is #D6A4D0.


Background Color

.myBgColor { background-color: #D6A4D0; }

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

This div background color is #D6A4D0.


Border color

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

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

This div border color is #D6A4D0.


Opacity

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

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

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

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

This text has shadow with #D6A4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A4D0 on black background.


Color preview on white background

This text has color #D6A4D0 on white background.



Black color preview on #D6A4D0 background

This text has black color on #D6A4D0 background.


White color preview on #D6A4D0 background

This text has white color on #D6A4D0 background.