COLOR #9DB983

HEX: #9DB983 RGB: (157,185,131)

Color info

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

RGB color model

#9DB983 color RGB value is (157,185,131).

RGB: (157,185,131) (62%, 73%, 51%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 131 of 255 = 51%

157
185
131

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

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 131 = 473 (100%)
R 157 of 473 ~ 33.19%
G 185 of 473 ~ 39.11%
B 131 of 473 ~ 27.7'%

%33.19
%39.11
%27.7

CMYK color model

#9DB983 color CMYK value is (15,0,29,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 29.19%
  • key color value is 27.45%

CMYK: (15,0,29,27)
C15M0Y29K27 (15%, 0%, 29%, 27%)
(0.15 / 0.00 / 0.29 / 0.27)

CMYK percentages

%15.14
%0
%29.19
%27.45

Codes

Color #9DB983 in popluar color models

9D B9 83
RGB 157 185 131
HSL 91° 27.84% 61.96%
HSB/HSV 91° 29.19% 72.55%
CMYK 15.14% 0.00% 29.19%
27.45%

Color #9DB983 in popluar number systems.

HEX 9D B9 83
Decimal 157 185 131
Binary 10011101 10111001 10000011
Octal 235 271 203

Shades and tints

Shades of #9DB983

#9DB983
(157,185,131)
#8FA978
(143,169,120)
#81996D
(129,153,109)
#738962
(115,137,98)
#657957
(101,121,87)
#57694C
(87,105,76)
#495941
(73,89,65)
#3B4936
(59,73,54)
#2D392B
(45,57,43)
#1F2920
(31,41,32)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #9DB983

#9DB983
(157,185,131)
#A5BF8E
(165,191,142)
#ADC599
(173,197,153)
#B5CBA4
(181,203,164)
#BDD1AF
(189,209,175)
#C5D7BA
(197,215,186)
#CDDDC5
(205,221,197)
#D5E3D0
(213,227,208)
#DDE9DB
(221,233,219)
#E5EFE6
(229,239,230)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB983 color. Also use rgb(157,185,131) instead hex code.

Text Font Color

.myTextColor { color: #9DB983; }

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

This text font color is #9DB983.

Background Color

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

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

This div background color is #9DB983.

Border color

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

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

This div border color is #9DB983.

Opacity

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

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

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

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

This text has shadow with #9DB983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB983.

Preview

Color preview on black background

This text has color #9DB983 on black background.


Color preview on white background

This text has color #9DB983 on white background.


Black color preview on #9DB983 background

This text has black color on #9DB983 background.


White color preview on #9DB983 background

This text has white color on #9DB983 background.


Related colors

Complementary color

Complementary color for #hex is #62467C.


I love getcolorcode.com

Triadic colors

1 #839DB9 and #B9839D with #9DB983 are triadic colors.

2 #83B99D and #B99D83 with #9DB983 are triadic colors.