COLOR #899BC7

HEX: #899BC7
RGB: (137,155,199)

Color info

#899BC7 contains mainly green and blue colors. Web safe color of #899BC7 is #9999CC (or #99C).

RGB color model

#899BC7 color RGB value is (137,155,199).

  • red value is 137;
  • green value is 155;
  • blue value is 199.
RGB:
(137,155,199)
(54%,61%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 199 of 255 = 78%

137
155
199

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 199 = 491 (100%)
R 137 of 491 ~ 27.9%
G 155 of 491 ~ 31.57%
B 199 of 491 ~ 40.53%

%27.9
%31.57
%40.53

CMYK color model

#899BC7 color CMYK value is (31,22,0,22).

  • cyan value is 31.16%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(31,22,0,22)
C31M22Y0K22 
(31%,22%,0%,22%)
(0.31/0.22/0.00/0.22)	

CMYK percentages

%31.16
%22.11
%0
%21.96

Codes

Color #899BC7 in popluar color models

899BC7
RGB137155199
HSL223°35.63%65.88%
HSB/HSV223°31.16%78.04%
CMYK31.16%22.11%0.00%
21.96%

Color #899BC7 in popluar number systems.

HEX899BC7
Decimal137155199
Binary100010011001101111000111
Octal211233307

Shades and tints

Shades of #899BC7

#899BC7
(137,155,199)
#7D8DB5
(125,141,181)
#717FA3
(113,127,163)
#657191
(101,113,145)
#59637F
(89,99,127)
#4D556D
(77,85,109)
#41475B
(65,71,91)
#353949
(53,57,73)
#292B37
(41,43,55)
#1D1D25
(29,29,37)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #899BC7

#899BC7
(137,155,199)
#93A4CC
(147,164,204)
#9DADD1
(157,173,209)
#A7B6D6
(167,182,214)
#B1BFDB
(177,191,219)
#BBC8E0
(187,200,224)
#C5D1E5
(197,209,229)
#CFDAEA
(207,218,234)
#D9E3EF
(217,227,239)
#E3ECF4
(227,236,244)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BC7; }

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

This text font color is #899BC7.


Background Color

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

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

This div background color is #899BC7.


Border color

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

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

This div border color is #899BC7.


Opacity

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

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

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

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

This text has shadow with #899BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899BC7 on black background.


Color preview on white background

This text has color #899BC7 on white background.



Black color preview on #899BC7 background

This text has black color on #899BC7 background.


White color preview on #899BC7 background

This text has white color on #899BC7 background.