COLOR #8BB196

HEX: #8BB196
RGB: (139,177,150)

Color info

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

RGB color model

#8BB196 color RGB value is (139,177,150).

  • red value is 139;
  • green value is 177;
  • blue value is 150.
RGB:
(139,177,150)
(55%,69%,59%)

RGB channels and saturation

R 139 of 255 = 55%
G 177 of 255 = 69%
B 150 of 255 = 59%

139
177
150

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

Portions of RGB colors in percentages

R + G + B =
139 + 177 + 150 = 466 (100%)
R 139 of 466 ~ 29.83%
G 177 of 466 ~ 37.98%
B 150 of 466 ~ 32.19%

%29.83
%37.98
%32.19

CMYK color model

#8BB196 color CMYK value is (21,0,15,31).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(21,0,15,31)
C21M0Y15K31 
(21%,0%,15%,31%)
(0.21/0.00/0.15/0.31)	

CMYK percentages

%21.47
%0
%15.25
%30.59

Codes

Color #8BB196 in popluar color models

8BB196
RGB139177150
HSL137°19.59%61.96%
HSB/HSV137°21.47%69.41%
CMYK21.47%0.00%15.25%
30.59%

Color #8BB196 in popluar number systems.

HEX8BB196
Decimal139177150
Binary100010111011000110010110
Octal213261226

Shades and tints

Shades of #8BB196

#8BB196
(139,177,150)
#7FA189
(127,161,137)
#73917C
(115,145,124)
#67816F
(103,129,111)
#5B7162
(91,113,98)
#4F6155
(79,97,85)
#435148
(67,81,72)
#37413B
(55,65,59)
#2B312E
(43,49,46)
#1F2121
(31,33,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #8BB196

#8BB196
(139,177,150)
#95B89F
(149,184,159)
#9FBFA8
(159,191,168)
#A9C6B1
(169,198,177)
#B3CDBA
(179,205,186)
#BDD4C3
(189,212,195)
#C7DBCC
(199,219,204)
#D1E2D5
(209,226,213)
#DBE9DE
(219,233,222)
#E5F0E7
(229,240,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB196 color. Also use rgb(139,177,150) instead hex code.

Text Font Color

.myTextColor { color: #8BB196; }

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

This text font color is #8BB196.


Background Color

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

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

This div background color is #8BB196.


Border color

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

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

This div border color is #8BB196.


Opacity

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

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

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

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

This text has shadow with #8BB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB196 on black background.


Color preview on white background

This text has color #8BB196 on white background.



Black color preview on #8BB196 background

This text has black color on #8BB196 background.


White color preview on #8BB196 background

This text has white color on #8BB196 background.