COLOR #9DBA76

HEX: #9DBA76
RGB: (157,186,118)

Color info

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

RGB color model

#9DBA76 color RGB value is (157,186,118).

  • red value is 157;
  • green value is 186;
  • blue value is 118.
RGB:
(157,186,118)
(62%,73%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 186 of 255 = 73%
B 118 of 255 = 46%

157
186
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 186 + 118 = 461 (100%)
R 157 of 461 ~ 34.06%
G 186 of 461 ~ 40.35%
B 118 of 461 ~ 25.6%

%34.06
%40.35
%25.6

CMYK color model

#9DBA76 color CMYK value is (16,0,37,27).

  • cyan value is 15.59%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(16,0,37,27)
C16M0Y37K27 
(16%,0%,37%,27%)
(0.16/0.00/0.37/0.27)	

CMYK percentages

%15.59
%0
%36.56
%27.06

Codes

Color #9DBA76 in popluar color models

9DBA76
RGB157186118
HSL86°33.01%59.61%
HSB/HSV86°36.56%72.94%
CMYK15.59%0.00%36.56%
27.06%

Color #9DBA76 in popluar number systems.

HEX9DBA76
Decimal157186118
Binary10011101101110101110110
Octal235272166

Shades and tints

Shades of #9DBA76

#9DBA76
(157,186,118)
#8FAA6C
(143,170,108)
#819A62
(129,154,98)
#738A58
(115,138,88)
#657A4E
(101,122,78)
#576A44
(87,106,68)
#495A3A
(73,90,58)
#3B4A30
(59,74,48)
#2D3A26
(45,58,38)
#1F2A1C
(31,42,28)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #9DBA76

#9DBA76
(157,186,118)
#A5C082
(165,192,130)
#ADC68E
(173,198,142)
#B5CC9A
(181,204,154)
#BDD2A6
(189,210,166)
#C5D8B2
(197,216,178)
#CDDEBE
(205,222,190)
#D5E4CA
(213,228,202)
#DDEAD6
(221,234,214)
#E5F0E2
(229,240,226)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBA76 color. Also use rgb(157,186,118) instead hex code.

Text Font Color

.myTextColor { color: #9DBA76; }

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

This text font color is #9DBA76.


Background Color

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

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

This div background color is #9DBA76.


Border color

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

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

This div border color is #9DBA76.


Opacity

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

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

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

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

This text has shadow with #9DBA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBA76 on black background.


Color preview on white background

This text has color #9DBA76 on white background.



Black color preview on #9DBA76 background

This text has black color on #9DBA76 background.


White color preview on #9DBA76 background

This text has white color on #9DBA76 background.