COLOR #8AB4A0

HEX: #8AB4A0
RGB: (138,180,160)

Color info

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

RGB color model

#8AB4A0 color RGB value is (138,180,160).

  • red value is 138;
  • green value is 180;
  • blue value is 160.
RGB:
(138,180,160)
(54%,71%,63%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 160 of 255 = 63%

138
180
160

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

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 160 = 478 (100%)
R 138 of 478 ~ 28.87%
G 180 of 478 ~ 37.66%
B 160 of 478 ~ 33.47%

%28.87
%37.66
%33.47

CMYK color model

#8AB4A0 color CMYK value is (23,0,11,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(23,0,11,29)
C23M0Y11K29 
(23%,0%,11%,29%)
(0.23/0.00/0.11/0.29)	

CMYK percentages

%23.33
%0
%11.11
%29.41

Codes

Color #8AB4A0 in popluar color models

8AB4A0
RGB138180160
HSL151°21.88%62.35%
HSB/HSV151°23.33%70.59%
CMYK23.33%0.00%11.11%
29.41%

Color #8AB4A0 in popluar number systems.

HEX8AB4A0
Decimal138180160
Binary100010101011010010100000
Octal212264240

Shades and tints

Shades of #8AB4A0

#8AB4A0
(138,180,160)
#7EA492
(126,164,146)
#729484
(114,148,132)
#668476
(102,132,118)
#5A7468
(90,116,104)
#4E645A
(78,100,90)
#42544C
(66,84,76)
#36443E
(54,68,62)
#2A3430
(42,52,48)
#1E2422
(30,36,34)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #8AB4A0

#8AB4A0
(138,180,160)
#94BAA8
(148,186,168)
#9EC0B0
(158,192,176)
#A8C6B8
(168,198,184)
#B2CCC0
(178,204,192)
#BCD2C8
(188,210,200)
#C6D8D0
(198,216,208)
#D0DED8
(208,222,216)
#DAE4E0
(218,228,224)
#E4EAE8
(228,234,232)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB4A0 color. Also use rgb(138,180,160) instead hex code.

Text Font Color

.myTextColor { color: #8AB4A0; }

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

This text font color is #8AB4A0.


Background Color

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

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

This div background color is #8AB4A0.


Border color

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

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

This div border color is #8AB4A0.


Opacity

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

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

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

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

This text has shadow with #8AB4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB4A0 on black background.


Color preview on white background

This text has color #8AB4A0 on white background.



Black color preview on #8AB4A0 background

This text has black color on #8AB4A0 background.


White color preview on #8AB4A0 background

This text has white color on #8AB4A0 background.