COLOR #9DA59B

HEX: #9DA59B
RGB: (157,165,155)

Color info

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

RGB color model

#9DA59B color RGB value is (157,165,155).

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

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 155 of 255 = 61%

157
165
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 165 + 155 = 477 (100%)
R 157 of 477 ~ 32.91%
G 165 of 477 ~ 34.59%
B 155 of 477 ~ 32.49%

%32.91
%34.59
%32.49

CMYK color model

#9DA59B color CMYK value is (5,0,6,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(5,0,6,35)
C5M0Y6K35 
(5%,0%,6%,35%)
(0.05/0.00/0.06/0.35)	

CMYK percentages

%4.85
%0
%6.06
%35.29

Codes

Color #9DA59B in popluar color models

9DA59B
RGB157165155
HSL108°5.26%62.75%
HSB/HSV108°6.06%64.71%
CMYK4.85%0.00%6.06%
35.29%

Color #9DA59B in popluar number systems.

HEX9DA59B
Decimal157165155
Binary100111011010010110011011
Octal235245233

Shades and tints

Shades of #9DA59B

#9DA59B
(157,165,155)
#8F968D
(143,150,141)
#81877F
(129,135,127)
#737871
(115,120,113)
#656963
(101,105,99)
#575A55
(87,90,85)
#494B47
(73,75,71)
#3B3C39
(59,60,57)
#2D2D2B
(45,45,43)
#1F1E1D
(31,30,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #9DA59B

#9DA59B
(157,165,155)
#A5ADA4
(165,173,164)
#ADB5AD
(173,181,173)
#B5BDB6
(181,189,182)
#BDC5BF
(189,197,191)
#C5CDC8
(197,205,200)
#CDD5D1
(205,213,209)
#D5DDDA
(213,221,218)
#DDE5E3
(221,229,227)
#E5EDEC
(229,237,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA59B; }

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

This text font color is #9DA59B.


Background Color

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

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

This div background color is #9DA59B.


Border color

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

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

This div border color is #9DA59B.


Opacity

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

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

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

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

This text has shadow with #9DA59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA59B on black background.


Color preview on white background

This text has color #9DA59B on white background.



Black color preview on #9DA59B background

This text has black color on #9DA59B background.


White color preview on #9DA59B background

This text has white color on #9DA59B background.