COLOR #9DB65E

HEX: #9DB65E
RGB: (157,182,94)

Color info

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

RGB color model

#9DB65E color RGB value is (157,182,94).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 94 of 255 = 37%

157
182
94

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 94 = 433 (100%)
R 157 of 433 ~ 36.26%
G 182 of 433 ~ 42.03%
B 94 of 433 ~ 21.71%

%36.26
%42.03
%21.71

CMYK color model

#9DB65E color CMYK value is (14,0,48,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(14,0,48,29)
C14M0Y48K29 
(14%,0%,48%,29%)
(0.14/0.00/0.48/0.29)	

CMYK percentages

%13.74
%0
%48.35
%28.63

Codes

Color #9DB65E in popluar color models

9DB65E
RGB15718294
HSL77°37.61%54.12%
HSB/HSV77°48.35%71.37%
CMYK13.74%0.00%48.35%
28.63%

Color #9DB65E in popluar number systems.

HEX9DB65E
Decimal15718294
Binary10011101101101101011110
Octal235266136

Shades and tints

Shades of #9DB65E

#9DB65E
(157,182,94)
#8FA656
(143,166,86)
#81964E
(129,150,78)
#738646
(115,134,70)
#65763E
(101,118,62)
#576636
(87,102,54)
#49562E
(73,86,46)
#3B4626
(59,70,38)
#2D361E
(45,54,30)
#1F2616
(31,38,22)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #9DB65E

#9DB65E
(157,182,94)
#A5BC6C
(165,188,108)
#ADC27A
(173,194,122)
#B5C888
(181,200,136)
#BDCE96
(189,206,150)
#C5D4A4
(197,212,164)
#CDDAB2
(205,218,178)
#D5E0C0
(213,224,192)
#DDE6CE
(221,230,206)
#E5ECDC
(229,236,220)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB65E; }

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

This text font color is #9DB65E.


Background Color

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

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

This div background color is #9DB65E.


Border color

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

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

This div border color is #9DB65E.


Opacity

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

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

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

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

This text has shadow with #9DB65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB65E on black background.


Color preview on white background

This text has color #9DB65E on white background.



Black color preview on #9DB65E background

This text has black color on #9DB65E background.


White color preview on #9DB65E background

This text has white color on #9DB65E background.