COLOR #9DA495

HEX: #9DA495 RGB: (157,164,149)

Color info

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

RGB color model

#9DA495 color RGB value is (157,164,149).

RGB: (157,164,149) (62%, 64%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 149 of 255 = 58%

157
164
149

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

Portions of RGB colors in percentages

R + G + B = 157 + 164 + 149 = 470 (100%)
R 157 of 470 ~ 33.4%
G 164 of 470 ~ 34.89%
B 149 of 470 ~ 31.7'%

%33.4
%34.89
%31.7

CMYK color model

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

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%

CMYK: (4,0,9,36)
C4M0Y9K36 (4%, 0%, 9%, 36%)
(0.04 / 0.00 / 0.09 / 0.36)

CMYK percentages

%4.27
%0
%9.15
%35.69

Codes

Color #9DA495 in popluar color models

9D A4 95
RGB 157 164 149
HSL 88° 7.61% 61.37%
HSB/HSV 88° 9.15% 64.31%
CMYK 4.27% 0.00% 9.15%
35.69%

Color #9DA495 in popluar number systems.

HEX 9D A4 95
Decimal 157 164 149
Binary 10011101 10100100 10010101
Octal 235 244 225

Shades and tints

Shades of #9DA495

#9DA495
(157,164,149)
#8F9688
(143,150,136)
#81887B
(129,136,123)
#737A6E
(115,122,110)
#656C61
(101,108,97)
#575E54
(87,94,84)
#495047
(73,80,71)
#3B423A
(59,66,58)
#2D342D
(45,52,45)
#1F2620
(31,38,32)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #9DA495

#9DA495
(157,164,149)
#A5AC9E
(165,172,158)
#ADB4A7
(173,180,167)
#B5BCB0
(181,188,176)
#BDC4B9
(189,196,185)
#C5CCC2
(197,204,194)
#CDD4CB
(205,212,203)
#D5DCD4
(213,220,212)
#DDE4DD
(221,228,221)
#E5ECE6
(229,236,230)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA495; }

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

This text font color is #9DA495.

Background Color

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

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

This div background color is #9DA495.

Border color

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

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

This div border color is #9DA495.

Opacity

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

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

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

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

This text has shadow with #9DA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA495.

Preview

Color preview on black background

This text has color #9DA495 on black background.


Color preview on white background

This text has color #9DA495 on white background.


Black color preview on #9DA495 background

This text has black color on #9DA495 background.


White color preview on #9DA495 background

This text has white color on #9DA495 background.


Related colors

Complementary color

Complementary color for #hex is #625B6A.


I love getcolorcode.com

Triadic colors

1 #959DA4 and #A4959D with #9DA495 are triadic colors.

2 #95A49D and #A49D95 with #9DA495 are triadic colors.