COLOR #8BA49D

HEX: #8BA49D RGB: (139,164,157)

Color info

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

RGB color model

#8BA49D color RGB value is (139,164,157).

RGB: (139,164,157) (55%, 64%, 62%)

RGB channels and saturation

R 139 of 255 = 55%
G 164 of 255 = 64%
B 157 of 255 = 62%

139
164
157

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

Portions of RGB colors in percentages

R + G + B = 139 + 164 + 157 = 460 (100%)
R 139 of 460 ~ 30.22%
G 164 of 460 ~ 35.65%
B 157 of 460 ~ 34.13'%

%30.22
%35.65
%34.13

CMYK color model

#8BA49D color CMYK value is (15,0,4,36).

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

CMYK: (15,0,4,36)
C15M0Y4K36 (15%, 0%, 4%, 36%)
(0.15 / 0.00 / 0.04 / 0.36)

CMYK percentages

%15.24
%0
%4.27
%35.69

Codes

Color #8BA49D in popluar color models

8B A4 9D
RGB 139 164 157
HSL 163° 12.08% 59.41%
HSB/HSV 163° 15.24% 64.31%
CMYK 15.24% 0.00% 4.27%
35.69%

Color #8BA49D in popluar number systems.

HEX 8B A4 9D
Decimal 139 164 157
Binary 10001011 10100100 10011101
Octal 213 244 235

Shades and tints

Shades of #8BA49D

#8BA49D
(139,164,157)
#7F968F
(127,150,143)
#738881
(115,136,129)
#677A73
(103,122,115)
#5B6C65
(91,108,101)
#4F5E57
(79,94,87)
#435049
(67,80,73)
#37423B
(55,66,59)
#2B342D
(43,52,45)
#1F261F
(31,38,31)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #8BA49D

#8BA49D
(139,164,157)
#95ACA5
(149,172,165)
#9FB4AD
(159,180,173)
#A9BCB5
(169,188,181)
#B3C4BD
(179,196,189)
#BDCCC5
(189,204,197)
#C7D4CD
(199,212,205)
#D1DCD5
(209,220,213)
#DBE4DD
(219,228,221)
#E5ECE5
(229,236,229)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA49D; }

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

This text font color is #8BA49D.

Background Color

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

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

This div background color is #8BA49D.

Border color

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

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

This div border color is #8BA49D.

Opacity

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

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

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

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

This text has shadow with #8BA49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BA49D.

Preview

Color preview on black background

This text has color #8BA49D on black background.


Color preview on white background

This text has color #8BA49D on white background.


Black color preview on #8BA49D background

This text has black color on #8BA49D background.


White color preview on #8BA49D background

This text has white color on #8BA49D background.


Related colors

Complementary color

Complementary color for #hex is #745B62.


I love getcolorcode.com

Triadic colors

1 #9D8BA4 and #A49D8B with #8BA49D are triadic colors.

2 #9DA48B and #A48B9D with #8BA49D are triadic colors.