COLOR #9DB689

HEX: #9DB689
RGB: (157,182,137)

Color info

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

RGB color model

#9DB689 color RGB value is (157,182,137).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 137 of 255 = 54%

157
182
137

R + G + B ~ 62%. #9DB689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 137 = 476 (100%)
R 157 of 476 ~ 32.98%
G 182 of 476 ~ 38.24%
B 137 of 476 ~ 28.78%

%32.98
%38.24
%28.78

CMYK color model

#9DB689 color CMYK value is (14,0,25,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 24.73%
  • key color value is 28.63%
CMYK:
(14,0,25,29)
C14M0Y25K29 
(14%,0%,25%,29%)
(0.14/0.00/0.25/0.29)	

CMYK percentages

%13.74
%0
%24.73
%28.63

Codes

Color #9DB689 in popluar color models

9DB689
RGB157182137
HSL93°23.56%62.55%
HSB/HSV93°24.73%71.37%
CMYK13.74%0.00%24.73%
28.63%

Color #9DB689 in popluar number systems.

HEX9DB689
Decimal157182137
Binary100111011011011010001001
Octal235266211

Shades and tints

Shades of #9DB689

#9DB689
(157,182,137)
#8FA67D
(143,166,125)
#819671
(129,150,113)
#738665
(115,134,101)
#657659
(101,118,89)
#57664D
(87,102,77)
#495641
(73,86,65)
#3B4635
(59,70,53)
#2D3629
(45,54,41)
#1F261D
(31,38,29)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #9DB689

#9DB689
(157,182,137)
#A5BC93
(165,188,147)
#ADC29D
(173,194,157)
#B5C8A7
(181,200,167)
#BDCEB1
(189,206,177)
#C5D4BB
(197,212,187)
#CDDAC5
(205,218,197)
#D5E0CF
(213,224,207)
#DDE6D9
(221,230,217)
#E5ECE3
(229,236,227)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB689; }

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

This text font color is #9DB689.


Background Color

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

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

This div background color is #9DB689.


Border color

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

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

This div border color is #9DB689.


Opacity

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

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

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

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

This text has shadow with #9DB689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB689 on black background.


Color preview on white background

This text has color #9DB689 on white background.



Black color preview on #9DB689 background

This text has black color on #9DB689 background.


White color preview on #9DB689 background

This text has white color on #9DB689 background.