COLOR #8BA596

HEX: #8BA596 RGB: (139,165,150)

Color info

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

RGB color model

#8BA596 color RGB value is (139,165,150).

RGB: (139,165,150) (55%, 65%, 59%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 150 of 255 = 59%

139
165
150

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

Portions of RGB colors in percentages

R + G + B = 139 + 165 + 150 = 454 (100%)
R 139 of 454 ~ 30.62%
G 165 of 454 ~ 36.34%
B 150 of 454 ~ 33.04'%

%30.62
%36.34
%33.04

CMYK color model

#8BA596 color CMYK value is (16,0,9,35).

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

CMYK: (16,0,9,35)
C16M0Y9K35 (16%, 0%, 9%, 35%)
(0.16 / 0.00 / 0.09 / 0.35)

CMYK percentages

%15.76
%0
%9.09
%35.29

Codes

Color #8BA596 in popluar color models

8B A5 96
RGB 139 165 150
HSL 145° 12.62% 59.61%
HSB/HSV 145° 15.76% 64.71%
CMYK 15.76% 0.00% 9.09%
35.29%

Color #8BA596 in popluar number systems.

HEX 8B A5 96
Decimal 139 165 150
Binary 10001011 10100101 10010110
Octal 213 245 226

Shades and tints

Shades of #8BA596

#8BA596
(139,165,150)
#7F9689
(127,150,137)
#73877C
(115,135,124)
#67786F
(103,120,111)
#5B6962
(91,105,98)
#4F5A55
(79,90,85)
#434B48
(67,75,72)
#373C3B
(55,60,59)
#2B2D2E
(43,45,46)
#1F1E21
(31,30,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #8BA596

#8BA596
(139,165,150)
#95AD9F
(149,173,159)
#9FB5A8
(159,181,168)
#A9BDB1
(169,189,177)
#B3C5BA
(179,197,186)
#BDCDC3
(189,205,195)
#C7D5CC
(199,213,204)
#D1DDD5
(209,221,213)
#DBE5DE
(219,229,222)
#E5EDE7
(229,237,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA596; }

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

This text font color is #8BA596.

Background Color

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

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

This div background color is #8BA596.

Border color

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

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

This div border color is #8BA596.

Opacity

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

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

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

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

This text has shadow with #8BA596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA596.

Preview

Color preview on black background

This text has color #8BA596 on black background.


Color preview on white background

This text has color #8BA596 on white background.


Black color preview on #8BA596 background

This text has black color on #8BA596 background.


White color preview on #8BA596 background

This text has white color on #8BA596 background.


Related colors

Complementary color

Complementary color for #hex is #745A69.


I love getcolorcode.com

Triadic colors

1 #968BA5 and #A5968B with #8BA596 are triadic colors.

2 #96A58B and #A58B96 with #8BA596 are triadic colors.