COLOR #8BB6A7

HEX: #8BB6A7
RGB: (139,182,167)

Color info

#8BB6A7 contains red, green and blue colors in about the same proportion. Web safe color of #8BB6A7 is #99CC99 (or #9C9).

RGB color model

#8BB6A7 color RGB value is (139,182,167).

  • red value is 139;
  • green value is 182;
  • blue value is 167.
RGB:
(139,182,167)
(55%,71%,65%)

RGB channels and saturation

R 139 of 255 = 55%
G 182 of 255 = 71%
B 167 of 255 = 65%

139
182
167

R + G + B ~ 64%. #8BB6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 182 + 167 = 488 (100%)
R 139 of 488 ~ 28.48%
G 182 of 488 ~ 37.3%
B 167 of 488 ~ 34.22%

%28.48
%37.3
%34.22

CMYK color model

#8BB6A7 color CMYK value is (24,0,8,29).

  • cyan value is 23.63%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(24,0,8,29)
C24M0Y8K29 
(24%,0%,8%,29%)
(0.24/0.00/0.08/0.29)	

CMYK percentages

%23.63
%0
%8.24
%28.63

Codes

Color #8BB6A7 in popluar color models

8BB6A7
RGB139182167
HSL159°22.75%62.94%
HSB/HSV159°23.63%71.37%
CMYK23.63%0.00%8.24%
28.63%

Color #8BB6A7 in popluar number systems.

HEX8BB6A7
Decimal139182167
Binary100010111011011010100111
Octal213266247

Shades and tints

Shades of #8BB6A7

#8BB6A7
(139,182,167)
#7FA698
(127,166,152)
#739689
(115,150,137)
#67867A
(103,134,122)
#5B766B
(91,118,107)
#4F665C
(79,102,92)
#43564D
(67,86,77)
#37463E
(55,70,62)
#2B362F
(43,54,47)
#1F2620
(31,38,32)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #8BB6A7

#8BB6A7
(139,182,167)
#95BCAF
(149,188,175)
#9FC2B7
(159,194,183)
#A9C8BF
(169,200,191)
#B3CEC7
(179,206,199)
#BDD4CF
(189,212,207)
#C7DAD7
(199,218,215)
#D1E0DF
(209,224,223)
#DBE6E7
(219,230,231)
#E5ECEF
(229,236,239)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB6A7; }

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

This text font color is #8BB6A7.


Background Color

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

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

This div background color is #8BB6A7.


Border color

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

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

This div border color is #8BB6A7.


Opacity

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

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

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

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

This text has shadow with #8BB6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB6A7 on black background.


Color preview on white background

This text has color #8BB6A7 on white background.



Black color preview on #8BB6A7 background

This text has black color on #8BB6A7 background.


White color preview on #8BB6A7 background

This text has white color on #8BB6A7 background.