COLOR #8BB388

HEX: #8BB388 RGB: (139,179,136)

Color info

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

RGB color model

#8BB388 color RGB value is (139,179,136).

RGB: (139,179,136) (55%, 70%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 179 of 255 = 70%
B 136 of 255 = 53%

139
179
136

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

Portions of RGB colors in percentages

R + G + B = 139 + 179 + 136 = 454 (100%)
R 139 of 454 ~ 30.62%
G 179 of 454 ~ 39.43%
B 136 of 454 ~ 29.96'%

%30.62
%39.43
%29.96

CMYK color model

#8BB388 color CMYK value is (22,0,24,30).

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

CMYK: (22,0,24,30)
C22M0Y24K30 (22%, 0%, 24%, 30%)
(0.22 / 0.00 / 0.24 / 0.30)

CMYK percentages

%22.35
%0
%24.02
%29.8

Codes

Color #8BB388 in popluar color models

8B B3 88
RGB 139 179 136
HSL 116° 22.05% 61.76%
HSB/HSV 116° 24.02% 70.20%
CMYK 22.35% 0.00% 24.02%
29.80%

Color #8BB388 in popluar number systems.

HEX 8B B3 88
Decimal 139 179 136
Binary 10001011 10110011 10001000
Octal 213 263 210

Shades and tints

Shades of #8BB388

#8BB388
(139,179,136)
#7FA37C
(127,163,124)
#739370
(115,147,112)
#678364
(103,131,100)
#5B7358
(91,115,88)
#4F634C
(79,99,76)
#435340
(67,83,64)
#374334
(55,67,52)
#2B3328
(43,51,40)
#1F231C
(31,35,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #8BB388

#8BB388
(139,179,136)
#95B992
(149,185,146)
#9FBF9C
(159,191,156)
#A9C5A6
(169,197,166)
#B3CBB0
(179,203,176)
#BDD1BA
(189,209,186)
#C7D7C4
(199,215,196)
#D1DDCE
(209,221,206)
#DBE3D8
(219,227,216)
#E5E9E2
(229,233,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB388; }

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

This text font color is #8BB388.

Background Color

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

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

This div background color is #8BB388.

Border color

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

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

This div border color is #8BB388.

Opacity

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

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

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

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

This text has shadow with #8BB388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB388.

Preview

Color preview on black background

This text has color #8BB388 on black background.


Color preview on white background

This text has color #8BB388 on white background.


Black color preview on #8BB388 background

This text has black color on #8BB388 background.


White color preview on #8BB388 background

This text has white color on #8BB388 background.


Related colors

Complementary color

Complementary color for #hex is #744C77.


I love getcolorcode.com

Triadic colors

1 #888BB3 and #B3888B with #8BB388 are triadic colors.

2 #88B38B and #B38B88 with #8BB388 are triadic colors.