COLOR #8AA88B

HEX: #8AA88B RGB: (138,168,139)

Color info

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

RGB color model

#8AA88B color RGB value is (138,168,139).

RGB: (138,168,139) (54%, 66%, 55%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 139 of 255 = 55%

138
168
139

R + G + B ~ 58%. #8AA88B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 168 + 139 = 445 (100%)
R 138 of 445 ~ 31.01%
G 168 of 445 ~ 37.75%
B 139 of 445 ~ 31.24'%

%31.01
%37.75
%31.24

CMYK color model

#8AA88B color CMYK value is (18,0,17,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 34.12%

CMYK: (18,0,17,34)
C18M0Y17K34 (18%, 0%, 17%, 34%)
(0.18 / 0.00 / 0.17 / 0.34)

CMYK percentages

%17.86
%0
%17.26
%34.12

Codes

Color #8AA88B in popluar color models

8A A8 8B
RGB 138 168 139
HSL 122° 14.71% 60.00%
HSB/HSV 122° 17.86% 65.88%
CMYK 17.86% 0.00% 17.26%
34.12%

Color #8AA88B in popluar number systems.

HEX 8A A8 8B
Decimal 138 168 139
Binary 10001010 10101000 10001011
Octal 212 250 213

Shades and tints

Shades of #8AA88B

#8AA88B
(138,168,139)
#7E997F
(126,153,127)
#728A73
(114,138,115)
#667B67
(102,123,103)
#5A6C5B
(90,108,91)
#4E5D4F
(78,93,79)
#424E43
(66,78,67)
#363F37
(54,63,55)
#2A302B
(42,48,43)
#1E211F
(30,33,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #8AA88B

#8AA88B
(138,168,139)
#94AF95
(148,175,149)
#9EB69F
(158,182,159)
#A8BDA9
(168,189,169)
#B2C4B3
(178,196,179)
#BCCBBD
(188,203,189)
#C6D2C7
(198,210,199)
#D0D9D1
(208,217,209)
#DAE0DB
(218,224,219)
#E4E7E5
(228,231,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA88B color. Also use rgb(138,168,139) instead hex code.

Text Font Color

.myTextColor { color: #8AA88B; }

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

This text font color is #8AA88B.

Background Color

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

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

This div background color is #8AA88B.

Border color

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

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

This div border color is #8AA88B.

Opacity

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

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

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

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

This text has shadow with #8AA88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA88B.

Preview

Color preview on black background

This text has color #8AA88B on black background.


Color preview on white background

This text has color #8AA88B on white background.


Black color preview on #8AA88B background

This text has black color on #8AA88B background.


White color preview on #8AA88B background

This text has white color on #8AA88B background.


Related colors

Complementary color

Complementary color for #hex is #755774.


I love getcolorcode.com

Triadic colors

1 #8B8AA8 and #A88B8A with #8AA88B are triadic colors.

2 #8BA88A and #A88A8B with #8AA88B are triadic colors.