COLOR #A89BC9

HEX: #A89BC9
RGB: (168,155,201)

Color info

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

RGB color model

#A89BC9 color RGB value is (168,155,201).

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

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 201 of 255 = 79%

168
155
201

R + G + B ~ 69%. #A89BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 201 = 524 (100%)
R 168 of 524 ~ 32.06%
G 155 of 524 ~ 29.58%
B 201 of 524 ~ 38.36%

%32.06
%29.58
%38.36

CMYK color model

#A89BC9 color CMYK value is (16,23,0,21).

  • cyan value is 16.42%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(16,23,0,21)
C16M23Y0K21 
(16%,23%,0%,21%)
(0.16/0.23/0.00/0.21)	

CMYK percentages

%16.42
%22.89
%0
%21.18

Codes

Color #A89BC9 in popluar color models

A89BC9
RGB168155201
HSL257°29.87%69.80%
HSB/HSV257°22.89%78.82%
CMYK16.42%22.89%0.00%
21.18%

Color #A89BC9 in popluar number systems.

HEXA89BC9
Decimal168155201
Binary101010001001101111001001
Octal250233311

Shades and tints

Shades of #A89BC9

#A89BC9
(168,155,201)
#998DB7
(153,141,183)
#8A7FA5
(138,127,165)
#7B7193
(123,113,147)
#6C6381
(108,99,129)
#5D556F
(93,85,111)
#4E475D
(78,71,93)
#3F394B
(63,57,75)
#302B39
(48,43,57)
#211D27
(33,29,39)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #A89BC9

#A89BC9
(168,155,201)
#AFA4CD
(175,164,205)
#B6ADD1
(182,173,209)
#BDB6D5
(189,182,213)
#C4BFD9
(196,191,217)
#CBC8DD
(203,200,221)
#D2D1E1
(210,209,225)
#D9DAE5
(217,218,229)
#E0E3E9
(224,227,233)
#E7ECED
(231,236,237)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89BC9; }

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

This text font color is #A89BC9.


Background Color

.myBgColor { background-color: #A89BC9; }

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

This div background color is #A89BC9.


Border color

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

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

This div border color is #A89BC9.


Opacity

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

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

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

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

This text has shadow with #A89BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89BC9 on black background.


Color preview on white background

This text has color #A89BC9 on white background.



Black color preview on #A89BC9 background

This text has black color on #A89BC9 background.


White color preview on #A89BC9 background

This text has white color on #A89BC9 background.