COLOR #8999BB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
153
187

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

Portions of RGB colors in percentages

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

%28.72
%32.08
%39.2

CMYK color model

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

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

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

CMYK percentages

%26.74
%18.18
%0
%26.67

Codes

Color #8999BB in popluar color models

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

Color #8999BB in popluar number systems.

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

Shades and tints

Shades of #8999BB

#8999BB
(137,153,187)
#7D8CAA
(125,140,170)
#717F99
(113,127,153)
#657288
(101,114,136)
#596577
(89,101,119)
#4D5866
(77,88,102)
#414B55
(65,75,85)
#353E44
(53,62,68)
#293133
(41,49,51)
#1D2422
(29,36,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #8999BB

#8999BB
(137,153,187)
#93A2C1
(147,162,193)
#9DABC7
(157,171,199)
#A7B4CD
(167,180,205)
#B1BDD3
(177,189,211)
#BBC6D9
(187,198,217)
#C5CFDF
(197,207,223)
#CFD8E5
(207,216,229)
#D9E1EB
(217,225,235)
#E3EAF1
(227,234,241)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8999BB; }

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

This text font color is #8999BB.

Background Color

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

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

This div background color is #8999BB.

Border color

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

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

This div border color is #8999BB.

Opacity

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

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

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

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

This text has shadow with #8999BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8999BB.

Preview

Color preview on black background

This text has color #8999BB on black background.


Color preview on white background

This text has color #8999BB on white background.


Black color preview on #8999BB background

This text has black color on #8999BB background.


White color preview on #8999BB background

This text has white color on #8999BB background.


Related colors

Complementary color

Complementary color for #hex is #766644.


I love getcolorcode.com

Triadic colors

1 #BB8999 and #99BB89 with #8999BB are triadic colors.

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