COLOR #9DA399

HEX: #9DA399
RGB: (157,163,153)

Color info

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

RGB color model

#9DA399 color RGB value is (157,163,153).

  • red value is 157;
  • green value is 163;
  • blue value is 153.
RGB:
(157,163,153)
(62%,64%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 153 of 255 = 60%

157
163
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 153 = 473 (100%)
R 157 of 473 ~ 33.19%
G 163 of 473 ~ 34.46%
B 153 of 473 ~ 32.35%

%33.19
%34.46
%32.35

CMYK color model

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

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(4,0,6,36)
C4M0Y6K36 
(4%,0%,6%,36%)
(0.04/0.00/0.06/0.36)	

CMYK percentages

%3.68
%0
%6.13
%36.08

Codes

Color #9DA399 in popluar color models

9DA399
RGB157163153
HSL96°5.15%61.96%
HSB/HSV96°6.13%63.92%
CMYK3.68%0.00%6.13%
36.08%

Color #9DA399 in popluar number systems.

HEX9DA399
Decimal157163153
Binary100111011010001110011001
Octal235243231

Shades and tints

Shades of #9DA399

#9DA399
(157,163,153)
#8F958C
(143,149,140)
#81877F
(129,135,127)
#737972
(115,121,114)
#656B65
(101,107,101)
#575D58
(87,93,88)
#494F4B
(73,79,75)
#3B413E
(59,65,62)
#2D3331
(45,51,49)
#1F2524
(31,37,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #9DA399

#9DA399
(157,163,153)
#A5ABA2
(165,171,162)
#ADB3AB
(173,179,171)
#B5BBB4
(181,187,180)
#BDC3BD
(189,195,189)
#C5CBC6
(197,203,198)
#CDD3CF
(205,211,207)
#D5DBD8
(213,219,216)
#DDE3E1
(221,227,225)
#E5EBEA
(229,235,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA399 color. Also use rgb(157,163,153) instead hex code.

Text Font Color

.myTextColor { color: #9DA399; }

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

This text font color is #9DA399.


Background Color

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

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

This div background color is #9DA399.


Border color

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

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

This div border color is #9DA399.


Opacity

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

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

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

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

This text has shadow with #9DA399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA399 on black background.


Color preview on white background

This text has color #9DA399 on white background.



Black color preview on #9DA399 background

This text has black color on #9DA399 background.


White color preview on #9DA399 background

This text has white color on #9DA399 background.