COLOR #9AAD6D

HEX: #9AAD6D
RGB: (154,173,109)

Color info

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

RGB color model

#9AAD6D color RGB value is (154,173,109).

  • red value is 154;
  • green value is 173;
  • blue value is 109.
RGB:
(154,173,109)
(60%,68%,43%)

RGB channels and saturation

R 154 of 255 = 60%
G 173 of 255 = 68%
B 109 of 255 = 43%

154
173
109

R + G + B ~ 57%. #9AAD6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 173 + 109 = 436 (100%)
R 154 of 436 ~ 35.32%
G 173 of 436 ~ 39.68%
B 109 of 436 ~ 25%

%35.32
%39.68
%25

CMYK color model

#9AAD6D color CMYK value is (11,0,37,32).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(11,0,37,32)
C11M0Y37K32 
(11%,0%,37%,32%)
(0.11/0.00/0.37/0.32)	

CMYK percentages

%10.98
%0
%36.99
%32.16

Codes

Color #9AAD6D in popluar color models

9AAD6D
RGB154173109
HSL78°28.07%55.29%
HSB/HSV78°36.99%67.84%
CMYK10.98%0.00%36.99%
32.16%

Color #9AAD6D in popluar number systems.

HEX9AAD6D
Decimal154173109
Binary10011010101011011101101
Octal232255155

Shades and tints

Shades of #9AAD6D

#9AAD6D
(154,173,109)
#8C9E64
(140,158,100)
#7E8F5B
(126,143,91)
#708052
(112,128,82)
#627149
(98,113,73)
#546240
(84,98,64)
#465337
(70,83,55)
#38442E
(56,68,46)
#2A3525
(42,53,37)
#1C261C
(28,38,28)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9AAD6D

#9AAD6D
(154,173,109)
#A3B47A
(163,180,122)
#ACBB87
(172,187,135)
#B5C294
(181,194,148)
#BEC9A1
(190,201,161)
#C7D0AE
(199,208,174)
#D0D7BB
(208,215,187)
#D9DEC8
(217,222,200)
#E2E5D5
(226,229,213)
#EBECE2
(235,236,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AAD6D color. Also use rgb(154,173,109) instead hex code.

Text Font Color

.myTextColor { color: #9AAD6D; }

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

This text font color is #9AAD6D.


Background Color

.myBgColor { background-color: #9AAD6D; }

<div style="background-color:#9AAD6D">Inner text</div>

This div background color is #9AAD6D.


Border color

.myBorderColor { border: 1px solid #9AAD6D; }

<div style="border:3px solid #9AAD6D">Div</div>

This div border color is #9AAD6D.


Opacity

.myOpacity80 { color: #9AAD6D; opacity: 0.8; }

<p style="color:#9AAD6D;opacity:0.8;">80%</p>

Text with #9AAD6D 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 #9AAD6D;}

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

This text has shadow with #9AAD6D color.

.textShadow {text-shadow: 3px 3px 1px #9AAD6D, 3px 3px 1px red;}

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

This text has shadow with #9AAD6D primary color and red secondary color.


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

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

This text has shadow with #9AAD6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAD6D on black background.


Color preview on white background

This text has color #9AAD6D on white background.



Black color preview on #9AAD6D background

This text has black color on #9AAD6D background.


White color preview on #9AAD6D background

This text has white color on #9AAD6D background.