COLOR #D5A4F7

HEX: #D5A4F7
RGB: (213,164,247)

Color info

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

RGB color model

#D5A4F7 color RGB value is (213,164,247).

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

RGB channels and saturation

R 213 of 255 = 84%
G 164 of 255 = 64%
B 247 of 255 = 97%

213
164
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 164 + 247 = 624 (100%)
R 213 of 624 ~ 34.13%
G 164 of 624 ~ 26.28%
B 247 of 624 ~ 39.58%

%34.13
%26.28
%39.58

CMYK color model

#D5A4F7 color CMYK value is (14,34,0,3).

  • cyan value is 13.77%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,34,0,3)
C14M34Y0K3 
(14%,34%,0%,3%)
(0.14/0.34/0.00/0.03)	

CMYK percentages

%13.77
%33.6
%0
%3.14

Codes

Color #D5A4F7 in popluar color models

D5A4F7
RGB213164247
HSL275°83.84%80.59%
HSB/HSV275°33.60%96.86%
CMYK13.77%33.60%0.00%
3.14%

Color #D5A4F7 in popluar number systems.

HEXD5A4F7
Decimal213164247
Binary110101011010010011110111
Octal325244367

Shades and tints

Shades of #D5A4F7

#D5A4F7
(213,164,247)
#C296E1
(194,150,225)
#AF88CB
(175,136,203)
#9C7AB5
(156,122,181)
#896C9F
(137,108,159)
#765E89
(118,94,137)
#635073
(99,80,115)
#50425D
(80,66,93)
#3D3447
(61,52,71)
#2A2631
(42,38,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #D5A4F7

#D5A4F7
(213,164,247)
#D8ACF7
(216,172,247)
#DBB4F7
(219,180,247)
#DEBCF7
(222,188,247)
#E1C4F7
(225,196,247)
#E4CCF7
(228,204,247)
#E7D4F7
(231,212,247)
#EADCF7
(234,220,247)
#EDE4F7
(237,228,247)
#F0ECF7
(240,236,247)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A4F7; }

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

This text font color is #D5A4F7.


Background Color

.myBgColor { background-color: #D5A4F7; }

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

This div background color is #D5A4F7.


Border color

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

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

This div border color is #D5A4F7.


Opacity

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

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

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

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

This text has shadow with #D5A4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A4F7 on black background.


Color preview on white background

This text has color #D5A4F7 on white background.



Black color preview on #D5A4F7 background

This text has black color on #D5A4F7 background.


White color preview on #D5A4F7 background

This text has white color on #D5A4F7 background.