COLOR #8AB5AB

HEX: #8AB5AB
RGB: (138,181,171)

Color info

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

RGB color model

#8AB5AB color RGB value is (138,181,171).

  • red value is 138;
  • green value is 181;
  • blue value is 171.
RGB:
(138,181,171)
(54%,71%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 171 of 255 = 67%

138
181
171

R + G + B ~ 64%. #8AB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 171 = 490 (100%)
R 138 of 490 ~ 28.16%
G 181 of 490 ~ 36.94%
B 171 of 490 ~ 34.9%

%28.16
%36.94
%34.9

CMYK color model

#8AB5AB color CMYK value is (24,0,6,29).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(24,0,6,29)
C24M0Y6K29 
(24%,0%,6%,29%)
(0.24/0.00/0.06/0.29)	

CMYK percentages

%23.76
%0
%5.52
%29.02

Codes

Color #8AB5AB in popluar color models

8AB5AB
RGB138181171
HSL166°22.51%62.55%
HSB/HSV166°23.76%70.98%
CMYK23.76%0.00%5.52%
29.02%

Color #8AB5AB in popluar number systems.

HEX8AB5AB
Decimal138181171
Binary100010101011010110101011
Octal212265253

Shades and tints

Shades of #8AB5AB

#8AB5AB
(138,181,171)
#7EA59C
(126,165,156)
#72958D
(114,149,141)
#66857E
(102,133,126)
#5A756F
(90,117,111)
#4E6560
(78,101,96)
#425551
(66,85,81)
#364542
(54,69,66)
#2A3533
(42,53,51)
#1E2524
(30,37,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #8AB5AB

#8AB5AB
(138,181,171)
#94BBB2
(148,187,178)
#9EC1B9
(158,193,185)
#A8C7C0
(168,199,192)
#B2CDC7
(178,205,199)
#BCD3CE
(188,211,206)
#C6D9D5
(198,217,213)
#D0DFDC
(208,223,220)
#DAE5E3
(218,229,227)
#E4EBEA
(228,235,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB5AB color. Also use rgb(138,181,171) instead hex code.

Text Font Color

.myTextColor { color: #8AB5AB; }

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

This text font color is #8AB5AB.


Background Color

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

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

This div background color is #8AB5AB.


Border color

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

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

This div border color is #8AB5AB.


Opacity

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

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

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

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

This text has shadow with #8AB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB5AB on black background.


Color preview on white background

This text has color #8AB5AB on white background.



Black color preview on #8AB5AB background

This text has black color on #8AB5AB background.


White color preview on #8AB5AB background

This text has white color on #8AB5AB background.