COLOR #8BB397

HEX: #8BB397 RGB: (139,179,151)

Color info

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

RGB color model

#8BB397 color RGB value is (139,179,151).

RGB: (139,179,151) (55%, 70%, 59%)

RGB channels and saturation

R 139 of 255 = 55%
G 179 of 255 = 70%
B 151 of 255 = 59%

139
179
151

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

Portions of RGB colors in percentages

R + G + B = 139 + 179 + 151 = 469 (100%)
R 139 of 469 ~ 29.64%
G 179 of 469 ~ 38.17%
B 151 of 469 ~ 32.2'%

%29.64
%38.17
%32.2

CMYK color model

#8BB397 color CMYK value is (22,0,16,30).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 29.80%

CMYK: (22,0,16,30)
C22M0Y16K30 (22%, 0%, 16%, 30%)
(0.22 / 0.00 / 0.16 / 0.30)

CMYK percentages

%22.35
%0
%15.64
%29.8

Codes

Color #8BB397 in popluar color models

8B B3 97
RGB 139 179 151
HSL 138° 20.83% 62.35%
HSB/HSV 138° 22.35% 70.20%
CMYK 22.35% 0.00% 15.64%
29.80%

Color #8BB397 in popluar number systems.

HEX 8B B3 97
Decimal 139 179 151
Binary 10001011 10110011 10010111
Octal 213 263 227

Shades and tints

Shades of #8BB397

#8BB397
(139,179,151)
#7FA38A
(127,163,138)
#73937D
(115,147,125)
#678370
(103,131,112)
#5B7363
(91,115,99)
#4F6356
(79,99,86)
#435349
(67,83,73)
#37433C
(55,67,60)
#2B332F
(43,51,47)
#1F2322
(31,35,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8BB397

#8BB397
(139,179,151)
#95B9A0
(149,185,160)
#9FBFA9
(159,191,169)
#A9C5B2
(169,197,178)
#B3CBBB
(179,203,187)
#BDD1C4
(189,209,196)
#C7D7CD
(199,215,205)
#D1DDD6
(209,221,214)
#DBE3DF
(219,227,223)
#E5E9E8
(229,233,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB397 color. Also use rgb(139,179,151) instead hex code.

Text Font Color

.myTextColor { color: #8BB397; }

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

This text font color is #8BB397.

Background Color

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

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

This div background color is #8BB397.

Border color

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

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

This div border color is #8BB397.

Opacity

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

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

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

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

This text has shadow with #8BB397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB397.

Preview

Color preview on black background

This text has color #8BB397 on black background.


Color preview on white background

This text has color #8BB397 on white background.


Black color preview on #8BB397 background

This text has black color on #8BB397 background.


White color preview on #8BB397 background

This text has white color on #8BB397 background.


Related colors

Complementary color

Complementary color for #hex is #744C68.


I love getcolorcode.com

Triadic colors

1 #978BB3 and #B3978B with #8BB397 are triadic colors.

2 #97B38B and #B38B97 with #8BB397 are triadic colors.