COLOR #8B9EA8

HEX: #8B9EA8 RGB: (139,158,168)

Color info

#8B9EA8 contains red, green and blue colors in about the same proportion. Web safe color of #8B9EA8 is #999999 (or #999).

RGB color model

#8B9EA8 color RGB value is (139,158,168).

RGB: (139,158,168) (55%, 62%, 66%)

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 168 of 255 = 66%

139
158
168

R + G + B ~ 61%. #8B9EA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 158 + 168 = 465 (100%)
R 139 of 465 ~ 29.89%
G 158 of 465 ~ 33.98%
B 168 of 465 ~ 36.13'%

%29.89
%33.98
%36.13

CMYK color model

#8B9EA8 color CMYK value is (17,6,0,34).

  • cyan value is 17.26%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (17,6,0,34)
C17M6Y0K34 (17%, 6%, 0%, 34%)
(0.17 / 0.06 / 0.00 / 0.34)

CMYK percentages

%17.26
%5.95
%0
%34.12

Codes

Color #8B9EA8 in popluar color models

8B 9E A8
RGB 139 158 168
HSL 201° 14.29% 60.20%
HSB/HSV 201° 17.26% 65.88%
CMYK 17.26% 5.95% 0.00%
34.12%

Color #8B9EA8 in popluar number systems.

HEX 8B 9E A8
Decimal 139 158 168
Binary 10001011 10011110 10101000
Octal 213 236 250

Shades and tints

Shades of #8B9EA8

#8B9EA8
(139,158,168)
#7F9099
(127,144,153)
#73828A
(115,130,138)
#67747B
(103,116,123)
#5B666C
(91,102,108)
#4F585D
(79,88,93)
#434A4E
(67,74,78)
#373C3F
(55,60,63)
#2B2E30
(43,46,48)
#1F2021
(31,32,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8B9EA8

#8B9EA8
(139,158,168)
#95A6AF
(149,166,175)
#9FAEB6
(159,174,182)
#A9B6BD
(169,182,189)
#B3BEC4
(179,190,196)
#BDC6CB
(189,198,203)
#C7CED2
(199,206,210)
#D1D6D9
(209,214,217)
#DBDEE0
(219,222,224)
#E5E6E7
(229,230,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9EA8 color. Also use rgb(139,158,168) instead hex code.

Text Font Color

.myTextColor { color: #8B9EA8; }

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

This text font color is #8B9EA8.

Background Color

.myBgColor { background-color: #8B9EA8; }

<div style="background-color:#8B9EA8">Inner text</div>

This div background color is #8B9EA8.

Border color

.myBorderColor { border: 1px solid #8B9EA8; }

<div style="border:3px solid #8B9EA8">Div</div>

This div border color is #8B9EA8.

Opacity

.myOpacity80 { color: #8B9EA8; opacity: 0.8; }

<p style="color:#8B9EA8;opacity:0.8;">80%</p>

Text with #8B9EA8 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 #8B9EA8;}

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

This text has shadow with #8B9EA8 color.


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

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

This text has shadow with #8B9EA8 primary color and red secondary color.


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

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

This text has shadow with #8B9EA8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8B9EA8.

Preview

Color preview on black background

This text has color #8B9EA8 on black background.


Color preview on white background

This text has color #8B9EA8 on white background.


Black color preview on #8B9EA8 background

This text has black color on #8B9EA8 background.


White color preview on #8B9EA8 background

This text has white color on #8B9EA8 background.


Related colors

Complementary color

Complementary color for #hex is #746157.


I love getcolorcode.com

Triadic colors

1 #A88B9E and #9EA88B with #8B9EA8 are triadic colors.

2 #A89E8B and #9E8BA8 with #8B9EA8 are triadic colors.