COLOR #9AA688

HEX: #9AA688 RGB: (154,166,136)

Color info

#9AA688 contains red, green and blue colors in about the same proportion. Web safe color of #9AA688 is #999999 (or #999).

RGB color model

#9AA688 color RGB value is (154,166,136).

RGB: (154,166,136) (60%, 65%, 53%)

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 136 of 255 = 53%

154
166
136

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

Portions of RGB colors in percentages

R + G + B = 154 + 166 + 136 = 456 (100%)
R 154 of 456 ~ 33.77%
G 166 of 456 ~ 36.4%
B 136 of 456 ~ 29.82'%

%33.77
%36.4
%29.82

CMYK color model

#9AA688 color CMYK value is (7,0,18,35).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 34.90%

CMYK: (7,0,18,35)
C7M0Y18K35 (7%, 0%, 18%, 35%)
(0.07 / 0.00 / 0.18 / 0.35)

CMYK percentages

%7.23
%0
%18.07
%34.9

Codes

Color #9AA688 in popluar color models

9A A6 88
RGB 154 166 136
HSL 84° 14.42% 59.22%
HSB/HSV 84° 18.07% 65.10%
CMYK 7.23% 0.00% 18.07%
34.90%

Color #9AA688 in popluar number systems.

HEX 9A A6 88
Decimal 154 166 136
Binary 10011010 10100110 10001000
Octal 232 246 210

Shades and tints

Shades of #9AA688

#9AA688
(154,166,136)
#8C977C
(140,151,124)
#7E8870
(126,136,112)
#707964
(112,121,100)
#626A58
(98,106,88)
#545B4C
(84,91,76)
#464C40
(70,76,64)
#383D34
(56,61,52)
#2A2E28
(42,46,40)
#1C1F1C
(28,31,28)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #9AA688

#9AA688
(154,166,136)
#A3AE92
(163,174,146)
#ACB69C
(172,182,156)
#B5BEA6
(181,190,166)
#BEC6B0
(190,198,176)
#C7CEBA
(199,206,186)
#D0D6C4
(208,214,196)
#D9DECE
(217,222,206)
#E2E6D8
(226,230,216)
#EBEEE2
(235,238,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AA688; }

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

This text font color is #9AA688.

Background Color

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

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

This div background color is #9AA688.

Border color

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

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

This div border color is #9AA688.

Opacity

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

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

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

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

This text has shadow with #9AA688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA688.

Preview

Color preview on black background

This text has color #9AA688 on black background.


Color preview on white background

This text has color #9AA688 on white background.


Black color preview on #9AA688 background

This text has black color on #9AA688 background.


White color preview on #9AA688 background

This text has white color on #9AA688 background.


Related colors

Complementary color

Complementary color for #hex is #655977.


I love getcolorcode.com

Triadic colors

1 #889AA6 and #A6889A with #9AA688 are triadic colors.

2 #88A69A and #A69A88 with #9AA688 are triadic colors.