COLOR #8BA591

HEX: #8BA591 RGB: (139,165,145)

Color info

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

RGB color model

#8BA591 color RGB value is (139,165,145).

RGB: (139,165,145) (55%, 65%, 57%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 145 of 255 = 57%

139
165
145

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

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 145 = 449 (100%)
R 139 of 449 ~ 30.96%
G 165 of 449 ~ 36.75%
B 145 of 449 ~ 32.29'%

%30.96
%36.75
%32.29

CMYK color model

#8BA591 color CMYK value is (16,0,12,35).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%

CMYK: (16,0,12,35)
C16M0Y12K35 (16%, 0%, 12%, 35%)
(0.16 / 0.00 / 0.12 / 0.35)

CMYK percentages

%15.76
%0
%12.12
%35.29

Codes

Color #8BA591 in popluar color models

8B A5 91
RGB 139 165 145
HSL 134° 12.62% 59.61%
HSB/HSV 134° 15.76% 64.71%
CMYK 15.76% 0.00% 12.12%
35.29%

Color #8BA591 in popluar number systems.

HEX 8B A5 91
Decimal 139 165 145
Binary 10001011 10100101 10010001
Octal 213 245 221

Shades and tints

Shades of #8BA591

#8BA591
(139,165,145)
#7F9684
(127,150,132)
#738777
(115,135,119)
#67786A
(103,120,106)
#5B695D
(91,105,93)
#4F5A50
(79,90,80)
#434B43
(67,75,67)
#373C36
(55,60,54)
#2B2D29
(43,45,41)
#1F1E1C
(31,30,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #8BA591

#8BA591
(139,165,145)
#95AD9B
(149,173,155)
#9FB5A5
(159,181,165)
#A9BDAF
(169,189,175)
#B3C5B9
(179,197,185)
#BDCDC3
(189,205,195)
#C7D5CD
(199,213,205)
#D1DDD7
(209,221,215)
#DBE5E1
(219,229,225)
#E5EDEB
(229,237,235)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA591 color. Also use rgb(139,165,145) instead hex code.

Text Font Color

.myTextColor { color: #8BA591; }

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

This text font color is #8BA591.

Background Color

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

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

This div background color is #8BA591.

Border color

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

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

This div border color is #8BA591.

Opacity

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

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

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

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

This text has shadow with #8BA591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA591.

Preview

Color preview on black background

This text has color #8BA591 on black background.


Color preview on white background

This text has color #8BA591 on white background.


Black color preview on #8BA591 background

This text has black color on #8BA591 background.


White color preview on #8BA591 background

This text has white color on #8BA591 background.


Related colors

Complementary color

Complementary color for #hex is #745A6E.


I love getcolorcode.com

Triadic colors

1 #918BA5 and #A5918B with #8BA591 are triadic colors.

2 #91A58B and #A58B91 with #8BA591 are triadic colors.