COLOR #9B89AA

HEX: #9B89AA
RGB: (155,137,170)

Color info

#9B89AA contains red, green and blue colors in about the same proportion. Web safe color of #9B89AA is #999999 (or #999).

RGB color model

#9B89AA color RGB value is (155,137,170).

  • red value is 155;
  • green value is 137;
  • blue value is 170.
RGB:
(155,137,170)
(61%,54%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 170 of 255 = 67%

155
137
170

R + G + B ~ 61%. #9B89AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 137 + 170 = 462 (100%)
R 155 of 462 ~ 33.55%
G 137 of 462 ~ 29.65%
B 170 of 462 ~ 36.8%

%33.55
%29.65
%36.8

CMYK color model

#9B89AA color CMYK value is (9,19,0,33).

  • cyan value is 8.82%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,19,0,33)
C9M19Y0K33 
(9%,19%,0%,33%)
(0.09/0.19/0.00/0.33)	

CMYK percentages

%8.82
%19.41
%0
%33.33

Codes

Color #9B89AA in popluar color models

9B89AA
RGB155137170
HSL273°16.26%60.20%
HSB/HSV273°19.41%66.67%
CMYK8.82%19.41%0.00%
33.33%

Color #9B89AA in popluar number systems.

HEX9B89AA
Decimal155137170
Binary100110111000100110101010
Octal233211252

Shades and tints

Shades of #9B89AA

#9B89AA
(155,137,170)
#8D7D9B
(141,125,155)
#7F718C
(127,113,140)
#71657D
(113,101,125)
#63596E
(99,89,110)
#554D5F
(85,77,95)
#474150
(71,65,80)
#393541
(57,53,65)
#2B2932
(43,41,50)
#1D1D23
(29,29,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9B89AA

#9B89AA
(155,137,170)
#A493B1
(164,147,177)
#AD9DB8
(173,157,184)
#B6A7BF
(182,167,191)
#BFB1C6
(191,177,198)
#C8BBCD
(200,187,205)
#D1C5D4
(209,197,212)
#DACFDB
(218,207,219)
#E3D9E2
(227,217,226)
#ECE3E9
(236,227,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B89AA color. Also use rgb(155,137,170) instead hex code.

Text Font Color

.myTextColor { color: #9B89AA; }

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

This text font color is #9B89AA.


Background Color

.myBgColor { background-color: #9B89AA; }

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

This div background color is #9B89AA.


Border color

.myBorderColor { border: 1px solid #9B89AA; }

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

This div border color is #9B89AA.


Opacity

.myOpacity80 { color: #9B89AA; opacity: 0.8; }

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

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

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

This text has shadow with #9B89AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B89AA on black background.


Color preview on white background

This text has color #9B89AA on white background.



Black color preview on #9B89AA background

This text has black color on #9B89AA background.


White color preview on #9B89AA background

This text has white color on #9B89AA background.