COLOR #899CD8

HEX: #899CD8
RGB: (137,156,216)

Color info

#899CD8 contains mainly blue color. Web safe color of #899CD8 is #9999CC (or #99C).

RGB color model

#899CD8 color RGB value is (137,156,216).

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

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 216 of 255 = 85%

137
156
216

R + G + B ~ 67%. #899CD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 216 = 509 (100%)
R 137 of 509 ~ 26.92%
G 156 of 509 ~ 30.65%
B 216 of 509 ~ 42.44%

%26.92
%30.65
%42.44

CMYK color model

#899CD8 color CMYK value is (37,28,0,15).

  • cyan value is 36.57%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(37,28,0,15)
C37M28Y0K15 
(37%,28%,0%,15%)
(0.37/0.28/0.00/0.15)	

CMYK percentages

%36.57
%27.78
%0
%15.29

Codes

Color #899CD8 in popluar color models

899CD8
RGB137156216
HSL226°50.32%69.22%
HSB/HSV226°36.57%84.71%
CMYK36.57%27.78%0.00%
15.29%

Color #899CD8 in popluar number systems.

HEX899CD8
Decimal137156216
Binary100010011001110011011000
Octal211234330

Shades and tints

Shades of #899CD8

#899CD8
(137,156,216)
#7D8EC5
(125,142,197)
#7180B2
(113,128,178)
#65729F
(101,114,159)
#59648C
(89,100,140)
#4D5679
(77,86,121)
#414866
(65,72,102)
#353A53
(53,58,83)
#292C40
(41,44,64)
#1D1E2D
(29,30,45)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #899CD8

#899CD8
(137,156,216)
#93A5DB
(147,165,219)
#9DAEDE
(157,174,222)
#A7B7E1
(167,183,225)
#B1C0E4
(177,192,228)
#BBC9E7
(187,201,231)
#C5D2EA
(197,210,234)
#CFDBED
(207,219,237)
#D9E4F0
(217,228,240)
#E3EDF3
(227,237,243)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899CD8; }

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

This text font color is #899CD8.


Background Color

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

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

This div background color is #899CD8.


Border color

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

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

This div border color is #899CD8.


Opacity

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

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

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

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

This text has shadow with #899CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899CD8 on black background.


Color preview on white background

This text has color #899CD8 on white background.



Black color preview on #899CD8 background

This text has black color on #899CD8 background.


White color preview on #899CD8 background

This text has white color on #899CD8 background.