COLOR #8AB3AB

HEX: #8AB3AB
RGB: (138,179,171)

Color info

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

RGB color model

#8AB3AB color RGB value is (138,179,171).

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

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 171 of 255 = 67%

138
179
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 171 = 488 (100%)
R 138 of 488 ~ 28.28%
G 179 of 488 ~ 36.68%
B 171 of 488 ~ 35.04%

%28.28
%36.68
%35.04

CMYK color model

#8AB3AB color CMYK value is (23,0,4,30).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(23,0,4,30)
C23M0Y4K30 
(23%,0%,4%,30%)
(0.23/0.00/0.04/0.30)	

CMYK percentages

%22.91
%0
%4.47
%29.8

Codes

Color #8AB3AB in popluar color models

8AB3AB
RGB138179171
HSL168°21.24%62.16%
HSB/HSV168°22.91%70.20%
CMYK22.91%0.00%4.47%
29.80%

Color #8AB3AB in popluar number systems.

HEX8AB3AB
Decimal138179171
Binary100010101011001110101011
Octal212263253

Shades and tints

Shades of #8AB3AB

#8AB3AB
(138,179,171)
#7EA39C
(126,163,156)
#72938D
(114,147,141)
#66837E
(102,131,126)
#5A736F
(90,115,111)
#4E6360
(78,99,96)
#425351
(66,83,81)
#364342
(54,67,66)
#2A3333
(42,51,51)
#1E2324
(30,35,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8AB3AB

#8AB3AB
(138,179,171)
#94B9B2
(148,185,178)
#9EBFB9
(158,191,185)
#A8C5C0
(168,197,192)
#B2CBC7
(178,203,199)
#BCD1CE
(188,209,206)
#C6D7D5
(198,215,213)
#D0DDDC
(208,221,220)
#DAE3E3
(218,227,227)
#E4E9EA
(228,233,234)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB3AB; }

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

This text font color is #8AB3AB.


Background Color

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

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

This div background color is #8AB3AB.


Border color

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

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

This div border color is #8AB3AB.


Opacity

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

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

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

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

This text has shadow with #8AB3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB3AB on black background.


Color preview on white background

This text has color #8AB3AB on white background.



Black color preview on #8AB3AB background

This text has black color on #8AB3AB background.


White color preview on #8AB3AB background

This text has white color on #8AB3AB background.