COLOR #8AB49F

HEX: #8AB49F
RGB: (138,180,159)

Color info

#8AB49F contains red, green and blue colors in about the same proportion. Web safe color of #8AB49F is #99CC99 (or #9C9).

RGB color model

#8AB49F color RGB value is (138,180,159).

  • red value is 138;
  • green value is 180;
  • blue value is 159.
RGB:
(138,180,159)
(54%,71%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 159 of 255 = 62%

138
180
159

R + G + B ~ 62%. #8AB49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 159 = 477 (100%)
R 138 of 477 ~ 28.93%
G 180 of 477 ~ 37.74%
B 159 of 477 ~ 33.33%

%28.93
%37.74
%33.33

CMYK color model

#8AB49F color CMYK value is (23,0,12,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(23,0,12,29)
C23M0Y12K29 
(23%,0%,12%,29%)
(0.23/0.00/0.12/0.29)	

CMYK percentages

%23.33
%0
%11.67
%29.41

Codes

Color #8AB49F in popluar color models

8AB49F
RGB138180159
HSL150°21.88%62.35%
HSB/HSV150°23.33%70.59%
CMYK23.33%0.00%11.67%
29.41%

Color #8AB49F in popluar number systems.

HEX8AB49F
Decimal138180159
Binary100010101011010010011111
Octal212264237

Shades and tints

Shades of #8AB49F

#8AB49F
(138,180,159)
#7EA491
(126,164,145)
#729483
(114,148,131)
#668475
(102,132,117)
#5A7467
(90,116,103)
#4E6459
(78,100,89)
#42544B
(66,84,75)
#36443D
(54,68,61)
#2A342F
(42,52,47)
#1E2421
(30,36,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8AB49F

#8AB49F
(138,180,159)
#94BAA7
(148,186,167)
#9EC0AF
(158,192,175)
#A8C6B7
(168,198,183)
#B2CCBF
(178,204,191)
#BCD2C7
(188,210,199)
#C6D8CF
(198,216,207)
#D0DED7
(208,222,215)
#DAE4DF
(218,228,223)
#E4EAE7
(228,234,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB49F color. Also use rgb(138,180,159) instead hex code.

Text Font Color

.myTextColor { color: #8AB49F; }

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

This text font color is #8AB49F.


Background Color

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

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

This div background color is #8AB49F.


Border color

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

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

This div border color is #8AB49F.


Opacity

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

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

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

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

This text has shadow with #8AB49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB49F on black background.


Color preview on white background

This text has color #8AB49F on white background.



Black color preview on #8AB49F background

This text has black color on #8AB49F background.


White color preview on #8AB49F background

This text has white color on #8AB49F background.