COLOR #899DBC

HEX: #899DBC RGB: (137,157,188)

Color info

#899DBC contains red, green and blue colors in about the same proportion. Web safe color of #899DBC is #9999CC (or #99C).

RGB color model

#899DBC color RGB value is (137,157,188).

RGB: (137,157,188) (54%, 62%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 188 of 255 = 74%

137
157
188

R + G + B ~ 63%. #899DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 157 + 188 = 482 (100%)
R 137 of 482 ~ 28.42%
G 157 of 482 ~ 32.57%
B 188 of 482 ~ 39'%

%28.42
%32.57
%39

CMYK color model

#899DBC color CMYK value is (27,16,0,26).

  • cyan value is 27.13%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (27,16,0,26)
C27M16Y0K26 (27%, 16%, 0%, 26%)
(0.27 / 0.16 / 0.00 / 0.26)

CMYK percentages

%27.13
%16.49
%0
%26.27

Codes

Color #899DBC in popluar color models

89 9D BC
RGB 137 157 188
HSL 216° 27.57% 63.73%
HSB/HSV 216° 27.13% 73.73%
CMYK 27.13% 16.49% 0.00%
26.27%

Color #899DBC in popluar number systems.

HEX 89 9D BC
Decimal 137 157 188
Binary 10001001 10011101 10111100
Octal 211 235 274

Shades and tints

Shades of #899DBC

#899DBC
(137,157,188)
#7D8FAB
(125,143,171)
#71819A
(113,129,154)
#657389
(101,115,137)
#596578
(89,101,120)
#4D5767
(77,87,103)
#414956
(65,73,86)
#353B45
(53,59,69)
#292D34
(41,45,52)
#1D1F23
(29,31,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #899DBC

#899DBC
(137,157,188)
#93A5C2
(147,165,194)
#9DADC8
(157,173,200)
#A7B5CE
(167,181,206)
#B1BDD4
(177,189,212)
#BBC5DA
(187,197,218)
#C5CDE0
(197,205,224)
#CFD5E6
(207,213,230)
#D9DDEC
(217,221,236)
#E3E5F2
(227,229,242)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899DBC; }

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

This text font color is #899DBC.

Background Color

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

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

This div background color is #899DBC.

Border color

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

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

This div border color is #899DBC.

Opacity

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

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

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

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

This text has shadow with #899DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899DBC.

Preview

Color preview on black background

This text has color #899DBC on black background.


Color preview on white background

This text has color #899DBC on white background.


Black color preview on #899DBC background

This text has black color on #899DBC background.


White color preview on #899DBC background

This text has white color on #899DBC background.


Related colors

Complementary color

Complementary color for #hex is #766243.


I love getcolorcode.com

Triadic colors

1 #BC899D and #9DBC89 with #899DBC are triadic colors.

2 #BC9D89 and #9D89BC with #899DBC are triadic colors.