COLOR #9DAA95

HEX: #9DAA95
RGB: (157,170,149)

Color info

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

RGB color model

#9DAA95 color RGB value is (157,170,149).

  • red value is 157;
  • green value is 170;
  • blue value is 149.
RGB:
(157,170,149)
(62%,67%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 149 of 255 = 58%

157
170
149

R + G + B ~ 62%. #9DAA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 149 = 476 (100%)
R 157 of 476 ~ 32.98%
G 170 of 476 ~ 35.71%
B 149 of 476 ~ 31.3%

%32.98
%35.71
%31.3

CMYK color model

#9DAA95 color CMYK value is (8,0,12,33).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 33.33%
CMYK:
(8,0,12,33)
C8M0Y12K33 
(8%,0%,12%,33%)
(0.08/0.00/0.12/0.33)	

CMYK percentages

%7.65
%0
%12.35
%33.33

Codes

Color #9DAA95 in popluar color models

9DAA95
RGB157170149
HSL97°10.99%62.55%
HSB/HSV97°12.35%66.67%
CMYK7.65%0.00%12.35%
33.33%

Color #9DAA95 in popluar number systems.

HEX9DAA95
Decimal157170149
Binary100111011010101010010101
Octal235252225

Shades and tints

Shades of #9DAA95

#9DAA95
(157,170,149)
#8F9B88
(143,155,136)
#818C7B
(129,140,123)
#737D6E
(115,125,110)
#656E61
(101,110,97)
#575F54
(87,95,84)
#495047
(73,80,71)
#3B413A
(59,65,58)
#2D322D
(45,50,45)
#1F2320
(31,35,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9DAA95

#9DAA95
(157,170,149)
#A5B19E
(165,177,158)
#ADB8A7
(173,184,167)
#B5BFB0
(181,191,176)
#BDC6B9
(189,198,185)
#C5CDC2
(197,205,194)
#CDD4CB
(205,212,203)
#D5DBD4
(213,219,212)
#DDE2DD
(221,226,221)
#E5E9E6
(229,233,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAA95 color. Also use rgb(157,170,149) instead hex code.

Text Font Color

.myTextColor { color: #9DAA95; }

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

This text font color is #9DAA95.


Background Color

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

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

This div background color is #9DAA95.


Border color

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

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

This div border color is #9DAA95.


Opacity

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

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

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

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

This text has shadow with #9DAA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAA95 on black background.


Color preview on white background

This text has color #9DAA95 on white background.



Black color preview on #9DAA95 background

This text has black color on #9DAA95 background.


White color preview on #9DAA95 background

This text has white color on #9DAA95 background.