COLOR #8AA188

HEX: #8AA188
RGB: (138,161,136)

Color info

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

RGB color model

#8AA188 color RGB value is (138,161,136).

  • red value is 138;
  • green value is 161;
  • blue value is 136.
RGB:
(138,161,136)
(54%,63%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 161 of 255 = 63%
B 136 of 255 = 53%

138
161
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 161 + 136 = 435 (100%)
R 138 of 435 ~ 31.72%
G 161 of 435 ~ 37.01%
B 136 of 435 ~ 31.26%

%31.72
%37.01
%31.26

CMYK color model

#8AA188 color CMYK value is (14,0,16,37).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(14,0,16,37)
C14M0Y16K37 
(14%,0%,16%,37%)
(0.14/0.00/0.16/0.37)	

CMYK percentages

%14.29
%0
%15.53
%36.86

Codes

Color #8AA188 in popluar color models

8AA188
RGB138161136
HSL115°11.74%58.24%
HSB/HSV115°15.53%63.14%
CMYK14.29%0.00%15.53%
36.86%

Color #8AA188 in popluar number systems.

HEX8AA188
Decimal138161136
Binary100010101010000110001000
Octal212241210

Shades and tints

Shades of #8AA188

#8AA188
(138,161,136)
#7E937C
(126,147,124)
#728570
(114,133,112)
#667764
(102,119,100)
#5A6958
(90,105,88)
#4E5B4C
(78,91,76)
#424D40
(66,77,64)
#363F34
(54,63,52)
#2A3128
(42,49,40)
#1E231C
(30,35,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8AA188

#8AA188
(138,161,136)
#94A992
(148,169,146)
#9EB19C
(158,177,156)
#A8B9A6
(168,185,166)
#B2C1B0
(178,193,176)
#BCC9BA
(188,201,186)
#C6D1C4
(198,209,196)
#D0D9CE
(208,217,206)
#DAE1D8
(218,225,216)
#E4E9E2
(228,233,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA188; }

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

This text font color is #8AA188.


Background Color

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

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

This div background color is #8AA188.


Border color

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

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

This div border color is #8AA188.


Opacity

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

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

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

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

This text has shadow with #8AA188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA188 on black background.


Color preview on white background

This text has color #8AA188 on white background.



Black color preview on #8AA188 background

This text has black color on #8AA188 background.


White color preview on #8AA188 background

This text has white color on #8AA188 background.