COLOR #D6A6FB

HEX: #D6A6FB
RGB: (214,166,251)

Color info

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

RGB color model

#D6A6FB color RGB value is (214,166,251).

  • red value is 214;
  • green value is 166;
  • blue value is 251.
RGB:
(214,166,251)
(84%,65%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 166 of 255 = 65%
B 251 of 255 = 98%

214
166
251

R + G + B ~ 82%. #D6A6FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 166 + 251 = 631 (100%)
R 214 of 631 ~ 33.91%
G 166 of 631 ~ 26.31%
B 251 of 631 ~ 39.78%

%33.91
%26.31
%39.78

CMYK color model

#D6A6FB color CMYK value is (15,34,0,2).

  • cyan value is 14.74%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,34,0,2)
C15M34Y0K2 
(15%,34%,0%,2%)
(0.15/0.34/0.00/0.02)	

CMYK percentages

%14.74
%33.86
%0
%1.57

Codes

Color #D6A6FB in popluar color models

D6A6FB
RGB214166251
HSL274°91.40%81.76%
HSB/HSV274°33.86%98.43%
CMYK14.74%33.86%0.00%
1.57%

Color #D6A6FB in popluar number systems.

HEXD6A6FB
Decimal214166251
Binary110101101010011011111011
Octal326246373

Shades and tints

Shades of #D6A6FB

#D6A6FB
(214,166,251)
#C397E5
(195,151,229)
#B088CF
(176,136,207)
#9D79B9
(157,121,185)
#8A6AA3
(138,106,163)
#775B8D
(119,91,141)
#644C77
(100,76,119)
#513D61
(81,61,97)
#3E2E4B
(62,46,75)
#2B1F35
(43,31,53)
#18101F
(24,16,31)
#000000
(0,0,0)

Tints of #D6A6FB

#D6A6FB
(214,166,251)
#D9AEFB
(217,174,251)
#DCB6FB
(220,182,251)
#DFBEFB
(223,190,251)
#E2C6FB
(226,198,251)
#E5CEFB
(229,206,251)
#E8D6FB
(232,214,251)
#EBDEFB
(235,222,251)
#EEE6FB
(238,230,251)
#F1EEFB
(241,238,251)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A6FB; }

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

This text font color is #D6A6FB.


Background Color

.myBgColor { background-color: #D6A6FB; }

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

This div background color is #D6A6FB.


Border color

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

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

This div border color is #D6A6FB.


Opacity

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

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

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

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

This text has shadow with #D6A6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A6FB on black background.


Color preview on white background

This text has color #D6A6FB on white background.



Black color preview on #D6A6FB background

This text has black color on #D6A6FB background.


White color preview on #D6A6FB background

This text has white color on #D6A6FB background.