COLOR #8BA991

HEX: #8BA991
RGB: (139,169,145)

Color info

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

RGB color model

#8BA991 color RGB value is (139,169,145).

  • red value is 139;
  • green value is 169;
  • blue value is 145.
RGB:
(139,169,145)
(55%,66%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 169 of 255 = 66%
B 145 of 255 = 57%

139
169
145

R + G + B ~ 59%. #8BA991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 169 + 145 = 453 (100%)
R 139 of 453 ~ 30.68%
G 169 of 453 ~ 37.31%
B 145 of 453 ~ 32.01%

%30.68
%37.31
%32.01

CMYK color model

#8BA991 color CMYK value is (18,0,14,34).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(18,0,14,34)
C18M0Y14K34 
(18%,0%,14%,34%)
(0.18/0.00/0.14/0.34)	

CMYK percentages

%17.75
%0
%14.2
%33.73

Codes

Color #8BA991 in popluar color models

8BA991
RGB139169145
HSL132°14.85%60.39%
HSB/HSV132°17.75%66.27%
CMYK17.75%0.00%14.20%
33.73%

Color #8BA991 in popluar number systems.

HEX8BA991
Decimal139169145
Binary100010111010100110010001
Octal213251221

Shades and tints

Shades of #8BA991

#8BA991
(139,169,145)
#7F9A84
(127,154,132)
#738B77
(115,139,119)
#677C6A
(103,124,106)
#5B6D5D
(91,109,93)
#4F5E50
(79,94,80)
#434F43
(67,79,67)
#374036
(55,64,54)
#2B3129
(43,49,41)
#1F221C
(31,34,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #8BA991

#8BA991
(139,169,145)
#95B09B
(149,176,155)
#9FB7A5
(159,183,165)
#A9BEAF
(169,190,175)
#B3C5B9
(179,197,185)
#BDCCC3
(189,204,195)
#C7D3CD
(199,211,205)
#D1DAD7
(209,218,215)
#DBE1E1
(219,225,225)
#E5E8EB
(229,232,235)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA991 color. Also use rgb(139,169,145) instead hex code.

Text Font Color

.myTextColor { color: #8BA991; }

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

This text font color is #8BA991.


Background Color

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

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

This div background color is #8BA991.


Border color

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

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

This div border color is #8BA991.


Opacity

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

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

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

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

This text has shadow with #8BA991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA991 on black background.


Color preview on white background

This text has color #8BA991 on white background.



Black color preview on #8BA991 background

This text has black color on #8BA991 background.


White color preview on #8BA991 background

This text has white color on #8BA991 background.