COLOR #D3AFF6

HEX: #D3AFF6
RGB: (211,175,246)

Color info

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

RGB color model

#D3AFF6 color RGB value is (211,175,246).

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

RGB channels and saturation

R 211 of 255 = 83%
G 175 of 255 = 69%
B 246 of 255 = 96%

211
175
246

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

Portions of RGB colors in percentages

R + G + B =
211 + 175 + 246 = 632 (100%)
R 211 of 632 ~ 33.39%
G 175 of 632 ~ 27.69%
B 246 of 632 ~ 38.92%

%33.39
%27.69
%38.92

CMYK color model

#D3AFF6 color CMYK value is (14,29,0,4).

  • cyan value is 14.23%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,29,0,4)
C14M29Y0K4 
(14%,29%,0%,4%)
(0.14/0.29/0.00/0.04)	

CMYK percentages

%14.23
%28.86
%0
%3.53

Codes

Color #D3AFF6 in popluar color models

D3AFF6
RGB211175246
HSL270°79.78%82.55%
HSB/HSV270°28.86%96.47%
CMYK14.23%28.86%0.00%
3.53%

Color #D3AFF6 in popluar number systems.

HEXD3AFF6
Decimal211175246
Binary110100111010111111110110
Octal323257366

Shades and tints

Shades of #D3AFF6

#D3AFF6
(211,175,246)
#C0A0E0
(192,160,224)
#AD91CA
(173,145,202)
#9A82B4
(154,130,180)
#87739E
(135,115,158)
#746488
(116,100,136)
#615572
(97,85,114)
#4E465C
(78,70,92)
#3B3746
(59,55,70)
#282830
(40,40,48)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #D3AFF6

#D3AFF6
(211,175,246)
#D7B6F6
(215,182,246)
#DBBDF6
(219,189,246)
#DFC4F6
(223,196,246)
#E3CBF6
(227,203,246)
#E7D2F6
(231,210,246)
#EBD9F6
(235,217,246)
#EFE0F6
(239,224,246)
#F3E7F6
(243,231,246)
#F7EEF6
(247,238,246)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AFF6; }

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

This text font color is #D3AFF6.


Background Color

.myBgColor { background-color: #D3AFF6; }

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

This div background color is #D3AFF6.


Border color

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

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

This div border color is #D3AFF6.


Opacity

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

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

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

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

This text has shadow with #D3AFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AFF6 on black background.


Color preview on white background

This text has color #D3AFF6 on white background.



Black color preview on #D3AFF6 background

This text has black color on #D3AFF6 background.


White color preview on #D3AFF6 background

This text has white color on #D3AFF6 background.