COLOR #9DA59A

HEX: #9DA59A
RGB: (157,165,154)

Color info

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

RGB color model

#9DA59A color RGB value is (157,165,154).

  • red value is 157;
  • green value is 165;
  • blue value is 154.
RGB:
(157,165,154)
(62%,65%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 154 of 255 = 60%

157
165
154

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

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 154 = 476 (100%)
R 157 of 476 ~ 32.98%
G 165 of 476 ~ 34.66%
B 154 of 476 ~ 32.35%

%32.98
%34.66
%32.35

CMYK color model

#9DA59A color CMYK value is (5,0,7,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(5,0,7,35)
C5M0Y7K35 
(5%,0%,7%,35%)
(0.05/0.00/0.07/0.35)	

CMYK percentages

%4.85
%0
%6.67
%35.29

Codes

Color #9DA59A in popluar color models

9DA59A
RGB157165154
HSL104°5.76%62.55%
HSB/HSV104°6.67%64.71%
CMYK4.85%0.00%6.67%
35.29%

Color #9DA59A in popluar number systems.

HEX9DA59A
Decimal157165154
Binary100111011010010110011010
Octal235245232

Shades and tints

Shades of #9DA59A

#9DA59A
(157,165,154)
#8F968C
(143,150,140)
#81877E
(129,135,126)
#737870
(115,120,112)
#656962
(101,105,98)
#575A54
(87,90,84)
#494B46
(73,75,70)
#3B3C38
(59,60,56)
#2D2D2A
(45,45,42)
#1F1E1C
(31,30,28)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #9DA59A

#9DA59A
(157,165,154)
#A5ADA3
(165,173,163)
#ADB5AC
(173,181,172)
#B5BDB5
(181,189,181)
#BDC5BE
(189,197,190)
#C5CDC7
(197,205,199)
#CDD5D0
(205,213,208)
#D5DDD9
(213,221,217)
#DDE5E2
(221,229,226)
#E5EDEB
(229,237,235)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA59A color. Also use rgb(157,165,154) instead hex code.

Text Font Color

.myTextColor { color: #9DA59A; }

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

This text font color is #9DA59A.


Background Color

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

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

This div background color is #9DA59A.


Border color

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

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

This div border color is #9DA59A.


Opacity

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

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

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

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

This text has shadow with #9DA59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA59A on black background.


Color preview on white background

This text has color #9DA59A on white background.



Black color preview on #9DA59A background

This text has black color on #9DA59A background.


White color preview on #9DA59A background

This text has white color on #9DA59A background.