COLOR #D9A6F1

HEX: #D9A6F1
RGB: (217,166,241)

Color info

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

RGB color model

#D9A6F1 color RGB value is (217,166,241).

  • red value is 217;
  • green value is 166;
  • blue value is 241.
RGB:
(217,166,241)
(85%,65%,95%)

RGB channels and saturation

R 217 of 255 = 85%
G 166 of 255 = 65%
B 241 of 255 = 95%

217
166
241

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

Portions of RGB colors in percentages

R + G + B =
217 + 166 + 241 = 624 (100%)
R 217 of 624 ~ 34.78%
G 166 of 624 ~ 26.6%
B 241 of 624 ~ 38.62%

%34.78
%26.6
%38.62

CMYK color model

#D9A6F1 color CMYK value is (10,31,0,5).

  • cyan value is 9.96%
  • magenta value is 31.12%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,31,0,5)
C10M31Y0K5 
(10%,31%,0%,5%)
(0.10/0.31/0.00/0.05)	

CMYK percentages

%9.96
%31.12
%0
%5.49

Codes

Color #D9A6F1 in popluar color models

D9A6F1
RGB217166241
HSL281°72.82%79.80%
HSB/HSV281°31.12%94.51%
CMYK9.96%31.12%0.00%
5.49%

Color #D9A6F1 in popluar number systems.

HEXD9A6F1
Decimal217166241
Binary110110011010011011110001
Octal331246361

Shades and tints

Shades of #D9A6F1

#D9A6F1
(217,166,241)
#C697DC
(198,151,220)
#B388C7
(179,136,199)
#A079B2
(160,121,178)
#8D6A9D
(141,106,157)
#7A5B88
(122,91,136)
#674C73
(103,76,115)
#543D5E
(84,61,94)
#412E49
(65,46,73)
#2E1F34
(46,31,52)
#1B101F
(27,16,31)
#000000
(0,0,0)

Tints of #D9A6F1

#D9A6F1
(217,166,241)
#DCAEF2
(220,174,242)
#DFB6F3
(223,182,243)
#E2BEF4
(226,190,244)
#E5C6F5
(229,198,245)
#E8CEF6
(232,206,246)
#EBD6F7
(235,214,247)
#EEDEF8
(238,222,248)
#F1E6F9
(241,230,249)
#F4EEFA
(244,238,250)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A6F1 color. Also use rgb(217,166,241) instead hex code.

Text Font Color

.myTextColor { color: #D9A6F1; }

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

This text font color is #D9A6F1.


Background Color

.myBgColor { background-color: #D9A6F1; }

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

This div background color is #D9A6F1.


Border color

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

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

This div border color is #D9A6F1.


Opacity

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

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

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

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

This text has shadow with #D9A6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A6F1 on black background.


Color preview on white background

This text has color #D9A6F1 on white background.



Black color preview on #D9A6F1 background

This text has black color on #D9A6F1 background.


White color preview on #D9A6F1 background

This text has white color on #D9A6F1 background.