COLOR #9989BB

HEX: #9989BB RGB: (153,137,187)

Color info

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

RGB color model

#9989BB color RGB value is (153,137,187).

RGB: (153,137,187) (60%, 54%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 187 of 255 = 73%

153
137
187

R + G + B ~ 62%. #9989BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 137 + 187 = 477 (100%)
R 153 of 477 ~ 32.08%
G 137 of 477 ~ 28.72%
B 187 of 477 ~ 39.2'%

%32.08
%28.72
%39.2

CMYK color model

#9989BB color CMYK value is (18,27,0,27).

  • cyan value is 18.18%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,27,0,27)
C18M27Y0K27 (18%, 27%, 0%, 27%)
(0.18 / 0.27 / 0.00 / 0.27)

CMYK percentages

%18.18
%26.74
%0
%26.67

Codes

Color #9989BB in popluar color models

99 89 BB
RGB 153 137 187
HSL 259° 26.88% 63.53%
HSB/HSV 259° 26.74% 73.33%
CMYK 18.18% 26.74% 0.00%
26.67%

Color #9989BB in popluar number systems.

HEX 99 89 BB
Decimal 153 137 187
Binary 10011001 10001001 10111011
Octal 231 211 273

Shades and tints

Shades of #9989BB

#9989BB
(153,137,187)
#8C7DAA
(140,125,170)
#7F7199
(127,113,153)
#726588
(114,101,136)
#655977
(101,89,119)
#584D66
(88,77,102)
#4B4155
(75,65,85)
#3E3544
(62,53,68)
#312933
(49,41,51)
#241D22
(36,29,34)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #9989BB

#9989BB
(153,137,187)
#A293C1
(162,147,193)
#AB9DC7
(171,157,199)
#B4A7CD
(180,167,205)
#BDB1D3
(189,177,211)
#C6BBD9
(198,187,217)
#CFC5DF
(207,197,223)
#D8CFE5
(216,207,229)
#E1D9EB
(225,217,235)
#EAE3F1
(234,227,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9989BB color. Also use rgb(153,137,187) instead hex code.

Text Font Color

.myTextColor { color: #9989BB; }

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

This text font color is #9989BB.

Background Color

.myBgColor { background-color: #9989BB; }

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

This div background color is #9989BB.

Border color

.myBorderColor { border: 1px solid #9989BB; }

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

This div border color is #9989BB.

Opacity

.myOpacity80 { color: #9989BB; opacity: 0.8; }

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

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

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

This text has shadow with #9989BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9989BB.

Preview

Color preview on black background

This text has color #9989BB on black background.


Color preview on white background

This text has color #9989BB on white background.


Black color preview on #9989BB background

This text has black color on #9989BB background.


White color preview on #9989BB background

This text has white color on #9989BB background.


Related colors

Complementary color

Complementary color for #hex is #667644.


I love getcolorcode.com

Triadic colors

1 #BB9989 and #89BB99 with #9989BB are triadic colors.

2 #BB8999 and #8999BB with #9989BB are triadic colors.