COLOR #D6A4FF

HEX: #D6A4FF
RGB: (214,164,255)

Color info

#D6A4FF contains mainly red and blue colors. Web safe color of #D6A4FF is #CC99FF (or #C9F).

RGB color model

#D6A4FF color RGB value is (214,164,255).

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

RGB channels and saturation

R 214 of 255 = 84%
G 164 of 255 = 64%
B 255 of 255 = 100%

214
164
255

R + G + B ~ 83%. #D6A4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 164 + 255 = 633 (100%)
R 214 of 633 ~ 33.81%
G 164 of 633 ~ 25.91%
B 255 of 633 ~ 40.28%

%33.81
%25.91
%40.28

CMYK color model

#D6A4FF color CMYK value is (16,36,0,0).

  • cyan value is 16.08%
  • magenta value is 35.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,36,0,0)
C16M36Y0K0 
(16%,36%,0%,0%)
(0.16/0.36/0.00/0.00)	

CMYK percentages

%16.08
%35.69
%0
%0

Codes

Color #D6A4FF in popluar color models

D6A4FF
RGB214164255
HSL273°100.00%82.16%
HSB/HSV273°35.69%100.00%
CMYK16.08%35.69%0.00%
0.00%

Color #D6A4FF in popluar number systems.

HEXD6A4FF
Decimal214164255
Binary110101101010010011111111
Octal326244377

Shades and tints

Shades of #D6A4FF

#D6A4FF
(214,164,255)
#C396E8
(195,150,232)
#B088D1
(176,136,209)
#9D7ABA
(157,122,186)
#8A6CA3
(138,108,163)
#775E8C
(119,94,140)
#645075
(100,80,117)
#51425E
(81,66,94)
#3E3447
(62,52,71)
#2B2630
(43,38,48)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #D6A4FF

#D6A4FF
(214,164,255)
#D9ACFF
(217,172,255)
#DCB4FF
(220,180,255)
#DFBCFF
(223,188,255)
#E2C4FF
(226,196,255)
#E5CCFF
(229,204,255)
#E8D4FF
(232,212,255)
#EBDCFF
(235,220,255)
#EEE4FF
(238,228,255)
#F1ECFF
(241,236,255)
#F4F4FF
(244,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A4FF; }

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

This text font color is #D6A4FF.


Background Color

.myBgColor { background-color: #D6A4FF; }

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

This div background color is #D6A4FF.


Border color

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

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

This div border color is #D6A4FF.


Opacity

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

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

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

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

This text has shadow with #D6A4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A4FF on black background.


Color preview on white background

This text has color #D6A4FF on white background.



Black color preview on #D6A4FF background

This text has black color on #D6A4FF background.


White color preview on #D6A4FF background

This text has white color on #D6A4FF background.