COLOR #9B89AB

HEX: #9B89AB RGB: (155,137,171)

Color info

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

RGB color model

#9B89AB color RGB value is (155,137,171).

RGB: (155,137,171) (61%, 54%, 67%)

RGB channels and saturation

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

155
137
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 137 + 171 = 463 (100%)
R 155 of 463 ~ 33.48%
G 137 of 463 ~ 29.59%
B 171 of 463 ~ 36.93'%

%33.48
%29.59
%36.93

CMYK color model

#9B89AB color CMYK value is (9,20,0,33).

  • cyan value is 9.36%
  • magenta value is 19.88%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,20,0,33)
C9M20Y0K33 (9%, 20%, 0%, 33%)
(0.09 / 0.20 / 0.00 / 0.33)

CMYK percentages

%9.36
%19.88
%0
%32.94

Codes

Color #9B89AB in popluar color models

9B 89 AB
RGB 155 137 171
HSL 272° 16.83% 60.39%
HSB/HSV 272° 19.88% 67.06%
CMYK 9.36% 19.88% 0.00%
32.94%

Color #9B89AB in popluar number systems.

HEX 9B 89 AB
Decimal 155 137 171
Binary 10011011 10001001 10101011
Octal 233 211 253

Shades and tints

Shades of #9B89AB

#9B89AB
(155,137,171)
#8D7D9C
(141,125,156)
#7F718D
(127,113,141)
#71657E
(113,101,126)
#63596F
(99,89,111)
#554D60
(85,77,96)
#474151
(71,65,81)
#393542
(57,53,66)
#2B2933
(43,41,51)
#1D1D24
(29,29,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B89AB

#9B89AB
(155,137,171)
#A493B2
(164,147,178)
#AD9DB9
(173,157,185)
#B6A7C0
(182,167,192)
#BFB1C7
(191,177,199)
#C8BBCE
(200,187,206)
#D1C5D5
(209,197,213)
#DACFDC
(218,207,220)
#E3D9E3
(227,217,227)
#ECE3EA
(236,227,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B89AB; }

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

This text font color is #9B89AB.

Background Color

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

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

This div background color is #9B89AB.

Border color

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

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

This div border color is #9B89AB.

Opacity

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

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

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

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

This text has shadow with #9B89AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B89AB.

Preview

Color preview on black background

This text has color #9B89AB on black background.


Color preview on white background

This text has color #9B89AB on white background.


Black color preview on #9B89AB background

This text has black color on #9B89AB background.


White color preview on #9B89AB background

This text has white color on #9B89AB background.


Related colors

Complementary color

Complementary color for #hex is #647654.


I love getcolorcode.com

Triadic colors

1 #AB9B89 and #89AB9B with #9B89AB are triadic colors.

2 #AB899B and #899BAB with #9B89AB are triadic colors.