COLOR #D6AFF6

HEX: #D6AFF6
RGB: (214,175,246)

Color info

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

RGB color model

#D6AFF6 color RGB value is (214,175,246).

  • red value is 214;
  • green value is 175;
  • blue value is 246.
RGB:
(214,175,246)
(84%,69%,96%)

RGB channels and saturation

R 214 of 255 = 84%
G 175 of 255 = 69%
B 246 of 255 = 96%

214
175
246

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

Portions of RGB colors in percentages

R + G + B =
214 + 175 + 246 = 635 (100%)
R 214 of 635 ~ 33.7%
G 175 of 635 ~ 27.56%
B 246 of 635 ~ 38.74%

%33.7
%27.56
%38.74

CMYK color model

#D6AFF6 color CMYK value is (13,29,0,4).

  • cyan value is 13.01%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,29,0,4)
C13M29Y0K4 
(13%,29%,0%,4%)
(0.13/0.29/0.00/0.04)	

CMYK percentages

%13.01
%28.86
%0
%3.53

Codes

Color #D6AFF6 in popluar color models

D6AFF6
RGB214175246
HSL273°79.78%82.55%
HSB/HSV273°28.86%96.47%
CMYK13.01%28.86%0.00%
3.53%

Color #D6AFF6 in popluar number systems.

HEXD6AFF6
Decimal214175246
Binary110101101010111111110110
Octal326257366

Shades and tints

Shades of #D6AFF6

#D6AFF6
(214,175,246)
#C3A0E0
(195,160,224)
#B091CA
(176,145,202)
#9D82B4
(157,130,180)
#8A739E
(138,115,158)
#776488
(119,100,136)
#645572
(100,85,114)
#51465C
(81,70,92)
#3E3746
(62,55,70)
#2B2830
(43,40,48)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6AFF6

#D6AFF6
(214,175,246)
#D9B6F6
(217,182,246)
#DCBDF6
(220,189,246)
#DFC4F6
(223,196,246)
#E2CBF6
(226,203,246)
#E5D2F6
(229,210,246)
#E8D9F6
(232,217,246)
#EBE0F6
(235,224,246)
#EEE7F6
(238,231,246)
#F1EEF6
(241,238,246)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AFF6 color. Also use rgb(214,175,246) instead hex code.

Text Font Color

.myTextColor { color: #D6AFF6; }

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

This text font color is #D6AFF6.


Background Color

.myBgColor { background-color: #D6AFF6; }

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

This div background color is #D6AFF6.


Border color

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

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

This div border color is #D6AFF6.


Opacity

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

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

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

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

This text has shadow with #D6AFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AFF6 on black background.


Color preview on white background

This text has color #D6AFF6 on white background.



Black color preview on #D6AFF6 background

This text has black color on #D6AFF6 background.


White color preview on #D6AFF6 background

This text has white color on #D6AFF6 background.