COLOR #8AA47D

HEX: #8AA47D
RGB: (138,164,125)

Color info

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

RGB color model

#8AA47D color RGB value is (138,164,125).

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

RGB channels and saturation

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

138
164
125

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 125 = 427 (100%)
R 138 of 427 ~ 32.32%
G 164 of 427 ~ 38.41%
B 125 of 427 ~ 29.27%

%32.32
%38.41
%29.27

CMYK color model

#8AA47D color CMYK value is (16,0,24,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(16,0,24,36)
C16M0Y24K36 
(16%,0%,24%,36%)
(0.16/0.00/0.24/0.36)	

CMYK percentages

%15.85
%0
%23.78
%35.69

Codes

Color #8AA47D in popluar color models

8AA47D
RGB138164125
HSL100°17.65%56.67%
HSB/HSV100°23.78%64.31%
CMYK15.85%0.00%23.78%
35.69%

Color #8AA47D in popluar number systems.

HEX8AA47D
Decimal138164125
Binary10001010101001001111101
Octal212244175

Shades and tints

Shades of #8AA47D

#8AA47D
(138,164,125)
#7E9672
(126,150,114)
#728867
(114,136,103)
#667A5C
(102,122,92)
#5A6C51
(90,108,81)
#4E5E46
(78,94,70)
#42503B
(66,80,59)
#364230
(54,66,48)
#2A3425
(42,52,37)
#1E261A
(30,38,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #8AA47D

#8AA47D
(138,164,125)
#94AC88
(148,172,136)
#9EB493
(158,180,147)
#A8BC9E
(168,188,158)
#B2C4A9
(178,196,169)
#BCCCB4
(188,204,180)
#C6D4BF
(198,212,191)
#D0DCCA
(208,220,202)
#DAE4D5
(218,228,213)
#E4ECE0
(228,236,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA47D; }

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

This text font color is #8AA47D.


Background Color

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

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

This div background color is #8AA47D.


Border color

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

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

This div border color is #8AA47D.


Opacity

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

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

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

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

This text has shadow with #8AA47D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA47D on black background.


Color preview on white background

This text has color #8AA47D on white background.



Black color preview on #8AA47D background

This text has black color on #8AA47D background.


White color preview on #8AA47D background

This text has white color on #8AA47D background.