COLOR #9DA497

HEX: #9DA497
RGB: (157,164,151)

Color info

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

RGB color model

#9DA497 color RGB value is (157,164,151).

  • red value is 157;
  • green value is 164;
  • blue value is 151.
RGB:
(157,164,151)
(62%,64%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 151 of 255 = 59%

157
164
151

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

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 151 = 472 (100%)
R 157 of 472 ~ 33.26%
G 164 of 472 ~ 34.75%
B 151 of 472 ~ 31.99%

%33.26
%34.75
%31.99

CMYK color model

#9DA497 color CMYK value is (4,0,8,36).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 7.93%
  • key color value is 35.69%
CMYK:
(4,0,8,36)
C4M0Y8K36 
(4%,0%,8%,36%)
(0.04/0.00/0.08/0.36)	

CMYK percentages

%4.27
%0
%7.93
%35.69

Codes

Color #9DA497 in popluar color models

9DA497
RGB157164151
HSL92°6.67%61.76%
HSB/HSV92°7.93%64.31%
CMYK4.27%0.00%7.93%
35.69%

Color #9DA497 in popluar number systems.

HEX9DA497
Decimal157164151
Binary100111011010010010010111
Octal235244227

Shades and tints

Shades of #9DA497

#9DA497
(157,164,151)
#8F968A
(143,150,138)
#81887D
(129,136,125)
#737A70
(115,122,112)
#656C63
(101,108,99)
#575E56
(87,94,86)
#495049
(73,80,73)
#3B423C
(59,66,60)
#2D342F
(45,52,47)
#1F2622
(31,38,34)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DA497

#9DA497
(157,164,151)
#A5ACA0
(165,172,160)
#ADB4A9
(173,180,169)
#B5BCB2
(181,188,178)
#BDC4BB
(189,196,187)
#C5CCC4
(197,204,196)
#CDD4CD
(205,212,205)
#D5DCD6
(213,220,214)
#DDE4DF
(221,228,223)
#E5ECE8
(229,236,232)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA497 color. Also use rgb(157,164,151) instead hex code.

Text Font Color

.myTextColor { color: #9DA497; }

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

This text font color is #9DA497.


Background Color

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

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

This div background color is #9DA497.


Border color

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

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

This div border color is #9DA497.


Opacity

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

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

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

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

This text has shadow with #9DA497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA497 on black background.


Color preview on white background

This text has color #9DA497 on white background.



Black color preview on #9DA497 background

This text has black color on #9DA497 background.


White color preview on #9DA497 background

This text has white color on #9DA497 background.