COLOR #9DB660

HEX: #9DB660
RGB: (157,182,96)

Color info

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

RGB color model

#9DB660 color RGB value is (157,182,96).

  • red value is 157;
  • green value is 182;
  • blue value is 96.
RGB:
(157,182,96)
(62%,71%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 96 of 255 = 38%

157
182
96

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 96 = 435 (100%)
R 157 of 435 ~ 36.09%
G 182 of 435 ~ 41.84%
B 96 of 435 ~ 22.07%

%36.09
%41.84
%22.07

CMYK color model

#9DB660 color CMYK value is (14,0,47,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 28.63%
CMYK:
(14,0,47,29)
C14M0Y47K29 
(14%,0%,47%,29%)
(0.14/0.00/0.47/0.29)	

CMYK percentages

%13.74
%0
%47.25
%28.63

Codes

Color #9DB660 in popluar color models

9DB660
RGB15718296
HSL77°37.07%54.51%
HSB/HSV77°47.25%71.37%
CMYK13.74%0.00%47.25%
28.63%

Color #9DB660 in popluar number systems.

HEX9DB660
Decimal15718296
Binary10011101101101101100000
Octal235266140

Shades and tints

Shades of #9DB660

#9DB660
(157,182,96)
#8FA658
(143,166,88)
#819650
(129,150,80)
#738648
(115,134,72)
#657640
(101,118,64)
#576638
(87,102,56)
#495630
(73,86,48)
#3B4628
(59,70,40)
#2D3620
(45,54,32)
#1F2618
(31,38,24)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DB660

#9DB660
(157,182,96)
#A5BC6E
(165,188,110)
#ADC27C
(173,194,124)
#B5C88A
(181,200,138)
#BDCE98
(189,206,152)
#C5D4A6
(197,212,166)
#CDDAB4
(205,218,180)
#D5E0C2
(213,224,194)
#DDE6D0
(221,230,208)
#E5ECDE
(229,236,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB660 color. Also use rgb(157,182,96) instead hex code.

Text Font Color

.myTextColor { color: #9DB660; }

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

This text font color is #9DB660.


Background Color

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

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

This div background color is #9DB660.


Border color

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

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

This div border color is #9DB660.


Opacity

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

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

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

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

This text has shadow with #9DB660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB660 on black background.


Color preview on white background

This text has color #9DB660 on white background.



Black color preview on #9DB660 background

This text has black color on #9DB660 background.


White color preview on #9DB660 background

This text has white color on #9DB660 background.