COLOR #8AA88F

HEX: #8AA88F
RGB: (138,168,143)

Color info

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

RGB color model

#8AA88F color RGB value is (138,168,143).

  • red value is 138;
  • green value is 168;
  • blue value is 143.
RGB:
(138,168,143)
(54%,66%,56%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 143 of 255 = 56%

138
168
143

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 143 = 449 (100%)
R 138 of 449 ~ 30.73%
G 168 of 449 ~ 37.42%
B 143 of 449 ~ 31.85%

%30.73
%37.42
%31.85

CMYK color model

#8AA88F color CMYK value is (18,0,15,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(18,0,15,34)
C18M0Y15K34 
(18%,0%,15%,34%)
(0.18/0.00/0.15/0.34)	

CMYK percentages

%17.86
%0
%14.88
%34.12

Codes

Color #8AA88F in popluar color models

8AA88F
RGB138168143
HSL130°14.71%60.00%
HSB/HSV130°17.86%65.88%
CMYK17.86%0.00%14.88%
34.12%

Color #8AA88F in popluar number systems.

HEX8AA88F
Decimal138168143
Binary100010101010100010001111
Octal212250217

Shades and tints

Shades of #8AA88F

#8AA88F
(138,168,143)
#7E9982
(126,153,130)
#728A75
(114,138,117)
#667B68
(102,123,104)
#5A6C5B
(90,108,91)
#4E5D4E
(78,93,78)
#424E41
(66,78,65)
#363F34
(54,63,52)
#2A3027
(42,48,39)
#1E211A
(30,33,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #8AA88F

#8AA88F
(138,168,143)
#94AF99
(148,175,153)
#9EB6A3
(158,182,163)
#A8BDAD
(168,189,173)
#B2C4B7
(178,196,183)
#BCCBC1
(188,203,193)
#C6D2CB
(198,210,203)
#D0D9D5
(208,217,213)
#DAE0DF
(218,224,223)
#E4E7E9
(228,231,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA88F; }

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

This text font color is #8AA88F.


Background Color

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

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

This div background color is #8AA88F.


Border color

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

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

This div border color is #8AA88F.


Opacity

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

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

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

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

This text has shadow with #8AA88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA88F on black background.


Color preview on white background

This text has color #8AA88F on white background.



Black color preview on #8AA88F background

This text has black color on #8AA88F background.


White color preview on #8AA88F background

This text has white color on #8AA88F background.