COLOR #8BB996

HEX: #8BB996
RGB: (139,185,150)

Color info

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

RGB color model

#8BB996 color RGB value is (139,185,150).

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

RGB channels and saturation

R 139 of 255 = 55%
G 185 of 255 = 73%
B 150 of 255 = 59%

139
185
150

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

Portions of RGB colors in percentages

R + G + B =
139 + 185 + 150 = 474 (100%)
R 139 of 474 ~ 29.32%
G 185 of 474 ~ 39.03%
B 150 of 474 ~ 31.65%

%29.32
%39.03
%31.65

CMYK color model

#8BB996 color CMYK value is (25,0,19,27).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 27.45%
CMYK:
(25,0,19,27)
C25M0Y19K27 
(25%,0%,19%,27%)
(0.25/0.00/0.19/0.27)	

CMYK percentages

%24.86
%0
%18.92
%27.45

Codes

Color #8BB996 in popluar color models

8BB996
RGB139185150
HSL134°24.73%63.53%
HSB/HSV134°24.86%72.55%
CMYK24.86%0.00%18.92%
27.45%

Color #8BB996 in popluar number systems.

HEX8BB996
Decimal139185150
Binary100010111011100110010110
Octal213271226

Shades and tints

Shades of #8BB996

#8BB996
(139,185,150)
#7FA989
(127,169,137)
#73997C
(115,153,124)
#67896F
(103,137,111)
#5B7962
(91,121,98)
#4F6955
(79,105,85)
#435948
(67,89,72)
#37493B
(55,73,59)
#2B392E
(43,57,46)
#1F2921
(31,41,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #8BB996

#8BB996
(139,185,150)
#95BF9F
(149,191,159)
#9FC5A8
(159,197,168)
#A9CBB1
(169,203,177)
#B3D1BA
(179,209,186)
#BDD7C3
(189,215,195)
#C7DDCC
(199,221,204)
#D1E3D5
(209,227,213)
#DBE9DE
(219,233,222)
#E5EFE7
(229,239,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB996; }

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

This text font color is #8BB996.


Background Color

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

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

This div background color is #8BB996.


Border color

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

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

This div border color is #8BB996.


Opacity

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

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

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

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

This text has shadow with #8BB996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB996 on black background.


Color preview on white background

This text has color #8BB996 on white background.



Black color preview on #8BB996 background

This text has black color on #8BB996 background.


White color preview on #8BB996 background

This text has white color on #8BB996 background.