COLOR #9DB864

HEX: #9DB864 RGB: (157,184,100)

Color info

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

RGB color model

#9DB864 color RGB value is (157,184,100).

RGB: (157,184,100) (62%, 72%, 39%)

RGB channels and saturation

R 157 of 255 = 62%
G 184 of 255 = 72%
B 100 of 255 = 39%

157
184
100

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

Portions of RGB colors in percentages

R + G + B = 157 + 184 + 100 = 441 (100%)
R 157 of 441 ~ 35.6%
G 184 of 441 ~ 41.72%
B 100 of 441 ~ 22.68'%

%35.6
%41.72
%22.68

CMYK color model

#9DB864 color CMYK value is (15,0,46,28).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 27.84%

CMYK: (15,0,46,28)
C15M0Y46K28 (15%, 0%, 46%, 28%)
(0.15 / 0.00 / 0.46 / 0.28)

CMYK percentages

%14.67
%0
%45.65
%27.84

Codes

Color #9DB864 in popluar color models

9D B8 64
RGB 157 184 100
HSL 79° 37.17% 55.69%
HSB/HSV 79° 45.65% 72.16%
CMYK 14.67% 0.00% 45.65%
27.84%

Color #9DB864 in popluar number systems.

HEX 9D B8 64
Decimal 157 184 100
Binary 10011101 10111000 1100100
Octal 235 270 144

Shades and tints

Shades of #9DB864

#9DB864
(157,184,100)
#8FA85B
(143,168,91)
#819852
(129,152,82)
#738849
(115,136,73)
#657840
(101,120,64)
#576837
(87,104,55)
#49582E
(73,88,46)
#3B4825
(59,72,37)
#2D381C
(45,56,28)
#1F2813
(31,40,19)
#11180A
(17,24,10)
#000000
(0,0,0)

Tints of #9DB864

#9DB864
(157,184,100)
#A5BE72
(165,190,114)
#ADC480
(173,196,128)
#B5CA8E
(181,202,142)
#BDD09C
(189,208,156)
#C5D6AA
(197,214,170)
#CDDCB8
(205,220,184)
#D5E2C6
(213,226,198)
#DDE8D4
(221,232,212)
#E5EEE2
(229,238,226)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB864 color. Also use rgb(157,184,100) instead hex code.

Text Font Color

.myTextColor { color: #9DB864; }

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

This text font color is #9DB864.

Background Color

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

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

This div background color is #9DB864.

Border color

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

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

This div border color is #9DB864.

Opacity

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

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

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

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

This text has shadow with #9DB864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB864.

Preview

Color preview on black background

This text has color #9DB864 on black background.


Color preview on white background

This text has color #9DB864 on white background.


Black color preview on #9DB864 background

This text has black color on #9DB864 background.


White color preview on #9DB864 background

This text has white color on #9DB864 background.


Related colors

Complementary color

Complementary color for #hex is #62479B.


I love getcolorcode.com

Triadic colors

1 #649DB8 and #B8649D with #9DB864 are triadic colors.

2 #64B89D and #B89D64 with #9DB864 are triadic colors.