COLOR #8AB29F

HEX: #8AB29F
RGB: (138,178,159)

Color info

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

RGB color model

#8AB29F color RGB value is (138,178,159).

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

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 159 of 255 = 62%

138
178
159

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 159 = 475 (100%)
R 138 of 475 ~ 29.05%
G 178 of 475 ~ 37.47%
B 159 of 475 ~ 33.47%

%29.05
%37.47
%33.47

CMYK color model

#8AB29F color CMYK value is (22,0,11,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(22,0,11,30)
C22M0Y11K30 
(22%,0%,11%,30%)
(0.22/0.00/0.11/0.30)	

CMYK percentages

%22.47
%0
%10.67
%30.2

Codes

Color #8AB29F in popluar color models

8AB29F
RGB138178159
HSL152°20.62%61.96%
HSB/HSV152°22.47%69.80%
CMYK22.47%0.00%10.67%
30.20%

Color #8AB29F in popluar number systems.

HEX8AB29F
Decimal138178159
Binary100010101011001010011111
Octal212262237

Shades and tints

Shades of #8AB29F

#8AB29F
(138,178,159)
#7EA291
(126,162,145)
#729283
(114,146,131)
#668275
(102,130,117)
#5A7267
(90,114,103)
#4E6259
(78,98,89)
#42524B
(66,82,75)
#36423D
(54,66,61)
#2A322F
(42,50,47)
#1E2221
(30,34,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8AB29F

#8AB29F
(138,178,159)
#94B9A7
(148,185,167)
#9EC0AF
(158,192,175)
#A8C7B7
(168,199,183)
#B2CEBF
(178,206,191)
#BCD5C7
(188,213,199)
#C6DCCF
(198,220,207)
#D0E3D7
(208,227,215)
#DAEADF
(218,234,223)
#E4F1E7
(228,241,231)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB29F; }

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

This text font color is #8AB29F.


Background Color

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

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

This div background color is #8AB29F.


Border color

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

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

This div border color is #8AB29F.


Opacity

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

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

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

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

This text has shadow with #8AB29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB29F on black background.


Color preview on white background

This text has color #8AB29F on white background.



Black color preview on #8AB29F background

This text has black color on #8AB29F background.


White color preview on #8AB29F background

This text has white color on #8AB29F background.