COLOR #A89BD2

HEX: #A89BD2
RGB: (168,155,210)

Color info

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

RGB color model

#A89BD2 color RGB value is (168,155,210).

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

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 210 of 255 = 82%

168
155
210

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 210 = 533 (100%)
R 168 of 533 ~ 31.52%
G 155 of 533 ~ 29.08%
B 210 of 533 ~ 39.4%

%31.52
%29.08
%39.4

CMYK color model

#A89BD2 color CMYK value is (20,26,0,18).

  • cyan value is 20.00%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(20,26,0,18)
C20M26Y0K18 
(20%,26%,0%,18%)
(0.20/0.26/0.00/0.18)	

CMYK percentages

%20
%26.19
%0
%17.65

Codes

Color #A89BD2 in popluar color models

A89BD2
RGB168155210
HSL254°37.93%71.57%
HSB/HSV254°26.19%82.35%
CMYK20.00%26.19%0.00%
17.65%

Color #A89BD2 in popluar number systems.

HEXA89BD2
Decimal168155210
Binary101010001001101111010010
Octal250233322

Shades and tints

Shades of #A89BD2

#A89BD2
(168,155,210)
#998DBF
(153,141,191)
#8A7FAC
(138,127,172)
#7B7199
(123,113,153)
#6C6386
(108,99,134)
#5D5573
(93,85,115)
#4E4760
(78,71,96)
#3F394D
(63,57,77)
#302B3A
(48,43,58)
#211D27
(33,29,39)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A89BD2

#A89BD2
(168,155,210)
#AFA4D6
(175,164,214)
#B6ADDA
(182,173,218)
#BDB6DE
(189,182,222)
#C4BFE2
(196,191,226)
#CBC8E6
(203,200,230)
#D2D1EA
(210,209,234)
#D9DAEE
(217,218,238)
#E0E3F2
(224,227,242)
#E7ECF6
(231,236,246)
#EEF5FA
(238,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89BD2; }

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

This text font color is #A89BD2.


Background Color

.myBgColor { background-color: #A89BD2; }

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

This div background color is #A89BD2.


Border color

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

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

This div border color is #A89BD2.


Opacity

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

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

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

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

This text has shadow with #A89BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89BD2 on black background.


Color preview on white background

This text has color #A89BD2 on white background.



Black color preview on #A89BD2 background

This text has black color on #A89BD2 background.


White color preview on #A89BD2 background

This text has white color on #A89BD2 background.