COLOR #9DB38D

HEX: #9DB38D
RGB: (157,179,141)

Color info

#9DB38D contains red, green and blue colors in about the same proportion. Web safe color of #9DB38D is #999999 (or #999).

RGB color model

#9DB38D color RGB value is (157,179,141).

  • red value is 157;
  • green value is 179;
  • blue value is 141.
RGB:
(157,179,141)
(62%,70%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 179 of 255 = 70%
B 141 of 255 = 55%

157
179
141

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

Portions of RGB colors in percentages

R + G + B =
157 + 179 + 141 = 477 (100%)
R 157 of 477 ~ 32.91%
G 179 of 477 ~ 37.53%
B 141 of 477 ~ 29.56%

%32.91
%37.53
%29.56

CMYK color model

#9DB38D color CMYK value is (12,0,21,30).

  • cyan value is 12.29%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(12,0,21,30)
C12M0Y21K30 
(12%,0%,21%,30%)
(0.12/0.00/0.21/0.30)	

CMYK percentages

%12.29
%0
%21.23
%29.8

Codes

Color #9DB38D in popluar color models

9DB38D
RGB157179141
HSL95°20.00%62.75%
HSB/HSV95°21.23%70.20%
CMYK12.29%0.00%21.23%
29.80%

Color #9DB38D in popluar number systems.

HEX9DB38D
Decimal157179141
Binary100111011011001110001101
Octal235263215

Shades and tints

Shades of #9DB38D

#9DB38D
(157,179,141)
#8FA381
(143,163,129)
#819375
(129,147,117)
#738369
(115,131,105)
#65735D
(101,115,93)
#576351
(87,99,81)
#495345
(73,83,69)
#3B4339
(59,67,57)
#2D332D
(45,51,45)
#1F2321
(31,35,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #9DB38D

#9DB38D
(157,179,141)
#A5B997
(165,185,151)
#ADBFA1
(173,191,161)
#B5C5AB
(181,197,171)
#BDCBB5
(189,203,181)
#C5D1BF
(197,209,191)
#CDD7C9
(205,215,201)
#D5DDD3
(213,221,211)
#DDE3DD
(221,227,221)
#E5E9E7
(229,233,231)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB38D color. Also use rgb(157,179,141) instead hex code.

Text Font Color

.myTextColor { color: #9DB38D; }

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

This text font color is #9DB38D.


Background Color

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

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

This div background color is #9DB38D.


Border color

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

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

This div border color is #9DB38D.


Opacity

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

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

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

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

This text has shadow with #9DB38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB38D on black background.


Color preview on white background

This text has color #9DB38D on white background.



Black color preview on #9DB38D background

This text has black color on #9DB38D background.


White color preview on #9DB38D background

This text has white color on #9DB38D background.