COLOR #8AB2AD

HEX: #8AB2AD
RGB: (138,178,173)

Color info

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

RGB color model

#8AB2AD color RGB value is (138,178,173).

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

RGB channels and saturation

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

138
178
173

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 173 = 489 (100%)
R 138 of 489 ~ 28.22%
G 178 of 489 ~ 36.4%
B 173 of 489 ~ 35.38%

%28.22
%36.4
%35.38

CMYK color model

#8AB2AD color CMYK value is (22,0,3,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(22,0,3,30)
C22M0Y3K30 
(22%,0%,3%,30%)
(0.22/0.00/0.03/0.30)	

CMYK percentages

%22.47
%0
%2.81
%30.2

Codes

Color #8AB2AD in popluar color models

8AB2AD
RGB138178173
HSL173°20.62%61.96%
HSB/HSV173°22.47%69.80%
CMYK22.47%0.00%2.81%
30.20%

Color #8AB2AD in popluar number systems.

HEX8AB2AD
Decimal138178173
Binary100010101011001010101101
Octal212262255

Shades and tints

Shades of #8AB2AD

#8AB2AD
(138,178,173)
#7EA29E
(126,162,158)
#72928F
(114,146,143)
#668280
(102,130,128)
#5A7271
(90,114,113)
#4E6262
(78,98,98)
#425253
(66,82,83)
#364244
(54,66,68)
#2A3235
(42,50,53)
#1E2226
(30,34,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #8AB2AD

#8AB2AD
(138,178,173)
#94B9B4
(148,185,180)
#9EC0BB
(158,192,187)
#A8C7C2
(168,199,194)
#B2CEC9
(178,206,201)
#BCD5D0
(188,213,208)
#C6DCD7
(198,220,215)
#D0E3DE
(208,227,222)
#DAEAE5
(218,234,229)
#E4F1EC
(228,241,236)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB2AD; }

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

This text font color is #8AB2AD.


Background Color

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

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

This div background color is #8AB2AD.


Border color

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

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

This div border color is #8AB2AD.


Opacity

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

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

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

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

This text has shadow with #8AB2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB2AD on black background.


Color preview on white background

This text has color #8AB2AD on white background.



Black color preview on #8AB2AD background

This text has black color on #8AB2AD background.


White color preview on #8AB2AD background

This text has white color on #8AB2AD background.