COLOR #9DB58A

HEX: #9DB58A RGB: (157,181,138)

Color info

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

RGB color model

#9DB58A color RGB value is (157,181,138).

RGB: (157,181,138) (62%, 71%, 54%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 138 of 255 = 54%

157
181
138

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

Portions of RGB colors in percentages

R + G + B = 157 + 181 + 138 = 476 (100%)
R 157 of 476 ~ 32.98%
G 181 of 476 ~ 38.03%
B 138 of 476 ~ 28.99'%

%32.98
%38.03
%28.99

CMYK color model

#9DB58A color CMYK value is (13,0,24,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (13,0,24,29)
C13M0Y24K29 (13%, 0%, 24%, 29%)
(0.13 / 0.00 / 0.24 / 0.29)

CMYK percentages

%13.26
%0
%23.76
%29.02

Codes

Color #9DB58A in popluar color models

9D B5 8A
RGB 157 181 138
HSL 93° 22.51% 62.55%
HSB/HSV 93° 23.76% 70.98%
CMYK 13.26% 0.00% 23.76%
29.02%

Color #9DB58A in popluar number systems.

HEX 9D B5 8A
Decimal 157 181 138
Binary 10011101 10110101 10001010
Octal 235 265 212

Shades and tints

Shades of #9DB58A

#9DB58A
(157,181,138)
#8FA57E
(143,165,126)
#819572
(129,149,114)
#738566
(115,133,102)
#65755A
(101,117,90)
#57654E
(87,101,78)
#495542
(73,85,66)
#3B4536
(59,69,54)
#2D352A
(45,53,42)
#1F251E
(31,37,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #9DB58A

#9DB58A
(157,181,138)
#A5BB94
(165,187,148)
#ADC19E
(173,193,158)
#B5C7A8
(181,199,168)
#BDCDB2
(189,205,178)
#C5D3BC
(197,211,188)
#CDD9C6
(205,217,198)
#D5DFD0
(213,223,208)
#DDE5DA
(221,229,218)
#E5EBE4
(229,235,228)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB58A color. Also use rgb(157,181,138) instead hex code.

Text Font Color

.myTextColor { color: #9DB58A; }

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

This text font color is #9DB58A.

Background Color

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

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

This div background color is #9DB58A.

Border color

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

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

This div border color is #9DB58A.

Opacity

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

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

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

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

This text has shadow with #9DB58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB58A.

Preview

Color preview on black background

This text has color #9DB58A on black background.


Color preview on white background

This text has color #9DB58A on white background.


Black color preview on #9DB58A background

This text has black color on #9DB58A background.


White color preview on #9DB58A background

This text has white color on #9DB58A background.


Related colors

Complementary color

Complementary color for #hex is #624A75.


I love getcolorcode.com

Triadic colors

1 #8A9DB5 and #B58A9D with #9DB58A are triadic colors.

2 #8AB59D and #B59D8A with #9DB58A are triadic colors.