COLOR #899BD9

HEX: #899BD9 RGB: (137,155,217)

Color info

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

RGB color model

#899BD9 color RGB value is (137,155,217).

RGB: (137,155,217) (54%, 61%, 85%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 217 of 255 = 85%

137
155
217

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

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 217 = 509 (100%)
R 137 of 509 ~ 26.92%
G 155 of 509 ~ 30.45%
B 217 of 509 ~ 42.63'%

%26.92
%30.45
%42.63

CMYK color model

#899BD9 color CMYK value is (37,29,0,15).

  • cyan value is 36.87%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (37,29,0,15)
C37M29Y0K15 (37%, 29%, 0%, 15%)
(0.37 / 0.29 / 0.00 / 0.15)

CMYK percentages

%36.87
%28.57
%0
%14.9

Codes

Color #899BD9 in popluar color models

89 9B D9
RGB 137 155 217
HSL 227° 51.28% 69.41%
HSB/HSV 227° 36.87% 85.10%
CMYK 36.87% 28.57% 0.00%
14.90%

Color #899BD9 in popluar number systems.

HEX 89 9B D9
Decimal 137 155 217
Binary 10001001 10011011 11011001
Octal 211 233 331

Shades and tints

Shades of #899BD9

#899BD9
(137,155,217)
#7D8DC6
(125,141,198)
#717FB3
(113,127,179)
#6571A0
(101,113,160)
#59638D
(89,99,141)
#4D557A
(77,85,122)
#414767
(65,71,103)
#353954
(53,57,84)
#292B41
(41,43,65)
#1D1D2E
(29,29,46)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #899BD9

#899BD9
(137,155,217)
#93A4DC
(147,164,220)
#9DADDF
(157,173,223)
#A7B6E2
(167,182,226)
#B1BFE5
(177,191,229)
#BBC8E8
(187,200,232)
#C5D1EB
(197,209,235)
#CFDAEE
(207,218,238)
#D9E3F1
(217,227,241)
#E3ECF4
(227,236,244)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BD9; }

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

This text font color is #899BD9.

Background Color

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

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

This div background color is #899BD9.

Border color

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

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

This div border color is #899BD9.

Opacity

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

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

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

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

This text has shadow with #899BD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899BD9.

Preview

Color preview on black background

This text has color #899BD9 on black background.


Color preview on white background

This text has color #899BD9 on white background.


Black color preview on #899BD9 background

This text has black color on #899BD9 background.


White color preview on #899BD9 background

This text has white color on #899BD9 background.


Related colors

Complementary color

Complementary color for #hex is #766426.


I love getcolorcode.com

Triadic colors

1 #D9899B and #9BD989 with #899BD9 are triadic colors.

2 #D99B89 and #9B89D9 with #899BD9 are triadic colors.