COLOR #899BBD

HEX: #899BBD RGB: (137,155,189)

Color info

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

RGB color model

#899BBD color RGB value is (137,155,189).

RGB: (137,155,189) (54%, 61%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 189 of 255 = 74%

137
155
189

R + G + B ~ 63%. #899BBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 189 = 481 (100%)
R 137 of 481 ~ 28.48%
G 155 of 481 ~ 32.22%
B 189 of 481 ~ 39.29'%

%28.48
%32.22
%39.29

CMYK color model

#899BBD color CMYK value is (28,18,0,26).

  • cyan value is 27.51%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (28,18,0,26)
C28M18Y0K26 (28%, 18%, 0%, 26%)
(0.28 / 0.18 / 0.00 / 0.26)

CMYK percentages

%27.51
%17.99
%0
%25.88

Codes

Color #899BBD in popluar color models

89 9B BD
RGB 137 155 189
HSL 219° 28.26% 63.92%
HSB/HSV 219° 27.51% 74.12%
CMYK 27.51% 17.99% 0.00%
25.88%

Color #899BBD in popluar number systems.

HEX 89 9B BD
Decimal 137 155 189
Binary 10001001 10011011 10111101
Octal 211 233 275

Shades and tints

Shades of #899BBD

#899BBD
(137,155,189)
#7D8DAC
(125,141,172)
#717F9B
(113,127,155)
#65718A
(101,113,138)
#596379
(89,99,121)
#4D5568
(77,85,104)
#414757
(65,71,87)
#353946
(53,57,70)
#292B35
(41,43,53)
#1D1D24
(29,29,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #899BBD

#899BBD
(137,155,189)
#93A4C3
(147,164,195)
#9DADC9
(157,173,201)
#A7B6CF
(167,182,207)
#B1BFD5
(177,191,213)
#BBC8DB
(187,200,219)
#C5D1E1
(197,209,225)
#CFDAE7
(207,218,231)
#D9E3ED
(217,227,237)
#E3ECF3
(227,236,243)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BBD; }

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

This text font color is #899BBD.

Background Color

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

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

This div background color is #899BBD.

Border color

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

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

This div border color is #899BBD.

Opacity

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

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

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

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

This text has shadow with #899BBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899BBD.

Preview

Color preview on black background

This text has color #899BBD on black background.


Color preview on white background

This text has color #899BBD on white background.


Black color preview on #899BBD background

This text has black color on #899BBD background.


White color preview on #899BBD background

This text has white color on #899BBD background.


Related colors

Complementary color

Complementary color for #hex is #766442.


I love getcolorcode.com

Triadic colors

1 #BD899B and #9BBD89 with #899BBD are triadic colors.

2 #BD9B89 and #9B89BD with #899BBD are triadic colors.