COLOR #899BBC

HEX: #899BBC RGB: (137,155,188)

Color info

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

RGB color model

#899BBC color RGB value is (137,155,188).

RGB: (137,155,188) (54%, 61%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 188 of 255 = 74%

137
155
188

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

Portions of RGB colors in percentages

R + G + B = 137 + 155 + 188 = 480 (100%)
R 137 of 480 ~ 28.54%
G 155 of 480 ~ 32.29%
B 188 of 480 ~ 39.17'%

%28.54
%32.29
%39.17

CMYK color model

#899BBC color CMYK value is (27,18,0,26).

  • cyan value is 27.13%
  • magenta value is 17.55%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (27,18,0,26) C27M18Y0K26 (27%,18%,0%,26%) (0.27/0.18/0.00/0.26) 

CMYK percentages

%27.13
%17.55
%0
%26.27

Codes

Color #899BBC in popluar color models

89 9B BC
RGB 137 155 188
HSL 219° 27.57% 63.73%
HSB/HSV 219° 27.13% 73.73%
CMYK 27.13% 17.55% 0.00%
26.27%

Color #899BBC in popluar number systems.

HEX 89 9B BC
Decimal 137 155 188
Binary 10001001 10011011 10111100
Octal 211 233 274

Shades and tints

Shades of #899BBC

#899BBC
(137,155,188)
#7D8DAB
(125,141,171)
#717F9A
(113,127,154)
#657189
(101,113,137)
#596378
(89,99,120)
#4D5567
(77,85,103)
#414756
(65,71,86)
#353945
(53,57,69)
#292B34
(41,43,52)
#1D1D23
(29,29,35)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #899BBC

#899BBC
(137,155,188)
#93A4C2
(147,164,194)
#9DADC8
(157,173,200)
#A7B6CE
(167,182,206)
#B1BFD4
(177,191,212)
#BBC8DA
(187,200,218)
#C5D1E0
(197,209,224)
#CFDAE6
(207,218,230)
#D9E3EC
(217,227,236)
#E3ECF2
(227,236,242)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899BBC; }

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

This text font color is #899BBC.

Background Color

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

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

This div background color is #899BBC.

Border color

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

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

This div border color is #899BBC.

Opacity

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

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

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

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

This text has shadow with #899BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899BBC.

Preview

Color preview on black background

This text has color #899BBC on black background.


Color preview on white background

This text has color #899BBC on white background.


Black color preview on #899BBC background

This text has black color on #899BBC background.


White color preview on #899BBC background

This text has white color on #899BBC background.


Related colors

Complementary color

Complementary color for #hex is #766443.


I love getcolorcode.com

Triadic colors

1 #BC899B and #9BBC89 with #899BBC are triadic colors.

2 #BC9B89 and #9B89BC with #899BBC are triadic colors.