COLOR #899FDC

HEX: #899FDC
RGB: (137,159,220)

Color info

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

RGB color model

#899FDC color RGB value is (137,159,220).

  • red value is 137;
  • green value is 159;
  • blue value is 220.
RGB:
(137,159,220)
(54%,62%,86%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 220 of 255 = 86%

137
159
220

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

Portions of RGB colors in percentages

R + G + B =
137 + 159 + 220 = 516 (100%)
R 137 of 516 ~ 26.55%
G 159 of 516 ~ 30.81%
B 220 of 516 ~ 42.64%

%26.55
%30.81
%42.64

CMYK color model

#899FDC color CMYK value is (38,28,0,14).

  • cyan value is 37.73%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(38,28,0,14)
C38M28Y0K14 
(38%,28%,0%,14%)
(0.38/0.28/0.00/0.14)	

CMYK percentages

%37.73
%27.73
%0
%13.73

Codes

Color #899FDC in popluar color models

899FDC
RGB137159220
HSL224°54.25%70.00%
HSB/HSV224°37.73%86.27%
CMYK37.73%27.73%0.00%
13.73%

Color #899FDC in popluar number systems.

HEX899FDC
Decimal137159220
Binary100010011001111111011100
Octal211237334

Shades and tints

Shades of #899FDC

#899FDC
(137,159,220)
#7D91C8
(125,145,200)
#7183B4
(113,131,180)
#6575A0
(101,117,160)
#59678C
(89,103,140)
#4D5978
(77,89,120)
#414B64
(65,75,100)
#353D50
(53,61,80)
#292F3C
(41,47,60)
#1D2128
(29,33,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #899FDC

#899FDC
(137,159,220)
#93A7DF
(147,167,223)
#9DAFE2
(157,175,226)
#A7B7E5
(167,183,229)
#B1BFE8
(177,191,232)
#BBC7EB
(187,199,235)
#C5CFEE
(197,207,238)
#CFD7F1
(207,215,241)
#D9DFF4
(217,223,244)
#E3E7F7
(227,231,247)
#EDEFFA
(237,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899FDC color. Also use rgb(137,159,220) instead hex code.

Text Font Color

.myTextColor { color: #899FDC; }

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

This text font color is #899FDC.


Background Color

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

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

This div background color is #899FDC.


Border color

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

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

This div border color is #899FDC.


Opacity

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

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

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

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

This text has shadow with #899FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899FDC on black background.


Color preview on white background

This text has color #899FDC on white background.



Black color preview on #899FDC background

This text has black color on #899FDC background.


White color preview on #899FDC background

This text has white color on #899FDC background.