COLOR #D5A6FC

HEX: #D5A6FC
RGB: (213,166,252)

Color info

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

RGB color model

#D5A6FC color RGB value is (213,166,252).

  • red value is 213;
  • green value is 166;
  • blue value is 252.
RGB:
(213,166,252)
(84%,65%,99%)

RGB channels and saturation

R 213 of 255 = 84%
G 166 of 255 = 65%
B 252 of 255 = 99%

213
166
252

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

Portions of RGB colors in percentages

R + G + B =
213 + 166 + 252 = 631 (100%)
R 213 of 631 ~ 33.76%
G 166 of 631 ~ 26.31%
B 252 of 631 ~ 39.94%

%33.76
%26.31
%39.94

CMYK color model

#D5A6FC color CMYK value is (15,34,0,1).

  • cyan value is 15.48%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,34,0,1)
C15M34Y0K1 
(15%,34%,0%,1%)
(0.15/0.34/0.00/0.01)	

CMYK percentages

%15.48
%34.13
%0
%1.18

Codes

Color #D5A6FC in popluar color models

D5A6FC
RGB213166252
HSL273°93.48%81.96%
HSB/HSV273°34.13%98.82%
CMYK15.48%34.13%0.00%
1.18%

Color #D5A6FC in popluar number systems.

HEXD5A6FC
Decimal213166252
Binary110101011010011011111100
Octal325246374

Shades and tints

Shades of #D5A6FC

#D5A6FC
(213,166,252)
#C297E6
(194,151,230)
#AF88D0
(175,136,208)
#9C79BA
(156,121,186)
#896AA4
(137,106,164)
#765B8E
(118,91,142)
#634C78
(99,76,120)
#503D62
(80,61,98)
#3D2E4C
(61,46,76)
#2A1F36
(42,31,54)
#171020
(23,16,32)
#000000
(0,0,0)

Tints of #D5A6FC

#D5A6FC
(213,166,252)
#D8AEFC
(216,174,252)
#DBB6FC
(219,182,252)
#DEBEFC
(222,190,252)
#E1C6FC
(225,198,252)
#E4CEFC
(228,206,252)
#E7D6FC
(231,214,252)
#EADEFC
(234,222,252)
#EDE6FC
(237,230,252)
#F0EEFC
(240,238,252)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A6FC color. Also use rgb(213,166,252) instead hex code.

Text Font Color

.myTextColor { color: #D5A6FC; }

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

This text font color is #D5A6FC.


Background Color

.myBgColor { background-color: #D5A6FC; }

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

This div background color is #D5A6FC.


Border color

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

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

This div border color is #D5A6FC.


Opacity

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

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

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

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

This text has shadow with #D5A6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A6FC on black background.


Color preview on white background

This text has color #D5A6FC on white background.



Black color preview on #D5A6FC background

This text has black color on #D5A6FC background.


White color preview on #D5A6FC background

This text has white color on #D5A6FC background.