COLOR #8AB3AC

HEX: #8AB3AC
RGB: (138,179,172)

Color info

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

RGB color model

#8AB3AC color RGB value is (138,179,172).

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

RGB channels and saturation

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

138
179
172

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 172 = 489 (100%)
R 138 of 489 ~ 28.22%
G 179 of 489 ~ 36.61%
B 172 of 489 ~ 35.17%

%28.22
%36.61
%35.17

CMYK color model

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

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • 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
%3.91
%29.8

Codes

Color #8AB3AC in popluar color models

8AB3AC
RGB138179172
HSL170°21.24%62.16%
HSB/HSV170°22.91%70.20%
CMYK22.91%0.00%3.91%
29.80%

Color #8AB3AC in popluar number systems.

HEX8AB3AC
Decimal138179172
Binary100010101011001110101100
Octal212263254

Shades and tints

Shades of #8AB3AC

#8AB3AC
(138,179,172)
#7EA39D
(126,163,157)
#72938E
(114,147,142)
#66837F
(102,131,127)
#5A7370
(90,115,112)
#4E6361
(78,99,97)
#425352
(66,83,82)
#364343
(54,67,67)
#2A3334
(42,51,52)
#1E2325
(30,35,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #8AB3AC

#8AB3AC
(138,179,172)
#94B9B3
(148,185,179)
#9EBFBA
(158,191,186)
#A8C5C1
(168,197,193)
#B2CBC8
(178,203,200)
#BCD1CF
(188,209,207)
#C6D7D6
(198,215,214)
#D0DDDD
(208,221,221)
#DAE3E4
(218,227,228)
#E4E9EB
(228,233,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB3AC; }

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

This text font color is #8AB3AC.


Background Color

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

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

This div background color is #8AB3AC.


Border color

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

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

This div border color is #8AB3AC.


Opacity

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

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

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

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

This text has shadow with #8AB3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB3AC on black background.


Color preview on white background

This text has color #8AB3AC on white background.



Black color preview on #8AB3AC background

This text has black color on #8AB3AC background.


White color preview on #8AB3AC background

This text has white color on #8AB3AC background.