COLOR #8AA38B

HEX: #8AA38B
RGB: (138,163,139)

Color info

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

RGB color model

#8AA38B color RGB value is (138,163,139).

  • red value is 138;
  • green value is 163;
  • blue value is 139.
RGB:
(138,163,139)
(54%,64%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 139 of 255 = 55%

138
163
139

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 139 = 440 (100%)
R 138 of 440 ~ 31.36%
G 163 of 440 ~ 37.05%
B 139 of 440 ~ 31.59%

%31.36
%37.05
%31.59

CMYK color model

#8AA38B color CMYK value is (15,0,15,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 36.08%
CMYK:
(15,0,15,36)
C15M0Y15K36 
(15%,0%,15%,36%)
(0.15/0.00/0.15/0.36)	

CMYK percentages

%15.34
%0
%14.72
%36.08

Codes

Color #8AA38B in popluar color models

8AA38B
RGB138163139
HSL122°11.96%59.02%
HSB/HSV122°15.34%63.92%
CMYK15.34%0.00%14.72%
36.08%

Color #8AA38B in popluar number systems.

HEX8AA38B
Decimal138163139
Binary100010101010001110001011
Octal212243213

Shades and tints

Shades of #8AA38B

#8AA38B
(138,163,139)
#7E957F
(126,149,127)
#728773
(114,135,115)
#667967
(102,121,103)
#5A6B5B
(90,107,91)
#4E5D4F
(78,93,79)
#424F43
(66,79,67)
#364137
(54,65,55)
#2A332B
(42,51,43)
#1E251F
(30,37,31)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #8AA38B

#8AA38B
(138,163,139)
#94AB95
(148,171,149)
#9EB39F
(158,179,159)
#A8BBA9
(168,187,169)
#B2C3B3
(178,195,179)
#BCCBBD
(188,203,189)
#C6D3C7
(198,211,199)
#D0DBD1
(208,219,209)
#DAE3DB
(218,227,219)
#E4EBE5
(228,235,229)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA38B; }

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

This text font color is #8AA38B.


Background Color

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

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

This div background color is #8AA38B.


Border color

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

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

This div border color is #8AA38B.


Opacity

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

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

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

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

This text has shadow with #8AA38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA38B on black background.


Color preview on white background

This text has color #8AA38B on white background.



Black color preview on #8AA38B background

This text has black color on #8AA38B background.


White color preview on #8AA38B background

This text has white color on #8AA38B background.