COLOR #8BAC88

HEX: #8BAC88 RGB: (139,172,136)

Color info

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

RGB color model

#8BAC88 color RGB value is (139,172,136).

RGB: (139,172,136) (55%, 67%, 53%)

RGB channels and saturation

R 139 of 255 = 55%
G 172 of 255 = 67%
B 136 of 255 = 53%

139
172
136

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

Portions of RGB colors in percentages

R + G + B = 139 + 172 + 136 = 447 (100%)
R 139 of 447 ~ 31.1%
G 172 of 447 ~ 38.48%
B 136 of 447 ~ 30.43'%

%31.1
%38.48
%30.43

CMYK color model

#8BAC88 color CMYK value is (19,0,21,33).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (19,0,21,33)
C19M0Y21K33 (19%, 0%, 21%, 33%)
(0.19 / 0.00 / 0.21 / 0.33)

CMYK percentages

%19.19
%0
%20.93
%32.55

Codes

Color #8BAC88 in popluar color models

8B AC 88
RGB 139 172 136
HSL 115° 17.82% 60.39%
HSB/HSV 115° 20.93% 67.45%
CMYK 19.19% 0.00% 20.93%
32.55%

Color #8BAC88 in popluar number systems.

HEX 8B AC 88
Decimal 139 172 136
Binary 10001011 10101100 10001000
Octal 213 254 210

Shades and tints

Shades of #8BAC88

#8BAC88
(139,172,136)
#7F9D7C
(127,157,124)
#738E70
(115,142,112)
#677F64
(103,127,100)
#5B7058
(91,112,88)
#4F614C
(79,97,76)
#435240
(67,82,64)
#374334
(55,67,52)
#2B3428
(43,52,40)
#1F251C
(31,37,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #8BAC88

#8BAC88
(139,172,136)
#95B392
(149,179,146)
#9FBA9C
(159,186,156)
#A9C1A6
(169,193,166)
#B3C8B0
(179,200,176)
#BDCFBA
(189,207,186)
#C7D6C4
(199,214,196)
#D1DDCE
(209,221,206)
#DBE4D8
(219,228,216)
#E5EBE2
(229,235,226)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAC88; }

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

This text font color is #8BAC88.

Background Color

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

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

This div background color is #8BAC88.

Border color

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

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

This div border color is #8BAC88.

Opacity

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

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

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

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

This text has shadow with #8BAC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAC88.

Preview

Color preview on black background

This text has color #8BAC88 on black background.


Color preview on white background

This text has color #8BAC88 on white background.


Black color preview on #8BAC88 background

This text has black color on #8BAC88 background.


White color preview on #8BAC88 background

This text has white color on #8BAC88 background.


Related colors

Complementary color

Complementary color for #hex is #745377.


I love getcolorcode.com

Triadic colors

1 #888BAC and #AC888B with #8BAC88 are triadic colors.

2 #88AC8B and #AC8B88 with #8BAC88 are triadic colors.