COLOR #8AA88C

HEX: #8AA88C
RGB: (138,168,140)

Color info

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

RGB color model

#8AA88C color RGB value is (138,168,140).

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

RGB channels and saturation

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

138
168
140

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 140 = 446 (100%)
R 138 of 446 ~ 30.94%
G 168 of 446 ~ 37.67%
B 140 of 446 ~ 31.39%

%30.94
%37.67
%31.39

CMYK color model

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

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • 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
%16.67
%34.12

Codes

Color #8AA88C in popluar color models

8AA88C
RGB138168140
HSL124°14.71%60.00%
HSB/HSV124°17.86%65.88%
CMYK17.86%0.00%16.67%
34.12%

Color #8AA88C in popluar number systems.

HEX8AA88C
Decimal138168140
Binary100010101010100010001100
Octal212250214

Shades and tints

Shades of #8AA88C

#8AA88C
(138,168,140)
#7E9980
(126,153,128)
#728A74
(114,138,116)
#667B68
(102,123,104)
#5A6C5C
(90,108,92)
#4E5D50
(78,93,80)
#424E44
(66,78,68)
#363F38
(54,63,56)
#2A302C
(42,48,44)
#1E2120
(30,33,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #8AA88C

#8AA88C
(138,168,140)
#94AF96
(148,175,150)
#9EB6A0
(158,182,160)
#A8BDAA
(168,189,170)
#B2C4B4
(178,196,180)
#BCCBBE
(188,203,190)
#C6D2C8
(198,210,200)
#D0D9D2
(208,217,210)
#DAE0DC
(218,224,220)
#E4E7E6
(228,231,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA88C; }

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

This text font color is #8AA88C.


Background Color

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

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

This div background color is #8AA88C.


Border color

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

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

This div border color is #8AA88C.


Opacity

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

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

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

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

This text has shadow with #8AA88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA88C on black background.


Color preview on white background

This text has color #8AA88C on white background.



Black color preview on #8AA88C background

This text has black color on #8AA88C background.


White color preview on #8AA88C background

This text has white color on #8AA88C background.