COLOR #899FBE

HEX: #899FBE RGB: (137,159,190)

Color info

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

RGB color model

#899FBE color RGB value is (137,159,190).

RGB: (137,159,190) (54%, 62%, 75%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 190 of 255 = 75%

137
159
190

R + G + B ~ 64%. #899FBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 159 + 190 = 486 (100%)
R 137 of 486 ~ 28.19%
G 159 of 486 ~ 32.72%
B 190 of 486 ~ 39.09'%

%28.19
%32.72
%39.09

CMYK color model

#899FBE color CMYK value is (28,16,0,25).

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

CMYK: (28,16,0,25)
C28M16Y0K25 (28%, 16%, 0%, 25%)
(0.28 / 0.16 / 0.00 / 0.25)

CMYK percentages

%27.89
%16.32
%0
%25.49

Codes

Color #899FBE in popluar color models

89 9F BE
RGB 137 159 190
HSL 215° 28.96% 64.12%
HSB/HSV 215° 27.89% 74.51%
CMYK 27.89% 16.32% 0.00%
25.49%

Color #899FBE in popluar number systems.

HEX 89 9F BE
Decimal 137 159 190
Binary 10001001 10011111 10111110
Octal 211 237 276

Shades and tints

Shades of #899FBE

#899FBE
(137,159,190)
#7D91AD
(125,145,173)
#71839C
(113,131,156)
#65758B
(101,117,139)
#59677A
(89,103,122)
#4D5969
(77,89,105)
#414B58
(65,75,88)
#353D47
(53,61,71)
#292F36
(41,47,54)
#1D2125
(29,33,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #899FBE

#899FBE
(137,159,190)
#93A7C3
(147,167,195)
#9DAFC8
(157,175,200)
#A7B7CD
(167,183,205)
#B1BFD2
(177,191,210)
#BBC7D7
(187,199,215)
#C5CFDC
(197,207,220)
#CFD7E1
(207,215,225)
#D9DFE6
(217,223,230)
#E3E7EB
(227,231,235)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899FBE; }

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

This text font color is #899FBE.

Background Color

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

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

This div background color is #899FBE.

Border color

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

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

This div border color is #899FBE.

Opacity

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

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

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

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

This text has shadow with #899FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899FBE.

Preview

Color preview on black background

This text has color #899FBE on black background.


Color preview on white background

This text has color #899FBE on white background.


Black color preview on #899FBE background

This text has black color on #899FBE background.


White color preview on #899FBE background

This text has white color on #899FBE background.


Related colors

Complementary color

Complementary color for #hex is #766041.


I love getcolorcode.com

Triadic colors

1 #BE899F and #9FBE89 with #899FBE are triadic colors.

2 #BE9F89 and #9F89BE with #899FBE are triadic colors.