COLOR #8BA6A7

HEX: #8BA6A7 RGB: (139,166,167)

Color info

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

RGB color model

#8BA6A7 color RGB value is (139,166,167).

RGB: (139,166,167) (55%, 65%, 65%)

RGB channels and saturation

R 139 of 255 = 55%
G 166 of 255 = 65%
B 167 of 255 = 65%

139
166
167

R + G + B ~ 62%. #8BA6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 166 + 167 = 472 (100%)
R 139 of 472 ~ 29.45%
G 166 of 472 ~ 35.17%
B 167 of 472 ~ 35.38'%

%29.45
%35.17
%35.38

CMYK color model

#8BA6A7 color CMYK value is (17,1,0,35).

  • cyan value is 16.77%
  • magenta value is 0.60%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (17,1,0,35) C17M1Y0K35 (17%,1%,0%,35%) (0.17/0.01/0.00/0.35) 

CMYK percentages

%16.77
%0.6
%0
%34.51

Codes

Color #8BA6A7 in popluar color models

8B A6 A7
RGB 139 166 167
HSL 182° 13.73% 60.00%
HSB/HSV 182° 16.77% 65.49%
CMYK 16.77% 0.60% 0.00%
34.51%

Color #8BA6A7 in popluar number systems.

HEX 8B A6 A7
Decimal 139 166 167
Binary 10001011 10100110 10100111
Octal 213 246 247

Shades and tints

Shades of #8BA6A7

#8BA6A7
(139,166,167)
#7F9798
(127,151,152)
#738889
(115,136,137)
#67797A
(103,121,122)
#5B6A6B
(91,106,107)
#4F5B5C
(79,91,92)
#434C4D
(67,76,77)
#373D3E
(55,61,62)
#2B2E2F
(43,46,47)
#1F1F20
(31,31,32)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8BA6A7

#8BA6A7
(139,166,167)
#95AEAF
(149,174,175)
#9FB6B7
(159,182,183)
#A9BEBF
(169,190,191)
#B3C6C7
(179,198,199)
#BDCECF
(189,206,207)
#C7D6D7
(199,214,215)
#D1DEDF
(209,222,223)
#DBE6E7
(219,230,231)
#E5EEEF
(229,238,239)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA6A7 color. Also use rgb(139,166,167) instead hex code.

Text Font Color

.myTextColor { color: #8BA6A7; }

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

This text font color is #8BA6A7.

Background Color

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

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

This div background color is #8BA6A7.

Border color

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

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

This div border color is #8BA6A7.

Opacity

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

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

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

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

This text has shadow with #8BA6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA6A7.

Preview

Color preview on black background

This text has color #8BA6A7 on black background.


Color preview on white background

This text has color #8BA6A7 on white background.


Black color preview on #8BA6A7 background

This text has black color on #8BA6A7 background.


White color preview on #8BA6A7 background

This text has white color on #8BA6A7 background.


Related colors

Complementary color

Complementary color for #hex is #745958.


I love getcolorcode.com

Triadic colors

1 #A78BA6 and #A6A78B with #8BA6A7 are triadic colors.

2 #A7A68B and #A68BA7 with #8BA6A7 are triadic colors.