COLOR #9DB68C

HEX: #9DB68C
RGB: (157,182,140)

Color info

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

RGB color model

#9DB68C color RGB value is (157,182,140).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 140 of 255 = 55%

157
182
140

R + G + B ~ 63%. #9DB68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 140 = 479 (100%)
R 157 of 479 ~ 32.78%
G 182 of 479 ~ 38%
B 140 of 479 ~ 29.23%

%32.78
%38
%29.23

CMYK color model

#9DB68C color CMYK value is (14,0,23,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 28.63%
CMYK:
(14,0,23,29)
C14M0Y23K29 
(14%,0%,23%,29%)
(0.14/0.00/0.23/0.29)	

CMYK percentages

%13.74
%0
%23.08
%28.63

Codes

Color #9DB68C in popluar color models

9DB68C
RGB157182140
HSL96°22.34%63.14%
HSB/HSV96°23.08%71.37%
CMYK13.74%0.00%23.08%
28.63%

Color #9DB68C in popluar number systems.

HEX9DB68C
Decimal157182140
Binary100111011011011010001100
Octal235266214

Shades and tints

Shades of #9DB68C

#9DB68C
(157,182,140)
#8FA680
(143,166,128)
#819674
(129,150,116)
#738668
(115,134,104)
#65765C
(101,118,92)
#576650
(87,102,80)
#495644
(73,86,68)
#3B4638
(59,70,56)
#2D362C
(45,54,44)
#1F2620
(31,38,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #9DB68C

#9DB68C
(157,182,140)
#A5BC96
(165,188,150)
#ADC2A0
(173,194,160)
#B5C8AA
(181,200,170)
#BDCEB4
(189,206,180)
#C5D4BE
(197,212,190)
#CDDAC8
(205,218,200)
#D5E0D2
(213,224,210)
#DDE6DC
(221,230,220)
#E5ECE6
(229,236,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB68C; }

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

This text font color is #9DB68C.


Background Color

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

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

This div background color is #9DB68C.


Border color

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

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

This div border color is #9DB68C.


Opacity

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

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

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

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

This text has shadow with #9DB68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB68C on black background.


Color preview on white background

This text has color #9DB68C on white background.



Black color preview on #9DB68C background

This text has black color on #9DB68C background.


White color preview on #9DB68C background

This text has white color on #9DB68C background.