COLOR #9DBC6D

HEX: #9DBC6D
RGB: (157,188,109)

Color info

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

RGB color model

#9DBC6D color RGB value is (157,188,109).

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

RGB channels and saturation

R 157 of 255 = 62%
G 188 of 255 = 74%
B 109 of 255 = 43%

157
188
109

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

Portions of RGB colors in percentages

R + G + B =
157 + 188 + 109 = 454 (100%)
R 157 of 454 ~ 34.58%
G 188 of 454 ~ 41.41%
B 109 of 454 ~ 24.01%

%34.58
%41.41
%24.01

CMYK color model

#9DBC6D color CMYK value is (16,0,42,26).

  • cyan value is 16.49%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(16,0,42,26)
C16M0Y42K26 
(16%,0%,42%,26%)
(0.16/0.00/0.42/0.26)	

CMYK percentages

%16.49
%0
%42.02
%26.27

Codes

Color #9DBC6D in popluar color models

9DBC6D
RGB157188109
HSL84°37.09%58.24%
HSB/HSV84°42.02%73.73%
CMYK16.49%0.00%42.02%
26.27%

Color #9DBC6D in popluar number systems.

HEX9DBC6D
Decimal157188109
Binary10011101101111001101101
Octal235274155

Shades and tints

Shades of #9DBC6D

#9DBC6D
(157,188,109)
#8FAB64
(143,171,100)
#819A5B
(129,154,91)
#738952
(115,137,82)
#657849
(101,120,73)
#576740
(87,103,64)
#495637
(73,86,55)
#3B452E
(59,69,46)
#2D3425
(45,52,37)
#1F231C
(31,35,28)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #9DBC6D

#9DBC6D
(157,188,109)
#A5C27A
(165,194,122)
#ADC887
(173,200,135)
#B5CE94
(181,206,148)
#BDD4A1
(189,212,161)
#C5DAAE
(197,218,174)
#CDE0BB
(205,224,187)
#D5E6C8
(213,230,200)
#DDECD5
(221,236,213)
#E5F2E2
(229,242,226)
#EDF8EF
(237,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBC6D; }

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

This text font color is #9DBC6D.


Background Color

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

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

This div background color is #9DBC6D.


Border color

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

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

This div border color is #9DBC6D.


Opacity

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

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

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

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

This text has shadow with #9DBC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBC6D on black background.


Color preview on white background

This text has color #9DBC6D on white background.



Black color preview on #9DBC6D background

This text has black color on #9DBC6D background.


White color preview on #9DBC6D background

This text has white color on #9DBC6D background.