COLOR #8AB5A7

HEX: #8AB5A7
RGB: (138,181,167)

Color info

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

RGB color model

#8AB5A7 color RGB value is (138,181,167).

  • red value is 138;
  • green value is 181;
  • blue value is 167.
RGB:
(138,181,167)
(54%,71%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 167 of 255 = 65%

138
181
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 167 = 486 (100%)
R 138 of 486 ~ 28.4%
G 181 of 486 ~ 37.24%
B 167 of 486 ~ 34.36%

%28.4
%37.24
%34.36

CMYK color model

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

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 29.02%
CMYK:
(24,0,8,29)
C24M0Y8K29 
(24%,0%,8%,29%)
(0.24/0.00/0.08/0.29)	

CMYK percentages

%23.76
%0
%7.73
%29.02

Codes

Color #8AB5A7 in popluar color models

8AB5A7
RGB138181167
HSL160°22.51%62.55%
HSB/HSV160°23.76%70.98%
CMYK23.76%0.00%7.73%
29.02%

Color #8AB5A7 in popluar number systems.

HEX8AB5A7
Decimal138181167
Binary100010101011010110100111
Octal212265247

Shades and tints

Shades of #8AB5A7

#8AB5A7
(138,181,167)
#7EA598
(126,165,152)
#729589
(114,149,137)
#66857A
(102,133,122)
#5A756B
(90,117,107)
#4E655C
(78,101,92)
#42554D
(66,85,77)
#36453E
(54,69,62)
#2A352F
(42,53,47)
#1E2520
(30,37,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #8AB5A7

#8AB5A7
(138,181,167)
#94BBAF
(148,187,175)
#9EC1B7
(158,193,183)
#A8C7BF
(168,199,191)
#B2CDC7
(178,205,199)
#BCD3CF
(188,211,207)
#C6D9D7
(198,217,215)
#D0DFDF
(208,223,223)
#DAE5E7
(218,229,231)
#E4EBEF
(228,235,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB5A7 color. Also use rgb(138,181,167) instead hex code.

Text Font Color

.myTextColor { color: #8AB5A7; }

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

This text font color is #8AB5A7.


Background Color

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

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

This div background color is #8AB5A7.


Border color

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

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

This div border color is #8AB5A7.


Opacity

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

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

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

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

This text has shadow with #8AB5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB5A7 on black background.


Color preview on white background

This text has color #8AB5A7 on white background.



Black color preview on #8AB5A7 background

This text has black color on #8AB5A7 background.


White color preview on #8AB5A7 background

This text has white color on #8AB5A7 background.