COLOR #D5A8F7

HEX: #D5A8F7
RGB: (213,168,247)

Color info

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

RGB color model

#D5A8F7 color RGB value is (213,168,247).

  • red value is 213;
  • green value is 168;
  • blue value is 247.
RGB:
(213,168,247)
(84%,66%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 168 of 255 = 66%
B 247 of 255 = 97%

213
168
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 168 + 247 = 628 (100%)
R 213 of 628 ~ 33.92%
G 168 of 628 ~ 26.75%
B 247 of 628 ~ 39.33%

%33.92
%26.75
%39.33

CMYK color model

#D5A8F7 color CMYK value is (14,32,0,3).

  • cyan value is 13.77%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,32,0,3)
C14M32Y0K3 
(14%,32%,0%,3%)
(0.14/0.32/0.00/0.03)	

CMYK percentages

%13.77
%31.98
%0
%3.14

Codes

Color #D5A8F7 in popluar color models

D5A8F7
RGB213168247
HSL274°83.16%81.37%
HSB/HSV274°31.98%96.86%
CMYK13.77%31.98%0.00%
3.14%

Color #D5A8F7 in popluar number systems.

HEXD5A8F7
Decimal213168247
Binary110101011010100011110111
Octal325250367

Shades and tints

Shades of #D5A8F7

#D5A8F7
(213,168,247)
#C299E1
(194,153,225)
#AF8ACB
(175,138,203)
#9C7BB5
(156,123,181)
#896C9F
(137,108,159)
#765D89
(118,93,137)
#634E73
(99,78,115)
#503F5D
(80,63,93)
#3D3047
(61,48,71)
#2A2131
(42,33,49)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #D5A8F7

#D5A8F7
(213,168,247)
#D8AFF7
(216,175,247)
#DBB6F7
(219,182,247)
#DEBDF7
(222,189,247)
#E1C4F7
(225,196,247)
#E4CBF7
(228,203,247)
#E7D2F7
(231,210,247)
#EAD9F7
(234,217,247)
#EDE0F7
(237,224,247)
#F0E7F7
(240,231,247)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A8F7 color. Also use rgb(213,168,247) instead hex code.

Text Font Color

.myTextColor { color: #D5A8F7; }

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

This text font color is #D5A8F7.


Background Color

.myBgColor { background-color: #D5A8F7; }

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

This div background color is #D5A8F7.


Border color

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

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

This div border color is #D5A8F7.


Opacity

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

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

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

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

This text has shadow with #D5A8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A8F7 on black background.


Color preview on white background

This text has color #D5A8F7 on white background.



Black color preview on #D5A8F7 background

This text has black color on #D5A8F7 background.


White color preview on #D5A8F7 background

This text has white color on #D5A8F7 background.