COLOR #899CD0

HEX: #899CD0
RGB: (137,156,208)

Color info

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

RGB color model

#899CD0 color RGB value is (137,156,208).

  • red value is 137;
  • green value is 156;
  • blue value is 208.
RGB:
(137,156,208)
(54%,61%,82%)

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 208 of 255 = 82%

137
156
208

R + G + B ~ 66%. #899CD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 208 = 501 (100%)
R 137 of 501 ~ 27.35%
G 156 of 501 ~ 31.14%
B 208 of 501 ~ 41.52%

%27.35
%31.14
%41.52

CMYK color model

#899CD0 color CMYK value is (34,25,0,18).

  • cyan value is 34.13%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(34,25,0,18)
C34M25Y0K18 
(34%,25%,0%,18%)
(0.34/0.25/0.00/0.18)	

CMYK percentages

%34.13
%25
%0
%18.43

Codes

Color #899CD0 in popluar color models

899CD0
RGB137156208
HSL224°43.03%67.65%
HSB/HSV224°34.13%81.57%
CMYK34.13%25.00%0.00%
18.43%

Color #899CD0 in popluar number systems.

HEX899CD0
Decimal137156208
Binary100010011001110011010000
Octal211234320

Shades and tints

Shades of #899CD0

#899CD0
(137,156,208)
#7D8EBE
(125,142,190)
#7180AC
(113,128,172)
#65729A
(101,114,154)
#596488
(89,100,136)
#4D5676
(77,86,118)
#414864
(65,72,100)
#353A52
(53,58,82)
#292C40
(41,44,64)
#1D1E2E
(29,30,46)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #899CD0

#899CD0
(137,156,208)
#93A5D4
(147,165,212)
#9DAED8
(157,174,216)
#A7B7DC
(167,183,220)
#B1C0E0
(177,192,224)
#BBC9E4
(187,201,228)
#C5D2E8
(197,210,232)
#CFDBEC
(207,219,236)
#D9E4F0
(217,228,240)
#E3EDF4
(227,237,244)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899CD0 color. Also use rgb(137,156,208) instead hex code.

Text Font Color

.myTextColor { color: #899CD0; }

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

This text font color is #899CD0.


Background Color

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

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

This div background color is #899CD0.


Border color

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

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

This div border color is #899CD0.


Opacity

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

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

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

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

This text has shadow with #899CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899CD0 on black background.


Color preview on white background

This text has color #899CD0 on white background.



Black color preview on #899CD0 background

This text has black color on #899CD0 background.


White color preview on #899CD0 background

This text has white color on #899CD0 background.