COLOR #899EBF

HEX: #899EBF
RGB: (137,158,191)

Color info

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

RGB color model

#899EBF color RGB value is (137,158,191).

  • red value is 137;
  • green value is 158;
  • blue value is 191.
RGB:
(137,158,191)
(54%,62%,75%)

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 191 of 255 = 75%

137
158
191

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 191 = 486 (100%)
R 137 of 486 ~ 28.19%
G 158 of 486 ~ 32.51%
B 191 of 486 ~ 39.3%

%28.19
%32.51
%39.3

CMYK color model

#899EBF color CMYK value is (28,17,0,25).

  • cyan value is 28.27%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(28,17,0,25)
C28M17Y0K25 
(28%,17%,0%,25%)
(0.28/0.17/0.00/0.25)	

CMYK percentages

%28.27
%17.28
%0
%25.1

Codes

Color #899EBF in popluar color models

899EBF
RGB137158191
HSL217°29.67%64.31%
HSB/HSV217°28.27%74.90%
CMYK28.27%17.28%0.00%
25.10%

Color #899EBF in popluar number systems.

HEX899EBF
Decimal137158191
Binary100010011001111010111111
Octal211236277

Shades and tints

Shades of #899EBF

#899EBF
(137,158,191)
#7D90AE
(125,144,174)
#71829D
(113,130,157)
#65748C
(101,116,140)
#59667B
(89,102,123)
#4D586A
(77,88,106)
#414A59
(65,74,89)
#353C48
(53,60,72)
#292E37
(41,46,55)
#1D2026
(29,32,38)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #899EBF

#899EBF
(137,158,191)
#93A6C4
(147,166,196)
#9DAEC9
(157,174,201)
#A7B6CE
(167,182,206)
#B1BED3
(177,190,211)
#BBC6D8
(187,198,216)
#C5CEDD
(197,206,221)
#CFD6E2
(207,214,226)
#D9DEE7
(217,222,231)
#E3E6EC
(227,230,236)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899EBF color. Also use rgb(137,158,191) instead hex code.

Text Font Color

.myTextColor { color: #899EBF; }

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

This text font color is #899EBF.


Background Color

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

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

This div background color is #899EBF.


Border color

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

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

This div border color is #899EBF.


Opacity

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

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

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

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

This text has shadow with #899EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899EBF on black background.


Color preview on white background

This text has color #899EBF on white background.



Black color preview on #899EBF background

This text has black color on #899EBF background.


White color preview on #899EBF background

This text has white color on #899EBF background.