COLOR #8BB6A3

HEX: #8BB6A3
RGB: (139,182,163)

Color info

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

RGB color model

#8BB6A3 color RGB value is (139,182,163).

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

RGB channels and saturation

R 139 of 255 = 55%
G 182 of 255 = 71%
B 163 of 255 = 64%

139
182
163

R + G + B ~ 63%. #8BB6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 182 + 163 = 484 (100%)
R 139 of 484 ~ 28.72%
G 182 of 484 ~ 37.6%
B 163 of 484 ~ 33.68%

%28.72
%37.6
%33.68

CMYK color model

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

  • cyan value is 23.63%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 28.63%
CMYK:
(24,0,10,29)
C24M0Y10K29 
(24%,0%,10%,29%)
(0.24/0.00/0.10/0.29)	

CMYK percentages

%23.63
%0
%10.44
%28.63

Codes

Color #8BB6A3 in popluar color models

8BB6A3
RGB139182163
HSL153°22.75%62.94%
HSB/HSV153°23.63%71.37%
CMYK23.63%0.00%10.44%
28.63%

Color #8BB6A3 in popluar number systems.

HEX8BB6A3
Decimal139182163
Binary100010111011011010100011
Octal213266243

Shades and tints

Shades of #8BB6A3

#8BB6A3
(139,182,163)
#7FA695
(127,166,149)
#739687
(115,150,135)
#678679
(103,134,121)
#5B766B
(91,118,107)
#4F665D
(79,102,93)
#43564F
(67,86,79)
#374641
(55,70,65)
#2B3633
(43,54,51)
#1F2625
(31,38,37)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #8BB6A3

#8BB6A3
(139,182,163)
#95BCAB
(149,188,171)
#9FC2B3
(159,194,179)
#A9C8BB
(169,200,187)
#B3CEC3
(179,206,195)
#BDD4CB
(189,212,203)
#C7DAD3
(199,218,211)
#D1E0DB
(209,224,219)
#DBE6E3
(219,230,227)
#E5ECEB
(229,236,235)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB6A3; }

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

This text font color is #8BB6A3.


Background Color

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

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

This div background color is #8BB6A3.


Border color

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

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

This div border color is #8BB6A3.


Opacity

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

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

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

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

This text has shadow with #8BB6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB6A3 on black background.


Color preview on white background

This text has color #8BB6A3 on white background.



Black color preview on #8BB6A3 background

This text has black color on #8BB6A3 background.


White color preview on #8BB6A3 background

This text has white color on #8BB6A3 background.