COLOR #9DB680

HEX: #9DB680
RGB: (157,182,128)

Color info

#9DB680 contains red, green and blue colors in about the same proportion. Web safe color of #9DB680 is #99CC66 (or #9C6).

RGB color model

#9DB680 color RGB value is (157,182,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 128 of 255 = 50%

157
182
128

R + G + B ~ 61%. #9DB680 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 128 = 467 (100%)
R 157 of 467 ~ 33.62%
G 182 of 467 ~ 38.97%
B 128 of 467 ~ 27.41%

%33.62
%38.97
%27.41

CMYK color model

#9DB680 color CMYK value is (14,0,30,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(14,0,30,29)
C14M0Y30K29 
(14%,0%,30%,29%)
(0.14/0.00/0.30/0.29)	

CMYK percentages

%13.74
%0
%29.67
%28.63

Codes

Color #9DB680 in popluar color models

9DB680
RGB157182128
HSL88°27.00%60.78%
HSB/HSV88°29.67%71.37%
CMYK13.74%0.00%29.67%
28.63%

Color #9DB680 in popluar number systems.

HEX9DB680
Decimal157182128
Binary100111011011011010000000
Octal235266200

Shades and tints

Shades of #9DB680

#9DB680
(157,182,128)
#8FA675
(143,166,117)
#81966A
(129,150,106)
#73865F
(115,134,95)
#657654
(101,118,84)
#576649
(87,102,73)
#49563E
(73,86,62)
#3B4633
(59,70,51)
#2D3628
(45,54,40)
#1F261D
(31,38,29)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DB680

#9DB680
(157,182,128)
#A5BC8B
(165,188,139)
#ADC296
(173,194,150)
#B5C8A1
(181,200,161)
#BDCEAC
(189,206,172)
#C5D4B7
(197,212,183)
#CDDAC2
(205,218,194)
#D5E0CD
(213,224,205)
#DDE6D8
(221,230,216)
#E5ECE3
(229,236,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB680; }

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

This text font color is #9DB680.


Background Color

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

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

This div background color is #9DB680.


Border color

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

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

This div border color is #9DB680.


Opacity

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

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

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

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

This text has shadow with #9DB680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB680 on black background.


Color preview on white background

This text has color #9DB680 on white background.



Black color preview on #9DB680 background

This text has black color on #9DB680 background.


White color preview on #9DB680 background

This text has white color on #9DB680 background.