COLOR #8AB2A1

HEX: #8AB2A1 RGB: (138,178,161)

Color info

#8AB2A1 contains red, green and blue colors in about the same proportion. Web safe color of #8AB2A1 is #999999 (or #999).

RGB color model

#8AB2A1 color RGB value is (138,178,161).

RGB: (138,178,161) (54%, 70%, 63%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 161 of 255 = 63%

138
178
161

R + G + B ~ 62%. #8AB2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 178 + 161 = 477 (100%)
R 138 of 477 ~ 28.93%
G 178 of 477 ~ 37.32%
B 161 of 477 ~ 33.75'%

%28.93
%37.32
%33.75

CMYK color model

#8AB2A1 color CMYK value is (22,0,10,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 30.20%

CMYK: (22,0,10,30)
C22M0Y10K30 (22%, 0%, 10%, 30%)
(0.22 / 0.00 / 0.10 / 0.30)

CMYK percentages

%22.47
%0
%9.55
%30.2

Codes

Color #8AB2A1 in popluar color models

8A B2 A1
RGB 138 178 161
HSL 155° 20.62% 61.96%
HSB/HSV 155° 22.47% 69.80%
CMYK 22.47% 0.00% 9.55%
30.20%

Color #8AB2A1 in popluar number systems.

HEX 8A B2 A1
Decimal 138 178 161
Binary 10001010 10110010 10100001
Octal 212 262 241

Shades and tints

Shades of #8AB2A1

#8AB2A1
(138,178,161)
#7EA293
(126,162,147)
#729285
(114,146,133)
#668277
(102,130,119)
#5A7269
(90,114,105)
#4E625B
(78,98,91)
#42524D
(66,82,77)
#36423F
(54,66,63)
#2A3231
(42,50,49)
#1E2223
(30,34,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #8AB2A1

#8AB2A1
(138,178,161)
#94B9A9
(148,185,169)
#9EC0B1
(158,192,177)
#A8C7B9
(168,199,185)
#B2CEC1
(178,206,193)
#BCD5C9
(188,213,201)
#C6DCD1
(198,220,209)
#D0E3D9
(208,227,217)
#DAEAE1
(218,234,225)
#E4F1E9
(228,241,233)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB2A1 color. Also use rgb(138,178,161) instead hex code.

Text Font Color

.myTextColor { color: #8AB2A1; }

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

This text font color is #8AB2A1.

Background Color

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

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

This div background color is #8AB2A1.

Border color

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

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

This div border color is #8AB2A1.

Opacity

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

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

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

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

This text has shadow with #8AB2A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB2A1.

Preview

Color preview on black background

This text has color #8AB2A1 on black background.


Color preview on white background

This text has color #8AB2A1 on white background.


Black color preview on #8AB2A1 background

This text has black color on #8AB2A1 background.


White color preview on #8AB2A1 background

This text has white color on #8AB2A1 background.


Related colors

Complementary color

Complementary color for #hex is #754D5E.


I love getcolorcode.com

Triadic colors

1 #A18AB2 and #B2A18A with #8AB2A1 are triadic colors.

2 #A1B28A and #B28AA1 with #8AB2A1 are triadic colors.