COLOR #8BA492

HEX: #8BA492
RGB: (139,164,146)

Color info

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

RGB color model

#8BA492 color RGB value is (139,164,146).

  • red value is 139;
  • green value is 164;
  • blue value is 146.
RGB:
(139,164,146)
(55%,64%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 164 of 255 = 64%
B 146 of 255 = 57%

139
164
146

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

Portions of RGB colors in percentages

R + G + B =
139 + 164 + 146 = 449 (100%)
R 139 of 449 ~ 30.96%
G 164 of 449 ~ 36.53%
B 146 of 449 ~ 32.52%

%30.96
%36.53
%32.52

CMYK color model

#8BA492 color CMYK value is (15,0,11,36).

  • cyan value is 15.24%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(15,0,11,36)
C15M0Y11K36 
(15%,0%,11%,36%)
(0.15/0.00/0.11/0.36)	

CMYK percentages

%15.24
%0
%10.98
%35.69

Codes

Color #8BA492 in popluar color models

8BA492
RGB139164146
HSL137°12.08%59.41%
HSB/HSV137°15.24%64.31%
CMYK15.24%0.00%10.98%
35.69%

Color #8BA492 in popluar number systems.

HEX8BA492
Decimal139164146
Binary100010111010010010010010
Octal213244222

Shades and tints

Shades of #8BA492

#8BA492
(139,164,146)
#7F9685
(127,150,133)
#738878
(115,136,120)
#677A6B
(103,122,107)
#5B6C5E
(91,108,94)
#4F5E51
(79,94,81)
#435044
(67,80,68)
#374237
(55,66,55)
#2B342A
(43,52,42)
#1F261D
(31,38,29)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #8BA492

#8BA492
(139,164,146)
#95AC9B
(149,172,155)
#9FB4A4
(159,180,164)
#A9BCAD
(169,188,173)
#B3C4B6
(179,196,182)
#BDCCBF
(189,204,191)
#C7D4C8
(199,212,200)
#D1DCD1
(209,220,209)
#DBE4DA
(219,228,218)
#E5ECE3
(229,236,227)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA492; }

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

This text font color is #8BA492.


Background Color

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

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

This div background color is #8BA492.


Border color

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

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

This div border color is #8BA492.


Opacity

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

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

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

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

This text has shadow with #8BA492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA492 on black background.


Color preview on white background

This text has color #8BA492 on white background.



Black color preview on #8BA492 background

This text has black color on #8BA492 background.


White color preview on #8BA492 background

This text has white color on #8BA492 background.