COLOR #9DA59E

HEX: #9DA59E
RGB: (157,165,158)

Color info

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

RGB color model

#9DA59E color RGB value is (157,165,158).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 158 of 255 = 62%

157
165
158

R + G + B ~ 63%. #9DA59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 158 = 480 (100%)
R 157 of 480 ~ 32.71%
G 165 of 480 ~ 34.38%
B 158 of 480 ~ 32.92%

%32.71
%34.38
%32.92

CMYK color model

#9DA59E color CMYK value is (5,0,4,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(5,0,4,35)
C5M0Y4K35 
(5%,0%,4%,35%)
(0.05/0.00/0.04/0.35)	

CMYK percentages

%4.85
%0
%4.24
%35.29

Codes

Color #9DA59E in popluar color models

9DA59E
RGB157165158
HSL128°4.26%63.14%
HSB/HSV128°4.85%64.71%
CMYK4.85%0.00%4.24%
35.29%

Color #9DA59E in popluar number systems.

HEX9DA59E
Decimal157165158
Binary100111011010010110011110
Octal235245236

Shades and tints

Shades of #9DA59E

#9DA59E
(157,165,158)
#8F9690
(143,150,144)
#818782
(129,135,130)
#737874
(115,120,116)
#656966
(101,105,102)
#575A58
(87,90,88)
#494B4A
(73,75,74)
#3B3C3C
(59,60,60)
#2D2D2E
(45,45,46)
#1F1E20
(31,30,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #9DA59E

#9DA59E
(157,165,158)
#A5ADA6
(165,173,166)
#ADB5AE
(173,181,174)
#B5BDB6
(181,189,182)
#BDC5BE
(189,197,190)
#C5CDC6
(197,205,198)
#CDD5CE
(205,213,206)
#D5DDD6
(213,221,214)
#DDE5DE
(221,229,222)
#E5EDE6
(229,237,230)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA59E; }

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

This text font color is #9DA59E.


Background Color

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

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

This div background color is #9DA59E.


Border color

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

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

This div border color is #9DA59E.


Opacity

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

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

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

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

This text has shadow with #9DA59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA59E on black background.


Color preview on white background

This text has color #9DA59E on white background.



Black color preview on #9DA59E background

This text has black color on #9DA59E background.


White color preview on #9DA59E background

This text has white color on #9DA59E background.