COLOR #8BA495

HEX: #8BA495 RGB: (139,164,149)

Color info

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

RGB color model

#8BA495 color RGB value is (139,164,149).

RGB: (139,164,149) (55%, 64%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 164 of 255 = 64%
B 149 of 255 = 58%

139
164
149

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

Portions of RGB colors in percentages

R + G + B = 139 + 164 + 149 = 452 (100%)
R 139 of 452 ~ 30.75%
G 164 of 452 ~ 36.28%
B 149 of 452 ~ 32.96'%

%30.75
%36.28
%32.96

CMYK color model

#8BA495 color CMYK value is (15,0,9,36).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%

CMYK: (15,0,9,36)
C15M0Y9K36 (15%, 0%, 9%, 36%)
(0.15 / 0.00 / 0.09 / 0.36)

CMYK percentages

%15.24
%0
%9.15
%35.69

Codes

Color #8BA495 in popluar color models

8B A4 95
RGB 139 164 149
HSL 144° 12.08% 59.41%
HSB/HSV 144° 15.24% 64.31%
CMYK 15.24% 0.00% 9.15%
35.69%

Color #8BA495 in popluar number systems.

HEX 8B A4 95
Decimal 139 164 149
Binary 10001011 10100100 10010101
Octal 213 244 225

Shades and tints

Shades of #8BA495

#8BA495
(139,164,149)
#7F9688
(127,150,136)
#73887B
(115,136,123)
#677A6E
(103,122,110)
#5B6C61
(91,108,97)
#4F5E54
(79,94,84)
#435047
(67,80,71)
#37423A
(55,66,58)
#2B342D
(43,52,45)
#1F2620
(31,38,32)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #8BA495

#8BA495
(139,164,149)
#95AC9E
(149,172,158)
#9FB4A7
(159,180,167)
#A9BCB0
(169,188,176)
#B3C4B9
(179,196,185)
#BDCCC2
(189,204,194)
#C7D4CB
(199,212,203)
#D1DCD4
(209,220,212)
#DBE4DD
(219,228,221)
#E5ECE6
(229,236,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA495 color. Also use rgb(139,164,149) instead hex code.

Text Font Color

.myTextColor { color: #8BA495; }

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

This text font color is #8BA495.

Background Color

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

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

This div background color is #8BA495.

Border color

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

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

This div border color is #8BA495.

Opacity

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

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

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

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

This text has shadow with #8BA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA495.

Preview

Color preview on black background

This text has color #8BA495 on black background.


Color preview on white background

This text has color #8BA495 on white background.


Black color preview on #8BA495 background

This text has black color on #8BA495 background.


White color preview on #8BA495 background

This text has white color on #8BA495 background.


Related colors

Complementary color

Complementary color for #hex is #745B6A.


I love getcolorcode.com

Triadic colors

1 #958BA4 and #A4958B with #8BA495 are triadic colors.

2 #95A48B and #A48B95 with #8BA495 are triadic colors.