COLOR #8AAD75

HEX: #8AAD75
RGB: (138,173,117)

Color info

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

RGB color model

#8AAD75 color RGB value is (138,173,117).

  • red value is 138;
  • green value is 173;
  • blue value is 117.
RGB:
(138,173,117)
(54%,68%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 117 of 255 = 46%

138
173
117

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

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 117 = 428 (100%)
R 138 of 428 ~ 32.24%
G 173 of 428 ~ 40.42%
B 117 of 428 ~ 27.34%

%32.24
%40.42
%27.34

CMYK color model

#8AAD75 color CMYK value is (20,0,32,32).

  • cyan value is 20.23%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(20,0,32,32)
C20M0Y32K32 
(20%,0%,32%,32%)
(0.20/0.00/0.32/0.32)	

CMYK percentages

%20.23
%0
%32.37
%32.16

Codes

Color #8AAD75 in popluar color models

8AAD75
RGB138173117
HSL98°25.45%56.86%
HSB/HSV98°32.37%67.84%
CMYK20.23%0.00%32.37%
32.16%

Color #8AAD75 in popluar number systems.

HEX8AAD75
Decimal138173117
Binary10001010101011011110101
Octal212255165

Shades and tints

Shades of #8AAD75

#8AAD75
(138,173,117)
#7E9E6B
(126,158,107)
#728F61
(114,143,97)
#668057
(102,128,87)
#5A714D
(90,113,77)
#4E6243
(78,98,67)
#425339
(66,83,57)
#36442F
(54,68,47)
#2A3525
(42,53,37)
#1E261B
(30,38,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8AAD75

#8AAD75
(138,173,117)
#94B481
(148,180,129)
#9EBB8D
(158,187,141)
#A8C299
(168,194,153)
#B2C9A5
(178,201,165)
#BCD0B1
(188,208,177)
#C6D7BD
(198,215,189)
#D0DEC9
(208,222,201)
#DAE5D5
(218,229,213)
#E4ECE1
(228,236,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAD75 color. Also use rgb(138,173,117) instead hex code.

Text Font Color

.myTextColor { color: #8AAD75; }

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

This text font color is #8AAD75.


Background Color

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

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

This div background color is #8AAD75.


Border color

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

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

This div border color is #8AAD75.


Opacity

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

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

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

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

This text has shadow with #8AAD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAD75 on black background.


Color preview on white background

This text has color #8AAD75 on white background.



Black color preview on #8AAD75 background

This text has black color on #8AAD75 background.


White color preview on #8AAD75 background

This text has white color on #8AAD75 background.