COLOR #8BA88C

HEX: #8BA88C RGB: (139,168,140)

Color info

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

RGB color model

#8BA88C color RGB value is (139,168,140).

RGB: (139,168,140) (55%, 66%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 168 of 255 = 66%
B 140 of 255 = 55%

139
168
140

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

Portions of RGB colors in percentages

R + G + B = 139 + 168 + 140 = 447 (100%)
R 139 of 447 ~ 31.1%
G 168 of 447 ~ 37.58%
B 140 of 447 ~ 31.32'%

%31.1
%37.58
%31.32

CMYK color model

#8BA88C color CMYK value is (17,0,17,34).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK: (17,0,17,34) C17M0Y17K34 (17%,0%,17%,34%) (0.17/0.00/0.17/0.34) 

CMYK percentages

%17.26
%0
%16.67
%34.12

Codes

Color #8BA88C in popluar color models

8B A8 8C
RGB 139 168 140
HSL 122° 14.29% 60.20%
HSB/HSV 122° 17.26% 65.88%
CMYK 17.26% 0.00% 16.67%
34.12%

Color #8BA88C in popluar number systems.

HEX 8B A8 8C
Decimal 139 168 140
Binary 10001011 10101000 10001100
Octal 213 250 214

Shades and tints

Shades of #8BA88C

#8BA88C
(139,168,140)
#7F9980
(127,153,128)
#738A74
(115,138,116)
#677B68
(103,123,104)
#5B6C5C
(91,108,92)
#4F5D50
(79,93,80)
#434E44
(67,78,68)
#373F38
(55,63,56)
#2B302C
(43,48,44)
#1F2120
(31,33,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #8BA88C

#8BA88C
(139,168,140)
#95AF96
(149,175,150)
#9FB6A0
(159,182,160)
#A9BDAA
(169,189,170)
#B3C4B4
(179,196,180)
#BDCBBE
(189,203,190)
#C7D2C8
(199,210,200)
#D1D9D2
(209,217,210)
#DBE0DC
(219,224,220)
#E5E7E6
(229,231,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA88C color. Also use rgb(139,168,140) instead hex code.

Text Font Color

.myTextColor { color: #8BA88C; }

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

This text font color is #8BA88C.

Background Color

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

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

This div background color is #8BA88C.

Border color

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

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

This div border color is #8BA88C.

Opacity

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

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

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

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

This text has shadow with #8BA88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA88C.

Preview

Color preview on black background

This text has color #8BA88C on black background.


Color preview on white background

This text has color #8BA88C on white background.


Black color preview on #8BA88C background

This text has black color on #8BA88C background.


White color preview on #8BA88C background

This text has white color on #8BA88C background.


Related colors

Complementary color

Complementary color for #hex is #745773.


I love getcolorcode.com

Triadic colors

1 #8C8BA8 and #A88C8B with #8BA88C are triadic colors.

2 #8CA88B and #A88B8C with #8BA88C are triadic colors.