COLOR #8AB0AC

HEX: #8AB0AC
RGB: (138,176,172)

Color info

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

RGB color model

#8AB0AC color RGB value is (138,176,172).

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

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 172 of 255 = 67%

138
176
172

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

Portions of RGB colors in percentages

R + G + B =
138 + 176 + 172 = 486 (100%)
R 138 of 486 ~ 28.4%
G 176 of 486 ~ 36.21%
B 172 of 486 ~ 35.39%

%28.4
%36.21
%35.39

CMYK color model

#8AB0AC color CMYK value is (22,0,2,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK:
(22,0,2,31)
C22M0Y2K31 
(22%,0%,2%,31%)
(0.22/0.00/0.02/0.31)	

CMYK percentages

%21.59
%0
%2.27
%30.98

Codes

Color #8AB0AC in popluar color models

8AB0AC
RGB138176172
HSL174°19.39%61.57%
HSB/HSV174°21.59%69.02%
CMYK21.59%0.00%2.27%
30.98%

Color #8AB0AC in popluar number systems.

HEX8AB0AC
Decimal138176172
Binary100010101011000010101100
Octal212260254

Shades and tints

Shades of #8AB0AC

#8AB0AC
(138,176,172)
#7EA09D
(126,160,157)
#72908E
(114,144,142)
#66807F
(102,128,127)
#5A7070
(90,112,112)
#4E6061
(78,96,97)
#425052
(66,80,82)
#364043
(54,64,67)
#2A3034
(42,48,52)
#1E2025
(30,32,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #8AB0AC

#8AB0AC
(138,176,172)
#94B7B3
(148,183,179)
#9EBEBA
(158,190,186)
#A8C5C1
(168,197,193)
#B2CCC8
(178,204,200)
#BCD3CF
(188,211,207)
#C6DAD6
(198,218,214)
#D0E1DD
(208,225,221)
#DAE8E4
(218,232,228)
#E4EFEB
(228,239,235)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB0AC; }

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

This text font color is #8AB0AC.


Background Color

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

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

This div background color is #8AB0AC.


Border color

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

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

This div border color is #8AB0AC.


Opacity

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

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

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

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

This text has shadow with #8AB0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB0AC on black background.


Color preview on white background

This text has color #8AB0AC on white background.



Black color preview on #8AB0AC background

This text has black color on #8AB0AC background.


White color preview on #8AB0AC background

This text has white color on #8AB0AC background.