COLOR #9DA699

HEX: #9DA699
RGB: (157,166,153)

Color info

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

RGB color model

#9DA699 color RGB value is (157,166,153).

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

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 153 of 255 = 60%

157
166
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 166 + 153 = 476 (100%)
R 157 of 476 ~ 32.98%
G 166 of 476 ~ 34.87%
B 153 of 476 ~ 32.14%

%32.98
%34.87
%32.14

CMYK color model

#9DA699 color CMYK value is (5,0,8,35).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(5,0,8,35)
C5M0Y8K35 
(5%,0%,8%,35%)
(0.05/0.00/0.08/0.35)	

CMYK percentages

%5.42
%0
%7.83
%34.9

Codes

Color #9DA699 in popluar color models

9DA699
RGB157166153
HSL102°6.81%62.55%
HSB/HSV102°7.83%65.10%
CMYK5.42%0.00%7.83%
34.90%

Color #9DA699 in popluar number systems.

HEX9DA699
Decimal157166153
Binary100111011010011010011001
Octal235246231

Shades and tints

Shades of #9DA699

#9DA699
(157,166,153)
#8F978C
(143,151,140)
#81887F
(129,136,127)
#737972
(115,121,114)
#656A65
(101,106,101)
#575B58
(87,91,88)
#494C4B
(73,76,75)
#3B3D3E
(59,61,62)
#2D2E31
(45,46,49)
#1F1F24
(31,31,36)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #9DA699

#9DA699
(157,166,153)
#A5AEA2
(165,174,162)
#ADB6AB
(173,182,171)
#B5BEB4
(181,190,180)
#BDC6BD
(189,198,189)
#C5CEC6
(197,206,198)
#CDD6CF
(205,214,207)
#D5DED8
(213,222,216)
#DDE6E1
(221,230,225)
#E5EEEA
(229,238,234)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA699; }

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

This text font color is #9DA699.


Background Color

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

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

This div background color is #9DA699.


Border color

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

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

This div border color is #9DA699.


Opacity

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

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

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

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

This text has shadow with #9DA699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA699 on black background.


Color preview on white background

This text has color #9DA699 on white background.



Black color preview on #9DA699 background

This text has black color on #9DA699 background.


White color preview on #9DA699 background

This text has white color on #9DA699 background.