COLOR #899BAD

HEX: #899BAD
RGB: (137,155,173)

Color info

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

RGB color model

#899BAD color RGB value is (137,155,173).

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

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 173 of 255 = 68%

137
155
173

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 173 = 465 (100%)
R 137 of 465 ~ 29.46%
G 155 of 465 ~ 33.33%
B 173 of 465 ~ 37.2%

%29.46
%33.33
%37.2

CMYK color model

#899BAD color CMYK value is (21,10,0,32).

  • cyan value is 20.81%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,10,0,32)
C21M10Y0K32 
(21%,10%,0%,32%)
(0.21/0.10/0.00/0.32)	

CMYK percentages

%20.81
%10.4
%0
%32.16

Codes

Color #899BAD in popluar color models

899BAD
RGB137155173
HSL210°18.00%60.78%
HSB/HSV210°20.81%67.84%
CMYK20.81%10.40%0.00%
32.16%

Color #899BAD in popluar number systems.

HEX899BAD
Decimal137155173
Binary100010011001101110101101
Octal211233255

Shades and tints

Shades of #899BAD

#899BAD
(137,155,173)
#7D8D9E
(125,141,158)
#717F8F
(113,127,143)
#657180
(101,113,128)
#596371
(89,99,113)
#4D5562
(77,85,98)
#414753
(65,71,83)
#353944
(53,57,68)
#292B35
(41,43,53)
#1D1D26
(29,29,38)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #899BAD

#899BAD
(137,155,173)
#93A4B4
(147,164,180)
#9DADBB
(157,173,187)
#A7B6C2
(167,182,194)
#B1BFC9
(177,191,201)
#BBC8D0
(187,200,208)
#C5D1D7
(197,209,215)
#CFDADE
(207,218,222)
#D9E3E5
(217,227,229)
#E3ECEC
(227,236,236)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BAD; }

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

This text font color is #899BAD.


Background Color

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

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

This div background color is #899BAD.


Border color

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

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

This div border color is #899BAD.


Opacity

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

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

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

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

This text has shadow with #899BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899BAD on black background.


Color preview on white background

This text has color #899BAD on white background.



Black color preview on #899BAD background

This text has black color on #899BAD background.


White color preview on #899BAD background

This text has white color on #899BAD background.