COLOR #8AB9A0

HEX: #8AB9A0
RGB: (138,185,160)

Color info

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

RGB color model

#8AB9A0 color RGB value is (138,185,160).

  • red value is 138;
  • green value is 185;
  • blue value is 160.
RGB:
(138,185,160)
(54%,73%,63%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 160 of 255 = 63%

138
185
160

R + G + B ~ 63%. #8AB9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 160 = 483 (100%)
R 138 of 483 ~ 28.57%
G 185 of 483 ~ 38.3%
B 160 of 483 ~ 33.13%

%28.57
%38.3
%33.13

CMYK color model

#8AB9A0 color CMYK value is (25,0,14,27).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 27.45%
CMYK:
(25,0,14,27)
C25M0Y14K27 
(25%,0%,14%,27%)
(0.25/0.00/0.14/0.27)	

CMYK percentages

%25.41
%0
%13.51
%27.45

Codes

Color #8AB9A0 in popluar color models

8AB9A0
RGB138185160
HSL148°25.13%63.33%
HSB/HSV148°25.41%72.55%
CMYK25.41%0.00%13.51%
27.45%

Color #8AB9A0 in popluar number systems.

HEX8AB9A0
Decimal138185160
Binary100010101011100110100000
Octal212271240

Shades and tints

Shades of #8AB9A0

#8AB9A0
(138,185,160)
#7EA992
(126,169,146)
#729984
(114,153,132)
#668976
(102,137,118)
#5A7968
(90,121,104)
#4E695A
(78,105,90)
#42594C
(66,89,76)
#36493E
(54,73,62)
#2A3930
(42,57,48)
#1E2922
(30,41,34)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #8AB9A0

#8AB9A0
(138,185,160)
#94BFA8
(148,191,168)
#9EC5B0
(158,197,176)
#A8CBB8
(168,203,184)
#B2D1C0
(178,209,192)
#BCD7C8
(188,215,200)
#C6DDD0
(198,221,208)
#D0E3D8
(208,227,216)
#DAE9E0
(218,233,224)
#E4EFE8
(228,239,232)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB9A0 color. Also use rgb(138,185,160) instead hex code.

Text Font Color

.myTextColor { color: #8AB9A0; }

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

This text font color is #8AB9A0.


Background Color

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

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

This div background color is #8AB9A0.


Border color

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

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

This div border color is #8AB9A0.


Opacity

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

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

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

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

This text has shadow with #8AB9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB9A0 on black background.


Color preview on white background

This text has color #8AB9A0 on white background.



Black color preview on #8AB9A0 background

This text has black color on #8AB9A0 background.


White color preview on #8AB9A0 background

This text has white color on #8AB9A0 background.