COLOR #899EB6

HEX: #899EB6
RGB: (137,158,182)

Color info

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

RGB color model

#899EB6 color RGB value is (137,158,182).

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

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 182 of 255 = 71%

137
158
182

R + G + B ~ 62%. #899EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 182 = 477 (100%)
R 137 of 477 ~ 28.72%
G 158 of 477 ~ 33.12%
B 182 of 477 ~ 38.16%

%28.72
%33.12
%38.16

CMYK color model

#899EB6 color CMYK value is (25,13,0,29).

  • cyan value is 24.73%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,13,0,29)
C25M13Y0K29 
(25%,13%,0%,29%)
(0.25/0.13/0.00/0.29)	

CMYK percentages

%24.73
%13.19
%0
%28.63

Codes

Color #899EB6 in popluar color models

899EB6
RGB137158182
HSL212°23.56%62.55%
HSB/HSV212°24.73%71.37%
CMYK24.73%13.19%0.00%
28.63%

Color #899EB6 in popluar number systems.

HEX899EB6
Decimal137158182
Binary100010011001111010110110
Octal211236266

Shades and tints

Shades of #899EB6

#899EB6
(137,158,182)
#7D90A6
(125,144,166)
#718296
(113,130,150)
#657486
(101,116,134)
#596676
(89,102,118)
#4D5866
(77,88,102)
#414A56
(65,74,86)
#353C46
(53,60,70)
#292E36
(41,46,54)
#1D2026
(29,32,38)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #899EB6

#899EB6
(137,158,182)
#93A6BC
(147,166,188)
#9DAEC2
(157,174,194)
#A7B6C8
(167,182,200)
#B1BECE
(177,190,206)
#BBC6D4
(187,198,212)
#C5CEDA
(197,206,218)
#CFD6E0
(207,214,224)
#D9DEE6
(217,222,230)
#E3E6EC
(227,230,236)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899EB6; }

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

This text font color is #899EB6.


Background Color

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

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

This div background color is #899EB6.


Border color

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

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

This div border color is #899EB6.


Opacity

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

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

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

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

This text has shadow with #899EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899EB6 on black background.


Color preview on white background

This text has color #899EB6 on white background.



Black color preview on #899EB6 background

This text has black color on #899EB6 background.


White color preview on #899EB6 background

This text has white color on #899EB6 background.