COLOR #8ABAAC

HEX: #8ABAAC RGB: (138,186,172)

Color info

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

RGB color model

#8ABAAC color RGB value is (138,186,172).

RGB: (138,186,172) (54%, 73%, 67%)

RGB channels and saturation

R 138 of 255 = 54%
G 186 of 255 = 73%
B 172 of 255 = 67%

138
186
172

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

Portions of RGB colors in percentages

R + G + B = 138 + 186 + 172 = 496 (100%)
R 138 of 496 ~ 27.82%
G 186 of 496 ~ 37.5%
B 172 of 496 ~ 34.68'%

%27.82
%37.5
%34.68

CMYK color model

#8ABAAC color CMYK value is (26,0,8,27).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 27.06%

CMYK: (26,0,8,27)
C26M0Y8K27 (26%, 0%, 8%, 27%)
(0.26 / 0.00 / 0.08 / 0.27)

CMYK percentages

%25.81
%0
%7.53
%27.06

Codes

Color #8ABAAC in popluar color models

8A BA AC
RGB 138 186 172
HSL 163° 25.81% 63.53%
HSB/HSV 163° 25.81% 72.94%
CMYK 25.81% 0.00% 7.53%
27.06%

Color #8ABAAC in popluar number systems.

HEX 8A BA AC
Decimal 138 186 172
Binary 10001010 10111010 10101100
Octal 212 272 254

Shades and tints

Shades of #8ABAAC

#8ABAAC
(138,186,172)
#7EAA9D
(126,170,157)
#729A8E
(114,154,142)
#668A7F
(102,138,127)
#5A7A70
(90,122,112)
#4E6A61
(78,106,97)
#425A52
(66,90,82)
#364A43
(54,74,67)
#2A3A34
(42,58,52)
#1E2A25
(30,42,37)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #8ABAAC

#8ABAAC
(138,186,172)
#94C0B3
(148,192,179)
#9EC6BA
(158,198,186)
#A8CCC1
(168,204,193)
#B2D2C8
(178,210,200)
#BCD8CF
(188,216,207)
#C6DED6
(198,222,214)
#D0E4DD
(208,228,221)
#DAEAE4
(218,234,228)
#E4F0EB
(228,240,235)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABAAC; }

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

This text font color is #8ABAAC.

Background Color

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

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

This div background color is #8ABAAC.

Border color

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

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

This div border color is #8ABAAC.

Opacity

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

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

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

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

This text has shadow with #8ABAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ABAAC.

Preview

Color preview on black background

This text has color #8ABAAC on black background.


Color preview on white background

This text has color #8ABAAC on white background.


Black color preview on #8ABAAC background

This text has black color on #8ABAAC background.


White color preview on #8ABAAC background

This text has white color on #8ABAAC background.


Related colors

Complementary color

Complementary color for #hex is #754553.


I love getcolorcode.com

Triadic colors

1 #AC8ABA and #BAAC8A with #8ABAAC are triadic colors.

2 #ACBA8A and #BA8AAC with #8ABAAC are triadic colors.