COLOR #8AB7AD

HEX: #8AB7AD
RGB: (138,183,173)

Color info

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

RGB color model

#8AB7AD color RGB value is (138,183,173).

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

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 173 of 255 = 68%

138
183
173

R + G + B ~ 65%. #8AB7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 183 + 173 = 494 (100%)
R 138 of 494 ~ 27.94%
G 183 of 494 ~ 37.04%
B 173 of 494 ~ 35.02%

%27.94
%37.04
%35.02

CMYK color model

#8AB7AD color CMYK value is (25,0,5,28).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(25,0,5,28)
C25M0Y5K28 
(25%,0%,5%,28%)
(0.25/0.00/0.05/0.28)	

CMYK percentages

%24.59
%0
%5.46
%28.24

Codes

Color #8AB7AD in popluar color models

8AB7AD
RGB138183173
HSL167°23.81%62.94%
HSB/HSV167°24.59%71.76%
CMYK24.59%0.00%5.46%
28.24%

Color #8AB7AD in popluar number systems.

HEX8AB7AD
Decimal138183173
Binary100010101011011110101101
Octal212267255

Shades and tints

Shades of #8AB7AD

#8AB7AD
(138,183,173)
#7EA79E
(126,167,158)
#72978F
(114,151,143)
#668780
(102,135,128)
#5A7771
(90,119,113)
#4E6762
(78,103,98)
#425753
(66,87,83)
#364744
(54,71,68)
#2A3735
(42,55,53)
#1E2726
(30,39,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #8AB7AD

#8AB7AD
(138,183,173)
#94BDB4
(148,189,180)
#9EC3BB
(158,195,187)
#A8C9C2
(168,201,194)
#B2CFC9
(178,207,201)
#BCD5D0
(188,213,208)
#C6DBD7
(198,219,215)
#D0E1DE
(208,225,222)
#DAE7E5
(218,231,229)
#E4EDEC
(228,237,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB7AD; }

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

This text font color is #8AB7AD.


Background Color

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

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

This div background color is #8AB7AD.


Border color

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

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

This div border color is #8AB7AD.


Opacity

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

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

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

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

This text has shadow with #8AB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB7AD on black background.


Color preview on white background

This text has color #8AB7AD on white background.



Black color preview on #8AB7AD background

This text has black color on #8AB7AD background.


White color preview on #8AB7AD background

This text has white color on #8AB7AD background.