COLOR #8AB256

HEX: #8AB256
RGB: (138,178,86)

Color info

#8AB256 contains mainly red and green colors. Web safe color of #8AB256 is #999966 (or #996).

RGB color model

#8AB256 color RGB value is (138,178,86).

  • red value is 138;
  • green value is 178;
  • blue value is 86.
RGB:
(138,178,86)
(54%,70%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 86 of 255 = 34%

138
178
86

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 86 = 402 (100%)
R 138 of 402 ~ 34.33%
G 178 of 402 ~ 44.28%
B 86 of 402 ~ 21.39%

%34.33
%44.28
%21.39

CMYK color model

#8AB256 color CMYK value is (22,0,52,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 30.20%
CMYK:
(22,0,52,30)
C22M0Y52K30 
(22%,0%,52%,30%)
(0.22/0.00/0.52/0.30)	

CMYK percentages

%22.47
%0
%51.69
%30.2

Codes

Color #8AB256 in popluar color models

8AB256
RGB13817886
HSL86°37.40%51.76%
HSB/HSV86°51.69%69.80%
CMYK22.47%0.00%51.69%
30.20%

Color #8AB256 in popluar number systems.

HEX8AB256
Decimal13817886
Binary10001010101100101010110
Octal212262126

Shades and tints

Shades of #8AB256

#8AB256
(138,178,86)
#7EA24F
(126,162,79)
#729248
(114,146,72)
#668241
(102,130,65)
#5A723A
(90,114,58)
#4E6233
(78,98,51)
#42522C
(66,82,44)
#364225
(54,66,37)
#2A321E
(42,50,30)
#1E2217
(30,34,23)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #8AB256

#8AB256
(138,178,86)
#94B965
(148,185,101)
#9EC074
(158,192,116)
#A8C783
(168,199,131)
#B2CE92
(178,206,146)
#BCD5A1
(188,213,161)
#C6DCB0
(198,220,176)
#D0E3BF
(208,227,191)
#DAEACE
(218,234,206)
#E4F1DD
(228,241,221)
#EEF8EC
(238,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB256 color. Also use rgb(138,178,86) instead hex code.

Text Font Color

.myTextColor { color: #8AB256; }

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

This text font color is #8AB256.


Background Color

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

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

This div background color is #8AB256.


Border color

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

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

This div border color is #8AB256.


Opacity

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

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

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

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

This text has shadow with #8AB256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB256 on black background.


Color preview on white background

This text has color #8AB256 on white background.



Black color preview on #8AB256 background

This text has black color on #8AB256 background.


White color preview on #8AB256 background

This text has white color on #8AB256 background.