COLOR #8AB799

HEX: #8AB799
RGB: (138,183,153)

Color info

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

RGB color model

#8AB799 color RGB value is (138,183,153).

  • red value is 138;
  • green value is 183;
  • blue value is 153.
RGB:
(138,183,153)
(54%,72%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 153 of 255 = 60%

138
183
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 153 = 474 (100%)
R 138 of 474 ~ 29.11%
G 183 of 474 ~ 38.61%
B 153 of 474 ~ 32.28%

%29.11
%38.61
%32.28

CMYK color model

#8AB799 color CMYK value is (25,0,16,28).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK:
(25,0,16,28)
C25M0Y16K28 
(25%,0%,16%,28%)
(0.25/0.00/0.16/0.28)	

CMYK percentages

%24.59
%0
%16.39
%28.24

Codes

Color #8AB799 in popluar color models

8AB799
RGB138183153
HSL140°23.81%62.94%
HSB/HSV140°24.59%71.76%
CMYK24.59%0.00%16.39%
28.24%

Color #8AB799 in popluar number systems.

HEX8AB799
Decimal138183153
Binary100010101011011110011001
Octal212267231

Shades and tints

Shades of #8AB799

#8AB799
(138,183,153)
#7EA78C
(126,167,140)
#72977F
(114,151,127)
#668772
(102,135,114)
#5A7765
(90,119,101)
#4E6758
(78,103,88)
#42574B
(66,87,75)
#36473E
(54,71,62)
#2A3731
(42,55,49)
#1E2724
(30,39,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #8AB799

#8AB799
(138,183,153)
#94BDA2
(148,189,162)
#9EC3AB
(158,195,171)
#A8C9B4
(168,201,180)
#B2CFBD
(178,207,189)
#BCD5C6
(188,213,198)
#C6DBCF
(198,219,207)
#D0E1D8
(208,225,216)
#DAE7E1
(218,231,225)
#E4EDEA
(228,237,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB799 color. Also use rgb(138,183,153) instead hex code.

Text Font Color

.myTextColor { color: #8AB799; }

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

This text font color is #8AB799.


Background Color

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

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

This div background color is #8AB799.


Border color

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

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

This div border color is #8AB799.


Opacity

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

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

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

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

This text has shadow with #8AB799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB799 on black background.


Color preview on white background

This text has color #8AB799 on white background.



Black color preview on #8AB799 background

This text has black color on #8AB799 background.


White color preview on #8AB799 background

This text has white color on #8AB799 background.