COLOR #8AA37D

HEX: #8AA37D
RGB: (138,163,125)

Color info

#8AA37D contains red, green and blue colors in about the same proportion. Web safe color of #8AA37D is #999966 (or #996).

RGB color model

#8AA37D color RGB value is (138,163,125).

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

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 125 of 255 = 49%

138
163
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 125 = 426 (100%)
R 138 of 426 ~ 32.39%
G 163 of 426 ~ 38.26%
B 125 of 426 ~ 29.34%

%32.39
%38.26
%29.34

CMYK color model

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

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 36.08%
CMYK:
(15,0,23,36)
C15M0Y23K36 
(15%,0%,23%,36%)
(0.15/0.00/0.23/0.36)	

CMYK percentages

%15.34
%0
%23.31
%36.08

Codes

Color #8AA37D in popluar color models

8AA37D
RGB138163125
HSL99°17.12%56.47%
HSB/HSV99°23.31%63.92%
CMYK15.34%0.00%23.31%
36.08%

Color #8AA37D in popluar number systems.

HEX8AA37D
Decimal138163125
Binary10001010101000111111101
Octal212243175

Shades and tints

Shades of #8AA37D

#8AA37D
(138,163,125)
#7E9572
(126,149,114)
#728767
(114,135,103)
#66795C
(102,121,92)
#5A6B51
(90,107,81)
#4E5D46
(78,93,70)
#424F3B
(66,79,59)
#364130
(54,65,48)
#2A3325
(42,51,37)
#1E251A
(30,37,26)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #8AA37D

#8AA37D
(138,163,125)
#94AB88
(148,171,136)
#9EB393
(158,179,147)
#A8BB9E
(168,187,158)
#B2C3A9
(178,195,169)
#BCCBB4
(188,203,180)
#C6D3BF
(198,211,191)
#D0DBCA
(208,219,202)
#DAE3D5
(218,227,213)
#E4EBE0
(228,235,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA37D; }

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

This text font color is #8AA37D.


Background Color

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

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

This div background color is #8AA37D.


Border color

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

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

This div border color is #8AA37D.


Opacity

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

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

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

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

This text has shadow with #8AA37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA37D on black background.


Color preview on white background

This text has color #8AA37D on white background.



Black color preview on #8AA37D background

This text has black color on #8AA37D background.


White color preview on #8AA37D background

This text has white color on #8AA37D background.