COLOR #8AB38C

HEX: #8AB38C
RGB: (138,179,140)

Color info

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

RGB color model

#8AB38C color RGB value is (138,179,140).

  • red value is 138;
  • green value is 179;
  • blue value is 140.
RGB:
(138,179,140)
(54%,70%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 140 of 255 = 55%

138
179
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 140 = 457 (100%)
R 138 of 457 ~ 30.2%
G 179 of 457 ~ 39.17%
B 140 of 457 ~ 30.63%

%30.2
%39.17
%30.63

CMYK color model

#8AB38C color CMYK value is (23,0,22,30).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(23,0,22,30)
C23M0Y22K30 
(23%,0%,22%,30%)
(0.23/0.00/0.22/0.30)	

CMYK percentages

%22.91
%0
%21.79
%29.8

Codes

Color #8AB38C in popluar color models

8AB38C
RGB138179140
HSL123°21.24%62.16%
HSB/HSV123°22.91%70.20%
CMYK22.91%0.00%21.79%
29.80%

Color #8AB38C in popluar number systems.

HEX8AB38C
Decimal138179140
Binary100010101011001110001100
Octal212263214

Shades and tints

Shades of #8AB38C

#8AB38C
(138,179,140)
#7EA380
(126,163,128)
#729374
(114,147,116)
#668368
(102,131,104)
#5A735C
(90,115,92)
#4E6350
(78,99,80)
#425344
(66,83,68)
#364338
(54,67,56)
#2A332C
(42,51,44)
#1E2320
(30,35,32)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8AB38C

#8AB38C
(138,179,140)
#94B996
(148,185,150)
#9EBFA0
(158,191,160)
#A8C5AA
(168,197,170)
#B2CBB4
(178,203,180)
#BCD1BE
(188,209,190)
#C6D7C8
(198,215,200)
#D0DDD2
(208,221,210)
#DAE3DC
(218,227,220)
#E4E9E6
(228,233,230)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB38C color. Also use rgb(138,179,140) instead hex code.

Text Font Color

.myTextColor { color: #8AB38C; }

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

This text font color is #8AB38C.


Background Color

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

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

This div background color is #8AB38C.


Border color

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

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

This div border color is #8AB38C.


Opacity

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

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

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

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

This text has shadow with #8AB38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB38C on black background.


Color preview on white background

This text has color #8AB38C on white background.



Black color preview on #8AB38C background

This text has black color on #8AB38C background.


White color preview on #8AB38C background

This text has white color on #8AB38C background.