COLOR #899BB0

HEX: #899BB0
RGB: (137,155,176)

Color info

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

RGB color model

#899BB0 color RGB value is (137,155,176).

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

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 176 of 255 = 69%

137
155
176

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 176 = 468 (100%)
R 137 of 468 ~ 29.27%
G 155 of 468 ~ 33.12%
B 176 of 468 ~ 37.61%

%29.27
%33.12
%37.61

CMYK color model

#899BB0 color CMYK value is (22,12,0,31).

  • cyan value is 22.16%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(22,12,0,31)
C22M12Y0K31 
(22%,12%,0%,31%)
(0.22/0.12/0.00/0.31)	

CMYK percentages

%22.16
%11.93
%0
%30.98

Codes

Color #899BB0 in popluar color models

899BB0
RGB137155176
HSL212°19.80%61.37%
HSB/HSV212°22.16%69.02%
CMYK22.16%11.93%0.00%
30.98%

Color #899BB0 in popluar number systems.

HEX899BB0
Decimal137155176
Binary100010011001101110110000
Octal211233260

Shades and tints

Shades of #899BB0

#899BB0
(137,155,176)
#7D8DA0
(125,141,160)
#717F90
(113,127,144)
#657180
(101,113,128)
#596370
(89,99,112)
#4D5560
(77,85,96)
#414750
(65,71,80)
#353940
(53,57,64)
#292B30
(41,43,48)
#1D1D20
(29,29,32)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #899BB0

#899BB0
(137,155,176)
#93A4B7
(147,164,183)
#9DADBE
(157,173,190)
#A7B6C5
(167,182,197)
#B1BFCC
(177,191,204)
#BBC8D3
(187,200,211)
#C5D1DA
(197,209,218)
#CFDAE1
(207,218,225)
#D9E3E8
(217,227,232)
#E3ECEF
(227,236,239)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BB0; }

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

This text font color is #899BB0.


Background Color

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

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

This div background color is #899BB0.


Border color

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

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

This div border color is #899BB0.


Opacity

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

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

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

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

This text has shadow with #899BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899BB0 on black background.


Color preview on white background

This text has color #899BB0 on white background.



Black color preview on #899BB0 background

This text has black color on #899BB0 background.


White color preview on #899BB0 background

This text has white color on #899BB0 background.