COLOR #899DCC

HEX: #899DCC
RGB: (137,157,204)

Color info

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

RGB color model

#899DCC color RGB value is (137,157,204).

  • red value is 137;
  • green value is 157;
  • blue value is 204.
RGB:
(137,157,204)
(54%,62%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 204 of 255 = 80%

137
157
204

R + G + B ~ 65%. #899DCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 157 + 204 = 498 (100%)
R 137 of 498 ~ 27.51%
G 157 of 498 ~ 31.53%
B 204 of 498 ~ 40.96%

%27.51
%31.53
%40.96

CMYK color model

#899DCC color CMYK value is (33,23,0,20).

  • cyan value is 32.84%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,23,0,20)
C33M23Y0K20 
(33%,23%,0%,20%)
(0.33/0.23/0.00/0.20)	

CMYK percentages

%32.84
%23.04
%0
%20

Codes

Color #899DCC in popluar color models

899DCC
RGB137157204
HSL222°39.64%66.86%
HSB/HSV222°32.84%80.00%
CMYK32.84%23.04%0.00%
20.00%

Color #899DCC in popluar number systems.

HEX899DCC
Decimal137157204
Binary100010011001110111001100
Octal211235314

Shades and tints

Shades of #899DCC

#899DCC
(137,157,204)
#7D8FBA
(125,143,186)
#7181A8
(113,129,168)
#657396
(101,115,150)
#596584
(89,101,132)
#4D5772
(77,87,114)
#414960
(65,73,96)
#353B4E
(53,59,78)
#292D3C
(41,45,60)
#1D1F2A
(29,31,42)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #899DCC

#899DCC
(137,157,204)
#93A5D0
(147,165,208)
#9DADD4
(157,173,212)
#A7B5D8
(167,181,216)
#B1BDDC
(177,189,220)
#BBC5E0
(187,197,224)
#C5CDE4
(197,205,228)
#CFD5E8
(207,213,232)
#D9DDEC
(217,221,236)
#E3E5F0
(227,229,240)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899DCC color. Also use rgb(137,157,204) instead hex code.

Text Font Color

.myTextColor { color: #899DCC; }

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

This text font color is #899DCC.


Background Color

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

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

This div background color is #899DCC.


Border color

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

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

This div border color is #899DCC.


Opacity

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

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

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

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

This text has shadow with #899DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899DCC on black background.


Color preview on white background

This text has color #899DCC on white background.



Black color preview on #899DCC background

This text has black color on #899DCC background.


White color preview on #899DCC background

This text has white color on #899DCC background.