COLOR #9DA297

HEX: #9DA297 RGB: (157,162,151)

Color info

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

RGB color model

#9DA297 color RGB value is (157,162,151).

RGB: (157,162,151) (62%, 64%, 59%)

RGB channels and saturation

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

157
162
151

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

Portions of RGB colors in percentages

R + G + B = 157 + 162 + 151 = 470 (100%)
R 157 of 470 ~ 33.4%
G 162 of 470 ~ 34.47%
B 151 of 470 ~ 32.13'%

%33.4
%34.47
%32.13

CMYK color model

#9DA297 color CMYK value is (3,0,7,36).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 36.47%
CMYK: (3,0,7,36) C3M0Y7K36 (3%,0%,7%,36%) (0.03/0.00/0.07/0.36) 

CMYK percentages

%3.09
%0
%6.79
%36.47

Codes

Color #9DA297 in popluar color models

9D A2 97
RGB 157 162 151
HSL 87° 5.58% 61.37%
HSB/HSV 87° 6.79% 63.53%
CMYK 3.09% 0.00% 6.79%
36.47%

Color #9DA297 in popluar number systems.

HEX 9D A2 97
Decimal 157 162 151
Binary 10011101 10100010 10010111
Octal 235 242 227

Shades and tints

Shades of #9DA297

#9DA297
(157,162,151)
#8F948A
(143,148,138)
#81867D
(129,134,125)
#737870
(115,120,112)
#656A63
(101,106,99)
#575C56
(87,92,86)
#494E49
(73,78,73)
#3B403C
(59,64,60)
#2D322F
(45,50,47)
#1F2422
(31,36,34)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DA297

#9DA297
(157,162,151)
#A5AAA0
(165,170,160)
#ADB2A9
(173,178,169)
#B5BAB2
(181,186,178)
#BDC2BB
(189,194,187)
#C5CAC4
(197,202,196)
#CDD2CD
(205,210,205)
#D5DAD6
(213,218,214)
#DDE2DF
(221,226,223)
#E5EAE8
(229,234,232)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA297; }

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

This text font color is #9DA297.

Background Color

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

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

This div background color is #9DA297.

Border color

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

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

This div border color is #9DA297.

Opacity

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

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

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

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

This text has shadow with #9DA297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA297.

Preview

Color preview on black background

This text has color #9DA297 on black background.


Color preview on white background

This text has color #9DA297 on white background.


Black color preview on #9DA297 background

This text has black color on #9DA297 background.


White color preview on #9DA297 background

This text has white color on #9DA297 background.


Related colors

Complementary color

Complementary color for #hex is #625D68.


I love getcolorcode.com

Triadic colors

1 #979DA2 and #A2979D with #9DA297 are triadic colors.

2 #97A29D and #A29D97 with #9DA297 are triadic colors.