COLOR #899BA8

HEX: #899BA8
RGB: (137,155,168)

Color info

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

RGB color model

#899BA8 color RGB value is (137,155,168).

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

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 168 of 255 = 66%

137
155
168

R + G + B ~ 60%. #899BA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 168 = 460 (100%)
R 137 of 460 ~ 29.78%
G 155 of 460 ~ 33.7%
B 168 of 460 ~ 36.52%

%29.78
%33.7
%36.52

CMYK color model

#899BA8 color CMYK value is (18,8,0,34).

  • cyan value is 18.45%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(18,8,0,34)
C18M8Y0K34 
(18%,8%,0%,34%)
(0.18/0.08/0.00/0.34)	

CMYK percentages

%18.45
%7.74
%0
%34.12

Codes

Color #899BA8 in popluar color models

899BA8
RGB137155168
HSL205°15.12%59.80%
HSB/HSV205°18.45%65.88%
CMYK18.45%7.74%0.00%
34.12%

Color #899BA8 in popluar number systems.

HEX899BA8
Decimal137155168
Binary100010011001101110101000
Octal211233250

Shades and tints

Shades of #899BA8

#899BA8
(137,155,168)
#7D8D99
(125,141,153)
#717F8A
(113,127,138)
#65717B
(101,113,123)
#59636C
(89,99,108)
#4D555D
(77,85,93)
#41474E
(65,71,78)
#35393F
(53,57,63)
#292B30
(41,43,48)
#1D1D21
(29,29,33)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #899BA8

#899BA8
(137,155,168)
#93A4AF
(147,164,175)
#9DADB6
(157,173,182)
#A7B6BD
(167,182,189)
#B1BFC4
(177,191,196)
#BBC8CB
(187,200,203)
#C5D1D2
(197,209,210)
#CFDAD9
(207,218,217)
#D9E3E0
(217,227,224)
#E3ECE7
(227,236,231)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BA8; }

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

This text font color is #899BA8.


Background Color

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

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

This div background color is #899BA8.


Border color

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

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

This div border color is #899BA8.


Opacity

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

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

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

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

This text has shadow with #899BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899BA8 on black background.


Color preview on white background

This text has color #899BA8 on white background.



Black color preview on #899BA8 background

This text has black color on #899BA8 background.


White color preview on #899BA8 background

This text has white color on #899BA8 background.