COLOR #8999B6

HEX: #8999B6
RGB: (137,153,182)

Color info

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

RGB color model

#8999B6 color RGB value is (137,153,182).

  • red value is 137;
  • green value is 153;
  • blue value is 182.
RGB:
(137,153,182)
(54%,60%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 182 of 255 = 71%

137
153
182

R + G + B ~ 62%. #8999B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 182 = 472 (100%)
R 137 of 472 ~ 29.03%
G 153 of 472 ~ 32.42%
B 182 of 472 ~ 38.56%

%29.03
%32.42
%38.56

CMYK color model

#8999B6 color CMYK value is (25,16,0,29).

  • cyan value is 24.73%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(25,16,0,29)
C25M16Y0K29 
(25%,16%,0%,29%)
(0.25/0.16/0.00/0.29)	

CMYK percentages

%24.73
%15.93
%0
%28.63

Codes

Color #8999B6 in popluar color models

8999B6
RGB137153182
HSL219°23.56%62.55%
HSB/HSV219°24.73%71.37%
CMYK24.73%15.93%0.00%
28.63%

Color #8999B6 in popluar number systems.

HEX8999B6
Decimal137153182
Binary100010011001100110110110
Octal211231266

Shades and tints

Shades of #8999B6

#8999B6
(137,153,182)
#7D8CA6
(125,140,166)
#717F96
(113,127,150)
#657286
(101,114,134)
#596576
(89,101,118)
#4D5866
(77,88,102)
#414B56
(65,75,86)
#353E46
(53,62,70)
#293136
(41,49,54)
#1D2426
(29,36,38)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #8999B6

#8999B6
(137,153,182)
#93A2BC
(147,162,188)
#9DABC2
(157,171,194)
#A7B4C8
(167,180,200)
#B1BDCE
(177,189,206)
#BBC6D4
(187,198,212)
#C5CFDA
(197,207,218)
#CFD8E0
(207,216,224)
#D9E1E6
(217,225,230)
#E3EAEC
(227,234,236)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8999B6 color. Also use rgb(137,153,182) instead hex code.

Text Font Color

.myTextColor { color: #8999B6; }

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

This text font color is #8999B6.


Background Color

.myBgColor { background-color: #8999B6; }

<div style="background-color:#8999B6">Inner text</div>

This div background color is #8999B6.


Border color

.myBorderColor { border: 1px solid #8999B6; }

<div style="border:3px solid #8999B6">Div</div>

This div border color is #8999B6.


Opacity

.myOpacity80 { color: #8999B6; opacity: 0.8; }

<p style="color:#8999B6;opacity:0.8;">80%</p>

Text with #8999B6 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 #8999B6;}

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

This text has shadow with #8999B6 color.

.textShadow {text-shadow: 3px 3px 1px #8999B6, 3px 3px 1px red;}

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

This text has shadow with #8999B6 primary color and red secondary color.


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

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

This text has shadow with #8999B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8999B6 on black background.


Color preview on white background

This text has color #8999B6 on white background.



Black color preview on #8999B6 background

This text has black color on #8999B6 background.


White color preview on #8999B6 background

This text has white color on #8999B6 background.