COLOR #A89FD2

HEX: #A89FD2
RGB: (168,159,210)

Color info

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

RGB color model

#A89FD2 color RGB value is (168,159,210).

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

RGB channels and saturation

R 168 of 255 = 66%
G 159 of 255 = 62%
B 210 of 255 = 82%

168
159
210

R + G + B ~ 70%. #A89FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 159 + 210 = 537 (100%)
R 168 of 537 ~ 31.28%
G 159 of 537 ~ 29.61%
B 210 of 537 ~ 39.11%

%31.28
%29.61
%39.11

CMYK color model

#A89FD2 color CMYK value is (20,24,0,18).

  • cyan value is 20.00%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(20,24,0,18)
C20M24Y0K18 
(20%,24%,0%,18%)
(0.20/0.24/0.00/0.18)	

CMYK percentages

%20
%24.29
%0
%17.65

Codes

Color #A89FD2 in popluar color models

A89FD2
RGB168159210
HSL251°36.17%72.35%
HSB/HSV251°24.29%82.35%
CMYK20.00%24.29%0.00%
17.65%

Color #A89FD2 in popluar number systems.

HEXA89FD2
Decimal168159210
Binary101010001001111111010010
Octal250237322

Shades and tints

Shades of #A89FD2

#A89FD2
(168,159,210)
#9991BF
(153,145,191)
#8A83AC
(138,131,172)
#7B7599
(123,117,153)
#6C6786
(108,103,134)
#5D5973
(93,89,115)
#4E4B60
(78,75,96)
#3F3D4D
(63,61,77)
#302F3A
(48,47,58)
#212127
(33,33,39)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A89FD2

#A89FD2
(168,159,210)
#AFA7D6
(175,167,214)
#B6AFDA
(182,175,218)
#BDB7DE
(189,183,222)
#C4BFE2
(196,191,226)
#CBC7E6
(203,199,230)
#D2CFEA
(210,207,234)
#D9D7EE
(217,215,238)
#E0DFF2
(224,223,242)
#E7E7F6
(231,231,246)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89FD2; }

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

This text font color is #A89FD2.


Background Color

.myBgColor { background-color: #A89FD2; }

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

This div background color is #A89FD2.


Border color

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

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

This div border color is #A89FD2.


Opacity

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

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

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

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

This text has shadow with #A89FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89FD2 on black background.


Color preview on white background

This text has color #A89FD2 on white background.



Black color preview on #A89FD2 background

This text has black color on #A89FD2 background.


White color preview on #A89FD2 background

This text has white color on #A89FD2 background.