COLOR #9DB563

HEX: #9DB563 RGB: (157,181,99)

Color info

#9DB563 contains mainly red and green colors. Web safe color of #9DB563 is #99CC66 (or #9C6).

RGB color model

#9DB563 color RGB value is (157,181,99).

RGB: (157,181,99) (62%, 71%, 39%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 99 of 255 = 39%

157
181
99

R + G + B ~ 57%. #9DB563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 181 + 99 = 437 (100%)
R 157 of 437 ~ 35.93%
G 181 of 437 ~ 41.42%
B 99 of 437 ~ 22.65'%

%35.93
%41.42
%22.65

CMYK color model

#9DB563 color CMYK value is (13,0,45,29).

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

CMYK: (13,0,45,29)
C13M0Y45K29 (13%, 0%, 45%, 29%)
(0.13 / 0.00 / 0.45 / 0.29)

CMYK percentages

%13.26
%0
%45.3
%29.02

Codes

Color #9DB563 in popluar color models

9D B5 63
RGB 157 181 99
HSL 78° 35.65% 54.90%
HSB/HSV 78° 45.30% 70.98%
CMYK 13.26% 0.00% 45.30%
29.02%

Color #9DB563 in popluar number systems.

HEX 9D B5 63
Decimal 157 181 99
Binary 10011101 10110101 1100011
Octal 235 265 143

Shades and tints

Shades of #9DB563

#9DB563
(157,181,99)
#8FA55A
(143,165,90)
#819551
(129,149,81)
#738548
(115,133,72)
#65753F
(101,117,63)
#576536
(87,101,54)
#49552D
(73,85,45)
#3B4524
(59,69,36)
#2D351B
(45,53,27)
#1F2512
(31,37,18)
#111509
(17,21,9)
#000000
(0,0,0)

Tints of #9DB563

#9DB563
(157,181,99)
#A5BB71
(165,187,113)
#ADC17F
(173,193,127)
#B5C78D
(181,199,141)
#BDCD9B
(189,205,155)
#C5D3A9
(197,211,169)
#CDD9B7
(205,217,183)
#D5DFC5
(213,223,197)
#DDE5D3
(221,229,211)
#E5EBE1
(229,235,225)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB563; }

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

This text font color is #9DB563.

Background Color

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

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

This div background color is #9DB563.

Border color

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

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

This div border color is #9DB563.

Opacity

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

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

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

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

This text has shadow with #9DB563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB563.

Preview

Color preview on black background

This text has color #9DB563 on black background.


Color preview on white background

This text has color #9DB563 on white background.


Black color preview on #9DB563 background

This text has black color on #9DB563 background.


White color preview on #9DB563 background

This text has white color on #9DB563 background.


Related colors

Complementary color

Complementary color for #hex is #624A9C.


I love getcolorcode.com

Triadic colors

1 #639DB5 and #B5639D with #9DB563 are triadic colors.

2 #63B59D and #B59D63 with #9DB563 are triadic colors.