COLOR #D6A7F8

HEX: #D6A7F8
RGB: (214,167,248)

Color info

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

RGB color model

#D6A7F8 color RGB value is (214,167,248).

  • red value is 214;
  • green value is 167;
  • blue value is 248.
RGB:
(214,167,248)
(84%,65%,97%)

RGB channels and saturation

R 214 of 255 = 84%
G 167 of 255 = 65%
B 248 of 255 = 97%

214
167
248

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

Portions of RGB colors in percentages

R + G + B =
214 + 167 + 248 = 629 (100%)
R 214 of 629 ~ 34.02%
G 167 of 629 ~ 26.55%
B 248 of 629 ~ 39.43%

%34.02
%26.55
%39.43

CMYK color model

#D6A7F8 color CMYK value is (14,33,0,3).

  • cyan value is 13.71%
  • magenta value is 32.66%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,33,0,3)
C14M33Y0K3 
(14%,33%,0%,3%)
(0.14/0.33/0.00/0.03)	

CMYK percentages

%13.71
%32.66
%0
%2.75

Codes

Color #D6A7F8 in popluar color models

D6A7F8
RGB214167248
HSL275°85.26%81.37%
HSB/HSV275°32.66%97.25%
CMYK13.71%32.66%0.00%
2.75%

Color #D6A7F8 in popluar number systems.

HEXD6A7F8
Decimal214167248
Binary110101101010011111111000
Octal326247370

Shades and tints

Shades of #D6A7F8

#D6A7F8
(214,167,248)
#C398E2
(195,152,226)
#B089CC
(176,137,204)
#9D7AB6
(157,122,182)
#8A6BA0
(138,107,160)
#775C8A
(119,92,138)
#644D74
(100,77,116)
#513E5E
(81,62,94)
#3E2F48
(62,47,72)
#2B2032
(43,32,50)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #D6A7F8

#D6A7F8
(214,167,248)
#D9AFF8
(217,175,248)
#DCB7F8
(220,183,248)
#DFBFF8
(223,191,248)
#E2C7F8
(226,199,248)
#E5CFF8
(229,207,248)
#E8D7F8
(232,215,248)
#EBDFF8
(235,223,248)
#EEE7F8
(238,231,248)
#F1EFF8
(241,239,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A7F8 color. Also use rgb(214,167,248) instead hex code.

Text Font Color

.myTextColor { color: #D6A7F8; }

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

This text font color is #D6A7F8.


Background Color

.myBgColor { background-color: #D6A7F8; }

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

This div background color is #D6A7F8.


Border color

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

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

This div border color is #D6A7F8.


Opacity

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

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

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

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

This text has shadow with #D6A7F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A7F8 on black background.


Color preview on white background

This text has color #D6A7F8 on white background.



Black color preview on #D6A7F8 background

This text has black color on #D6A7F8 background.


White color preview on #D6A7F8 background

This text has white color on #D6A7F8 background.