COLOR #899BBE

HEX: #899BBE RGB: (137,155,190)

Color info

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

RGB color model

#899BBE color RGB value is (137,155,190).

RGB: (137,155,190) (54%, 61%, 75%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 190 of 255 = 75%

137
155
190

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

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 190 = 482 (100%)
R 137 of 482 ~ 28.42%
G 155 of 482 ~ 32.16%
B 190 of 482 ~ 39.42'%

%28.42
%32.16
%39.42

CMYK color model

#899BBE color CMYK value is (28,18,0,25).

  • cyan value is 27.89%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (28,18,0,25)
C28M18Y0K25 (28%, 18%, 0%, 25%)
(0.28 / 0.18 / 0.00 / 0.25)

CMYK percentages

%27.89
%18.42
%0
%25.49

Codes

Color #899BBE in popluar color models

89 9B BE
RGB 137 155 190
HSL 220° 28.96% 64.12%
HSB/HSV 220° 27.89% 74.51%
CMYK 27.89% 18.42% 0.00%
25.49%

Color #899BBE in popluar number systems.

HEX 89 9B BE
Decimal 137 155 190
Binary 10001001 10011011 10111110
Octal 211 233 276

Shades and tints

Shades of #899BBE

#899BBE
(137,155,190)
#7D8DAD
(125,141,173)
#717F9C
(113,127,156)
#65718B
(101,113,139)
#59637A
(89,99,122)
#4D5569
(77,85,105)
#414758
(65,71,88)
#353947
(53,57,71)
#292B36
(41,43,54)
#1D1D25
(29,29,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #899BBE

#899BBE
(137,155,190)
#93A4C3
(147,164,195)
#9DADC8
(157,173,200)
#A7B6CD
(167,182,205)
#B1BFD2
(177,191,210)
#BBC8D7
(187,200,215)
#C5D1DC
(197,209,220)
#CFDAE1
(207,218,225)
#D9E3E6
(217,227,230)
#E3ECEB
(227,236,235)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BBE; }

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

This text font color is #899BBE.

Background Color

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

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

This div background color is #899BBE.

Border color

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

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

This div border color is #899BBE.

Opacity

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

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

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

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

This text has shadow with #899BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899BBE.

Preview

Color preview on black background

This text has color #899BBE on black background.


Color preview on white background

This text has color #899BBE on white background.


Black color preview on #899BBE background

This text has black color on #899BBE background.


White color preview on #899BBE background

This text has white color on #899BBE background.


Related colors

Complementary color

Complementary color for #hex is #766441.


I love getcolorcode.com

Triadic colors

1 #BE899B and #9BBE89 with #899BBE are triadic colors.

2 #BE9B89 and #9B89BE with #899BBE are triadic colors.