COLOR #8AB6AA

HEX: #8AB6AA
RGB: (138,182,170)

Color info

#8AB6AA contains red, green and blue colors in about the same proportion. Web safe color of #8AB6AA is #99CC99 (or #9C9).

RGB color model

#8AB6AA color RGB value is (138,182,170).

  • red value is 138;
  • green value is 182;
  • blue value is 170.
RGB:
(138,182,170)
(54%,71%,67%)

RGB channels and saturation

R 138 of 255 = 54%
G 182 of 255 = 71%
B 170 of 255 = 67%

138
182
170

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

Portions of RGB colors in percentages

R + G + B =
138 + 182 + 170 = 490 (100%)
R 138 of 490 ~ 28.16%
G 182 of 490 ~ 37.14%
B 170 of 490 ~ 34.69%

%28.16
%37.14
%34.69

CMYK color model

#8AB6AA color CMYK value is (24,0,7,29).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(24,0,7,29)
C24M0Y7K29 
(24%,0%,7%,29%)
(0.24/0.00/0.07/0.29)	

CMYK percentages

%24.18
%0
%6.59
%28.63

Codes

Color #8AB6AA in popluar color models

8AB6AA
RGB138182170
HSL164°23.16%62.75%
HSB/HSV164°24.18%71.37%
CMYK24.18%0.00%6.59%
28.63%

Color #8AB6AA in popluar number systems.

HEX8AB6AA
Decimal138182170
Binary100010101011011010101010
Octal212266252

Shades and tints

Shades of #8AB6AA

#8AB6AA
(138,182,170)
#7EA69B
(126,166,155)
#72968C
(114,150,140)
#66867D
(102,134,125)
#5A766E
(90,118,110)
#4E665F
(78,102,95)
#425650
(66,86,80)
#364641
(54,70,65)
#2A3632
(42,54,50)
#1E2623
(30,38,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #8AB6AA

#8AB6AA
(138,182,170)
#94BCB1
(148,188,177)
#9EC2B8
(158,194,184)
#A8C8BF
(168,200,191)
#B2CEC6
(178,206,198)
#BCD4CD
(188,212,205)
#C6DAD4
(198,218,212)
#D0E0DB
(208,224,219)
#DAE6E2
(218,230,226)
#E4ECE9
(228,236,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB6AA color. Also use rgb(138,182,170) instead hex code.

Text Font Color

.myTextColor { color: #8AB6AA; }

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

This text font color is #8AB6AA.


Background Color

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

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

This div background color is #8AB6AA.


Border color

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

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

This div border color is #8AB6AA.


Opacity

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

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

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

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

This text has shadow with #8AB6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB6AA on black background.


Color preview on white background

This text has color #8AB6AA on white background.



Black color preview on #8AB6AA background

This text has black color on #8AB6AA background.


White color preview on #8AB6AA background

This text has white color on #8AB6AA background.