COLOR #8AAD66

HEX: #8AAD66
RGB: (138,173,102)

Color info

#8AAD66 contains mainly red and green colors. Web safe color of #8AAD66 is #999966 (or #996).

RGB color model

#8AAD66 color RGB value is (138,173,102).

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

RGB channels and saturation

R 138 of 255 = 54%
G 173 of 255 = 68%
B 102 of 255 = 40%

138
173
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 173 + 102 = 413 (100%)
R 138 of 413 ~ 33.41%
G 173 of 413 ~ 41.89%
B 102 of 413 ~ 24.7%

%33.41
%41.89
%24.7

CMYK color model

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

  • cyan value is 20.23%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 32.16%
CMYK: (20,0,41,32) C20M0Y41K32 (20%,0%,41%,32%) (0.20/0.00/0.41/0.32)

CMYK percentages

%20.23
%0
%41.04
%32.16

Codes

Color #8AAD66 in popluar color models

8AAD66
RGB138173102
HSL90°30.21%53.92%
HSB/HSV90°41.04%67.84%
CMYK20.23%0.00%41.04%
32.16%

Color #8AAD66 in popluar number systems.

HEX8AAD66
Decimal138173102
Binary10001010101011011100110
Octal212255146

Shades and tints

Shades of #8AAD66

#8AAD66
(138,173,102)
#7E9E5D
(126,158,93)
#728F54
(114,143,84)
#66804B
(102,128,75)
#5A7142
(90,113,66)
#4E6239
(78,98,57)
#425330
(66,83,48)
#364427
(54,68,39)
#2A351E
(42,53,30)
#1E2615
(30,38,21)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #8AAD66

#8AAD66
(138,173,102)
#94B473
(148,180,115)
#9EBB80
(158,187,128)
#A8C28D
(168,194,141)
#B2C99A
(178,201,154)
#BCD0A7
(188,208,167)
#C6D7B4
(198,215,180)
#D0DEC1
(208,222,193)
#DAE5CE
(218,229,206)
#E4ECDB
(228,236,219)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAD66; }

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

This text font color is #8AAD66.


Background Color

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

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

This div background color is #8AAD66.


Border color

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

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

This div border color is #8AAD66.


Opacity

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

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

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

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

This text has shadow with #8AAD66 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8AAD66 on black background.


Color preview on white background

This text has color #8AAD66 on white background.



Black color preview on #8AAD66 background

This text has black color on #8AAD66 background.


White color preview on #8AAD66 background

This text has white color on #8AAD66 background.