COLOR #8AA07C

HEX: #8AA07C
RGB: (138,160,124)

Color info

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

RGB color model

#8AA07C color RGB value is (138,160,124).

  • red value is 138;
  • green value is 160;
  • blue value is 124.
RGB:
(138,160,124)
(54%,63%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 124 of 255 = 49%

138
160
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 124 = 422 (100%)
R 138 of 422 ~ 32.7%
G 160 of 422 ~ 37.91%
B 124 of 422 ~ 29.38%

%32.7
%37.91
%29.38

CMYK color model

#8AA07C color CMYK value is (14,0,23,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(14,0,23,37)
C14M0Y23K37 
(14%,0%,23%,37%)
(0.14/0.00/0.23/0.37)	

CMYK percentages

%13.75
%0
%22.5
%37.25

Codes

Color #8AA07C in popluar color models

8AA07C
RGB138160124
HSL97°15.93%55.69%
HSB/HSV97°22.50%62.75%
CMYK13.75%0.00%22.50%
37.25%

Color #8AA07C in popluar number systems.

HEX8AA07C
Decimal138160124
Binary10001010101000001111100
Octal212240174

Shades and tints

Shades of #8AA07C

#8AA07C
(138,160,124)
#7E9271
(126,146,113)
#728466
(114,132,102)
#66765B
(102,118,91)
#5A6850
(90,104,80)
#4E5A45
(78,90,69)
#424C3A
(66,76,58)
#363E2F
(54,62,47)
#2A3024
(42,48,36)
#1E2219
(30,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8AA07C

#8AA07C
(138,160,124)
#94A887
(148,168,135)
#9EB092
(158,176,146)
#A8B89D
(168,184,157)
#B2C0A8
(178,192,168)
#BCC8B3
(188,200,179)
#C6D0BE
(198,208,190)
#D0D8C9
(208,216,201)
#DAE0D4
(218,224,212)
#E4E8DF
(228,232,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA07C color. Also use rgb(138,160,124) instead hex code.

Text Font Color

.myTextColor { color: #8AA07C; }

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

This text font color is #8AA07C.


Background Color

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

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

This div background color is #8AA07C.


Border color

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

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

This div border color is #8AA07C.


Opacity

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

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

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

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

This text has shadow with #8AA07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA07C on black background.


Color preview on white background

This text has color #8AA07C on white background.



Black color preview on #8AA07C background

This text has black color on #8AA07C background.


White color preview on #8AA07C background

This text has white color on #8AA07C background.