COLOR #899BAA

HEX: #899BAA
RGB: (137,155,170)

Color info

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

RGB color model

#899BAA color RGB value is (137,155,170).

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

RGB channels and saturation

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

137
155
170

R + G + B ~ 61%. #899BAA is quite light color.

Portions of RGB colors in percentages

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

%29.65
%33.55
%36.8

CMYK color model

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

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

CMYK percentages

%19.41
%8.82
%0
%33.33

Codes

Color #899BAA in popluar color models

899BAA
RGB137155170
HSL207°16.26%60.20%
HSB/HSV207°19.41%66.67%
CMYK19.41%8.82%0.00%
33.33%

Color #899BAA in popluar number systems.

HEX899BAA
Decimal137155170
Binary100010011001101110101010
Octal211233252

Shades and tints

Shades of #899BAA

#899BAA
(137,155,170)
#7D8D9B
(125,141,155)
#717F8C
(113,127,140)
#65717D
(101,113,125)
#59636E
(89,99,110)
#4D555F
(77,85,95)
#414750
(65,71,80)
#353941
(53,57,65)
#292B32
(41,43,50)
#1D1D23
(29,29,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #899BAA

#899BAA
(137,155,170)
#93A4B1
(147,164,177)
#9DADB8
(157,173,184)
#A7B6BF
(167,182,191)
#B1BFC6
(177,191,198)
#BBC8CD
(187,200,205)
#C5D1D4
(197,209,212)
#CFDADB
(207,218,219)
#D9E3E2
(217,227,226)
#E3ECE9
(227,236,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BAA; }

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

This text font color is #899BAA.


Background Color

.myBgColor { background-color: #899BAA; }

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

This div background color is #899BAA.


Border color

.myBorderColor { border: 1px solid #899BAA; }

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

This div border color is #899BAA.


Opacity

.myOpacity80 { color: #899BAA; opacity: 0.8; }

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

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

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

This text has shadow with #899BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899BAA on black background.


Color preview on white background

This text has color #899BAA on white background.



Black color preview on #899BAA background

This text has black color on #899BAA background.


White color preview on #899BAA background

This text has white color on #899BAA background.