COLOR #9DA06D

HEX: #9DA06D RGB: (157,160,109)

Color info

#9DA06D contains red, green and blue colors in about the same proportion. Web safe color of #9DA06D is #999966 (or #996).

RGB color model

#9DA06D color RGB value is (157,160,109).

RGB: (157,160,109) (62%, 63%, 43%)

RGB channels and saturation

R 157 of 255 = 62%
G 160 of 255 = 63%
B 109 of 255 = 43%

157
160
109

R + G + B ~ 56%. #9DA06D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 160 + 109 = 426 (100%)
R 157 of 426 ~ 36.85%
G 160 of 426 ~ 37.56%
B 109 of 426 ~ 25.59'%

%36.85
%37.56
%25.59

CMYK color model

#9DA06D color CMYK value is (2,0,32,37).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 37.25%

CMYK: (2,0,32,37)
C2M0Y32K37 (2%, 0%, 32%, 37%)
(0.02 / 0.00 / 0.32 / 0.37)

CMYK percentages

%1.87
%0
%31.88
%37.25

Codes

Color #9DA06D in popluar color models

9D A0 6D
RGB 157 160 109
HSL 64° 21.16% 52.75%
HSB/HSV 64° 31.88% 62.75%
CMYK 1.87% 0.00% 31.88%
37.25%

Color #9DA06D in popluar number systems.

HEX 9D A0 6D
Decimal 157 160 109
Binary 10011101 10100000 1101101
Octal 235 240 155

Shades and tints

Shades of #9DA06D

#9DA06D
(157,160,109)
#8F9264
(143,146,100)
#81845B
(129,132,91)
#737652
(115,118,82)
#656849
(101,104,73)
#575A40
(87,90,64)
#494C37
(73,76,55)
#3B3E2E
(59,62,46)
#2D3025
(45,48,37)
#1F221C
(31,34,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9DA06D

#9DA06D
(157,160,109)
#A5A87A
(165,168,122)
#ADB087
(173,176,135)
#B5B894
(181,184,148)
#BDC0A1
(189,192,161)
#C5C8AE
(197,200,174)
#CDD0BB
(205,208,187)
#D5D8C8
(213,216,200)
#DDE0D5
(221,224,213)
#E5E8E2
(229,232,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA06D color. Also use rgb(157,160,109) instead hex code.

Text Font Color

.myTextColor { color: #9DA06D; }

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

This text font color is #9DA06D.

Background Color

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

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

This div background color is #9DA06D.

Border color

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

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

This div border color is #9DA06D.

Opacity

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

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

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

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

This text has shadow with #9DA06D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA06D.

Preview

Color preview on black background

This text has color #9DA06D on black background.


Color preview on white background

This text has color #9DA06D on white background.


Black color preview on #9DA06D background

This text has black color on #9DA06D background.


White color preview on #9DA06D background

This text has white color on #9DA06D background.


Related colors

Complementary color

Complementary color for #hex is #625F92.


I love getcolorcode.com

Triadic colors

1 #6D9DA0 and #A06D9D with #9DA06D are triadic colors.

2 #6DA09D and #A09D6D with #9DA06D are triadic colors.