COLOR #D6A8DF

HEX: #D6A8DF
RGB: (214,168,223)

Color info

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

RGB color model

#D6A8DF color RGB value is (214,168,223).

  • red value is 214;
  • green value is 168;
  • blue value is 223.
RGB:
(214,168,223)
(84%,66%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 168 of 255 = 66%
B 223 of 255 = 87%

214
168
223

R + G + B ~ 79%. #D6A8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 168 + 223 = 605 (100%)
R 214 of 605 ~ 35.37%
G 168 of 605 ~ 27.77%
B 223 of 605 ~ 36.86%

%35.37
%27.77
%36.86

CMYK color model

#D6A8DF color CMYK value is (4,25,0,13).

  • cyan value is 4.04%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,25,0,13)
C4M25Y0K13 
(4%,25%,0%,13%)
(0.04/0.25/0.00/0.13)	

CMYK percentages

%4.04
%24.66
%0
%12.55

Codes

Color #D6A8DF in popluar color models

D6A8DF
RGB214168223
HSL290°46.22%76.67%
HSB/HSV290°24.66%87.45%
CMYK4.04%24.66%0.00%
12.55%

Color #D6A8DF in popluar number systems.

HEXD6A8DF
Decimal214168223
Binary110101101010100011011111
Octal326250337

Shades and tints

Shades of #D6A8DF

#D6A8DF
(214,168,223)
#C399CB
(195,153,203)
#B08AB7
(176,138,183)
#9D7BA3
(157,123,163)
#8A6C8F
(138,108,143)
#775D7B
(119,93,123)
#644E67
(100,78,103)
#513F53
(81,63,83)
#3E303F
(62,48,63)
#2B212B
(43,33,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #D6A8DF

#D6A8DF
(214,168,223)
#D9AFE1
(217,175,225)
#DCB6E3
(220,182,227)
#DFBDE5
(223,189,229)
#E2C4E7
(226,196,231)
#E5CBE9
(229,203,233)
#E8D2EB
(232,210,235)
#EBD9ED
(235,217,237)
#EEE0EF
(238,224,239)
#F1E7F1
(241,231,241)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A8DF color. Also use rgb(214,168,223) instead hex code.

Text Font Color

.myTextColor { color: #D6A8DF; }

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

This text font color is #D6A8DF.


Background Color

.myBgColor { background-color: #D6A8DF; }

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

This div background color is #D6A8DF.


Border color

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

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

This div border color is #D6A8DF.


Opacity

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

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

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

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

This text has shadow with #D6A8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A8DF on black background.


Color preview on white background

This text has color #D6A8DF on white background.



Black color preview on #D6A8DF background

This text has black color on #D6A8DF background.


White color preview on #D6A8DF background

This text has white color on #D6A8DF background.