COLOR #9DB96B

HEX: #9DB96B RGB: (157,185,107)

Color info

#9DB96B contains mainly red and green colors. Web safe color of #9DB96B is #99CC66 (or #9C6).

RGB color model

#9DB96B color RGB value is (157,185,107).

RGB: (157,185,107) (62%, 73%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 107 of 255 = 42%

157
185
107

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

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 107 = 449 (100%)
R 157 of 449 ~ 34.97%
G 185 of 449 ~ 41.2%
B 107 of 449 ~ 23.83'%

%34.97
%41.2
%23.83

CMYK color model

#9DB96B color CMYK value is (15,0,42,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 27.45%

CMYK: (15,0,42,27)
C15M0Y42K27 (15%, 0%, 42%, 27%)
(0.15 / 0.00 / 0.42 / 0.27)

CMYK percentages

%15.14
%0
%42.16
%27.45

Codes

Color #9DB96B in popluar color models

9D B9 6B
RGB 157 185 107
HSL 82° 35.78% 57.25%
HSB/HSV 82° 42.16% 72.55%
CMYK 15.14% 0.00% 42.16%
27.45%

Color #9DB96B in popluar number systems.

HEX 9D B9 6B
Decimal 157 185 107
Binary 10011101 10111001 1101011
Octal 235 271 153

Shades and tints

Shades of #9DB96B

#9DB96B
(157,185,107)
#8FA962
(143,169,98)
#819959
(129,153,89)
#738950
(115,137,80)
#657947
(101,121,71)
#57693E
(87,105,62)
#495935
(73,89,53)
#3B492C
(59,73,44)
#2D3923
(45,57,35)
#1F291A
(31,41,26)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #9DB96B

#9DB96B
(157,185,107)
#A5BF78
(165,191,120)
#ADC585
(173,197,133)
#B5CB92
(181,203,146)
#BDD19F
(189,209,159)
#C5D7AC
(197,215,172)
#CDDDB9
(205,221,185)
#D5E3C6
(213,227,198)
#DDE9D3
(221,233,211)
#E5EFE0
(229,239,224)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB96B color. Also use rgb(157,185,107) instead hex code.

Text Font Color

.myTextColor { color: #9DB96B; }

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

This text font color is #9DB96B.

Background Color

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

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

This div background color is #9DB96B.

Border color

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

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

This div border color is #9DB96B.

Opacity

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

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

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

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

This text has shadow with #9DB96B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB96B.

Preview

Color preview on black background

This text has color #9DB96B on black background.


Color preview on white background

This text has color #9DB96B on white background.


Black color preview on #9DB96B background

This text has black color on #9DB96B background.


White color preview on #9DB96B background

This text has white color on #9DB96B background.


Related colors

Complementary color

Complementary color for #hex is #624694.


I love getcolorcode.com

Triadic colors

1 #6B9DB9 and #B96B9D with #9DB96B are triadic colors.

2 #6BB99D and #B99D6B with #9DB96B are triadic colors.