COLOR #9AA668

HEX: #9AA668
RGB: (154,166,104)

Color info

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

RGB color model

#9AA668 color RGB value is (154,166,104).

  • red value is 154;
  • green value is 166;
  • blue value is 104.
RGB:
(154,166,104)
(60%,65%,41%)

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 104 of 255 = 41%

154
166
104

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

Portions of RGB colors in percentages

R + G + B =
154 + 166 + 104 = 424 (100%)
R 154 of 424 ~ 36.32%
G 166 of 424 ~ 39.15%
B 104 of 424 ~ 24.53%

%36.32
%39.15
%24.53

CMYK color model

#9AA668 color CMYK value is (7,0,37,35).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(7,0,37,35)
C7M0Y37K35 
(7%,0%,37%,35%)
(0.07/0.00/0.37/0.35)	

CMYK percentages

%7.23
%0
%37.35
%34.9

Codes

Color #9AA668 in popluar color models

9AA668
RGB154166104
HSL72°25.83%52.94%
HSB/HSV72°37.35%65.10%
CMYK7.23%0.00%37.35%
34.90%

Color #9AA668 in popluar number systems.

HEX9AA668
Decimal154166104
Binary10011010101001101101000
Octal232246150

Shades and tints

Shades of #9AA668

#9AA668
(154,166,104)
#8C975F
(140,151,95)
#7E8856
(126,136,86)
#70794D
(112,121,77)
#626A44
(98,106,68)
#545B3B
(84,91,59)
#464C32
(70,76,50)
#383D29
(56,61,41)
#2A2E20
(42,46,32)
#1C1F17
(28,31,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #9AA668

#9AA668
(154,166,104)
#A3AE75
(163,174,117)
#ACB682
(172,182,130)
#B5BE8F
(181,190,143)
#BEC69C
(190,198,156)
#C7CEA9
(199,206,169)
#D0D6B6
(208,214,182)
#D9DEC3
(217,222,195)
#E2E6D0
(226,230,208)
#EBEEDD
(235,238,221)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA668 color. Also use rgb(154,166,104) instead hex code.

Text Font Color

.myTextColor { color: #9AA668; }

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

This text font color is #9AA668.


Background Color

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

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

This div background color is #9AA668.


Border color

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

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

This div border color is #9AA668.


Opacity

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

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

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

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

This text has shadow with #9AA668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA668 on black background.


Color preview on white background

This text has color #9AA668 on white background.



Black color preview on #9AA668 background

This text has black color on #9AA668 background.


White color preview on #9AA668 background

This text has white color on #9AA668 background.