COLOR #8AB7AC

HEX: #8AB7AC RGB: (138,183,172)

Color info

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

RGB color model

#8AB7AC color RGB value is (138,183,172).

RGB: (138,183,172) (54%, 72%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 183 of 255 = 72%
B 172 of 255 = 67%

138
183
172

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

Portions of RGB colors in percentages

R + G + B = 138 + 183 + 172 = 493 (100%)
R 138 of 493 ~ 27.99%
G 183 of 493 ~ 37.12%
B 172 of 493 ~ 34.89'%

%27.99
%37.12
%34.89

CMYK color model

#8AB7AC color CMYK value is (25,0,6,28).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK: (25,0,6,28) C25M0Y6K28 (25%,0%,6%,28%) (0.25/0.00/0.06/0.28) 

CMYK percentages

%24.59
%0
%6.01
%28.24

Codes

Color #8AB7AC in popluar color models

8A B7 AC
RGB 138 183 172
HSL 165° 23.81% 62.94%
HSB/HSV 165° 24.59% 71.76%
CMYK 24.59% 0.00% 6.01%
28.24%

Color #8AB7AC in popluar number systems.

HEX 8A B7 AC
Decimal 138 183 172
Binary 10001010 10110111 10101100
Octal 212 267 254

Shades and tints

Shades of #8AB7AC

#8AB7AC
(138,183,172)
#7EA79D
(126,167,157)
#72978E
(114,151,142)
#66877F
(102,135,127)
#5A7770
(90,119,112)
#4E6761
(78,103,97)
#425752
(66,87,82)
#364743
(54,71,67)
#2A3734
(42,55,52)
#1E2725
(30,39,37)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #8AB7AC

#8AB7AC
(138,183,172)
#94BDB3
(148,189,179)
#9EC3BA
(158,195,186)
#A8C9C1
(168,201,193)
#B2CFC8
(178,207,200)
#BCD5CF
(188,213,207)
#C6DBD6
(198,219,214)
#D0E1DD
(208,225,221)
#DAE7E4
(218,231,228)
#E4EDEB
(228,237,235)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB7AC; }

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

This text font color is #8AB7AC.

Background Color

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

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

This div background color is #8AB7AC.

Border color

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

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

This div border color is #8AB7AC.

Opacity

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

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

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

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

This text has shadow with #8AB7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB7AC.

Preview

Color preview on black background

This text has color #8AB7AC on black background.


Color preview on white background

This text has color #8AB7AC on white background.


Black color preview on #8AB7AC background

This text has black color on #8AB7AC background.


White color preview on #8AB7AC background

This text has white color on #8AB7AC background.


Related colors

Complementary color

Complementary color for #hex is #754853.


I love getcolorcode.com

Triadic colors

1 #AC8AB7 and #B7AC8A with #8AB7AC are triadic colors.

2 #ACB78A and #B78AAC with #8AB7AC are triadic colors.