COLOR #9AA395

HEX: #9AA395
RGB: (154,163,149)

Color info

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

RGB color model

#9AA395 color RGB value is (154,163,149).

  • red value is 154;
  • green value is 163;
  • blue value is 149.
RGB:
(154,163,149)
(60%,64%,58%)

RGB channels and saturation

R 154 of 255 = 60%
G 163 of 255 = 64%
B 149 of 255 = 58%

154
163
149

R + G + B ~ 61%. #9AA395 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 163 + 149 = 466 (100%)
R 154 of 466 ~ 33.05%
G 163 of 466 ~ 34.98%
B 149 of 466 ~ 31.97%

%33.05
%34.98
%31.97

CMYK color model

#9AA395 color CMYK value is (6,0,9,36).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(6,0,9,36)
C6M0Y9K36 
(6%,0%,9%,36%)
(0.06/0.00/0.09/0.36)	

CMYK percentages

%5.52
%0
%8.59
%36.08

Codes

Color #9AA395 in popluar color models

9AA395
RGB154163149
HSL99°7.07%61.18%
HSB/HSV99°8.59%63.92%
CMYK5.52%0.00%8.59%
36.08%

Color #9AA395 in popluar number systems.

HEX9AA395
Decimal154163149
Binary100110101010001110010101
Octal232243225

Shades and tints

Shades of #9AA395

#9AA395
(154,163,149)
#8C9588
(140,149,136)
#7E877B
(126,135,123)
#70796E
(112,121,110)
#626B61
(98,107,97)
#545D54
(84,93,84)
#464F47
(70,79,71)
#38413A
(56,65,58)
#2A332D
(42,51,45)
#1C2520
(28,37,32)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9AA395

#9AA395
(154,163,149)
#A3AB9E
(163,171,158)
#ACB3A7
(172,179,167)
#B5BBB0
(181,187,176)
#BEC3B9
(190,195,185)
#C7CBC2
(199,203,194)
#D0D3CB
(208,211,203)
#D9DBD4
(217,219,212)
#E2E3DD
(226,227,221)
#EBEBE6
(235,235,230)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA395 color. Also use rgb(154,163,149) instead hex code.

Text Font Color

.myTextColor { color: #9AA395; }

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

This text font color is #9AA395.


Background Color

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

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

This div background color is #9AA395.


Border color

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

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

This div border color is #9AA395.


Opacity

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

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

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

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

This text has shadow with #9AA395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AA395 on black background.


Color preview on white background

This text has color #9AA395 on white background.



Black color preview on #9AA395 background

This text has black color on #9AA395 background.


White color preview on #9AA395 background

This text has white color on #9AA395 background.