COLOR #9DB56D

HEX: #9DB56D
RGB: (157,181,109)

Color info

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

RGB color model

#9DB56D color RGB value is (157,181,109).

  • red value is 157;
  • green value is 181;
  • blue value is 109.
RGB:
(157,181,109)
(62%,71%,43%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 109 of 255 = 43%

157
181
109

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 109 = 447 (100%)
R 157 of 447 ~ 35.12%
G 181 of 447 ~ 40.49%
B 109 of 447 ~ 24.38%

%35.12
%40.49
%24.38

CMYK color model

#9DB56D color CMYK value is (13,0,40,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 29.02%
CMYK:
(13,0,40,29)
C13M0Y40K29 
(13%,0%,40%,29%)
(0.13/0.00/0.40/0.29)	

CMYK percentages

%13.26
%0
%39.78
%29.02

Codes

Color #9DB56D in popluar color models

9DB56D
RGB157181109
HSL80°32.73%56.86%
HSB/HSV80°39.78%70.98%
CMYK13.26%0.00%39.78%
29.02%

Color #9DB56D in popluar number systems.

HEX9DB56D
Decimal157181109
Binary10011101101101011101101
Octal235265155

Shades and tints

Shades of #9DB56D

#9DB56D
(157,181,109)
#8FA564
(143,165,100)
#81955B
(129,149,91)
#738552
(115,133,82)
#657549
(101,117,73)
#576540
(87,101,64)
#495537
(73,85,55)
#3B452E
(59,69,46)
#2D3525
(45,53,37)
#1F251C
(31,37,28)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DB56D

#9DB56D
(157,181,109)
#A5BB7A
(165,187,122)
#ADC187
(173,193,135)
#B5C794
(181,199,148)
#BDCDA1
(189,205,161)
#C5D3AE
(197,211,174)
#CDD9BB
(205,217,187)
#D5DFC8
(213,223,200)
#DDE5D5
(221,229,213)
#E5EBE2
(229,235,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB56D; }

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

This text font color is #9DB56D.


Background Color

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

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

This div background color is #9DB56D.


Border color

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

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

This div border color is #9DB56D.


Opacity

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

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

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

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

This text has shadow with #9DB56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB56D on black background.


Color preview on white background

This text has color #9DB56D on white background.



Black color preview on #9DB56D background

This text has black color on #9DB56D background.


White color preview on #9DB56D background

This text has white color on #9DB56D background.