COLOR #A89FD5

HEX: #A89FD5
RGB: (168,159,213)

Color info

#A89FD5 contains red, green and blue colors in about the same proportion. Web safe color of #A89FD5 is #9999CC (or #99C).

RGB color model

#A89FD5 color RGB value is (168,159,213).

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

RGB channels and saturation

R 168 of 255 = 66%
G 159 of 255 = 62%
B 213 of 255 = 84%

168
159
213

R + G + B ~ 71%. #A89FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 159 + 213 = 540 (100%)
R 168 of 540 ~ 31.11%
G 159 of 540 ~ 29.44%
B 213 of 540 ~ 39.44%

%31.11
%29.44
%39.44

CMYK color model

#A89FD5 color CMYK value is (21,25,0,16).

  • cyan value is 21.13%
  • magenta value is 25.35%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,25,0,16)
C21M25Y0K16 
(21%,25%,0%,16%)
(0.21/0.25/0.00/0.16)	

CMYK percentages

%21.13
%25.35
%0
%16.47

Codes

Color #A89FD5 in popluar color models

A89FD5
RGB168159213
HSL250°39.13%72.94%
HSB/HSV250°25.35%83.53%
CMYK21.13%25.35%0.00%
16.47%

Color #A89FD5 in popluar number systems.

HEXA89FD5
Decimal168159213
Binary101010001001111111010101
Octal250237325

Shades and tints

Shades of #A89FD5

#A89FD5
(168,159,213)
#9991C2
(153,145,194)
#8A83AF
(138,131,175)
#7B759C
(123,117,156)
#6C6789
(108,103,137)
#5D5976
(93,89,118)
#4E4B63
(78,75,99)
#3F3D50
(63,61,80)
#302F3D
(48,47,61)
#21212A
(33,33,42)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A89FD5

#A89FD5
(168,159,213)
#AFA7D8
(175,167,216)
#B6AFDB
(182,175,219)
#BDB7DE
(189,183,222)
#C4BFE1
(196,191,225)
#CBC7E4
(203,199,228)
#D2CFE7
(210,207,231)
#D9D7EA
(217,215,234)
#E0DFED
(224,223,237)
#E7E7F0
(231,231,240)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89FD5; }

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

This text font color is #A89FD5.


Background Color

.myBgColor { background-color: #A89FD5; }

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

This div background color is #A89FD5.


Border color

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

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

This div border color is #A89FD5.


Opacity

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

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

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

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

This text has shadow with #A89FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89FD5 on black background.


Color preview on white background

This text has color #A89FD5 on white background.



Black color preview on #A89FD5 background

This text has black color on #A89FD5 background.


White color preview on #A89FD5 background

This text has white color on #A89FD5 background.