COLOR #8AB3AD

HEX: #8AB3AD
RGB: (138,179,173)

Color info

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

RGB color model

#8AB3AD color RGB value is (138,179,173).

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

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 173 of 255 = 68%

138
179
173

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

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 173 = 490 (100%)
R 138 of 490 ~ 28.16%
G 179 of 490 ~ 36.53%
B 173 of 490 ~ 35.31%

%28.16
%36.53
%35.31

CMYK color model

#8AB3AD color CMYK value is (23,0,3,30).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(23,0,3,30)
C23M0Y3K30 
(23%,0%,3%,30%)
(0.23/0.00/0.03/0.30)	

CMYK percentages

%22.91
%0
%3.35
%29.8

Codes

Color #8AB3AD in popluar color models

8AB3AD
RGB138179173
HSL171°21.24%62.16%
HSB/HSV171°22.91%70.20%
CMYK22.91%0.00%3.35%
29.80%

Color #8AB3AD in popluar number systems.

HEX8AB3AD
Decimal138179173
Binary100010101011001110101101
Octal212263255

Shades and tints

Shades of #8AB3AD

#8AB3AD
(138,179,173)
#7EA39E
(126,163,158)
#72938F
(114,147,143)
#668380
(102,131,128)
#5A7371
(90,115,113)
#4E6362
(78,99,98)
#425353
(66,83,83)
#364344
(54,67,68)
#2A3335
(42,51,53)
#1E2326
(30,35,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #8AB3AD

#8AB3AD
(138,179,173)
#94B9B4
(148,185,180)
#9EBFBB
(158,191,187)
#A8C5C2
(168,197,194)
#B2CBC9
(178,203,201)
#BCD1D0
(188,209,208)
#C6D7D7
(198,215,215)
#D0DDDE
(208,221,222)
#DAE3E5
(218,227,229)
#E4E9EC
(228,233,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB3AD; }

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

This text font color is #8AB3AD.


Background Color

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

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

This div background color is #8AB3AD.


Border color

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

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

This div border color is #8AB3AD.


Opacity

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

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

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

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

This text has shadow with #8AB3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB3AD on black background.


Color preview on white background

This text has color #8AB3AD on white background.



Black color preview on #8AB3AD background

This text has black color on #8AB3AD background.


White color preview on #8AB3AD background

This text has white color on #8AB3AD background.