COLOR #9DAB56

HEX: #9DAB56 RGB: (157,171,86)

Color info

#9DAB56 contains mainly red and green colors. Web safe color of #9DAB56 is #999966 (or #996).

RGB color model

#9DAB56 color RGB value is (157,171,86).

RGB: (157,171,86) (62%, 67%, 34%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 86 of 255 = 34%

157
171
86

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

Portions of RGB colors in percentages

R + G + B = 157 + 171 + 86 = 414 (100%)
R 157 of 414 ~ 37.92%
G 171 of 414 ~ 41.3%
B 86 of 414 ~ 20.77'%

%37.92
%41.3
%20.77

CMYK color model

#9DAB56 color CMYK value is (8,0,50,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • key color value is 32.94%

CMYK: (8,0,50,33)
C8M0Y50K33 (8%, 0%, 50%, 33%)
(0.08 / 0.00 / 0.50 / 0.33)

CMYK percentages

%8.19
%0
%49.71
%32.94

Codes

Color #9DAB56 in popluar color models

9D AB 56
RGB 157 171 86
HSL 70° 33.60% 50.39%
HSB/HSV 70° 49.71% 67.06%
CMYK 8.19% 0.00% 49.71%
32.94%

Color #9DAB56 in popluar number systems.

HEX 9D AB 56
Decimal 157 171 86
Binary 10011101 10101011 1010110
Octal 235 253 126

Shades and tints

Shades of #9DAB56

#9DAB56
(157,171,86)
#8F9C4F
(143,156,79)
#818D48
(129,141,72)
#737E41
(115,126,65)
#656F3A
(101,111,58)
#576033
(87,96,51)
#49512C
(73,81,44)
#3B4225
(59,66,37)
#2D331E
(45,51,30)
#1F2417
(31,36,23)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9DAB56

#9DAB56
(157,171,86)
#A5B265
(165,178,101)
#ADB974
(173,185,116)
#B5C083
(181,192,131)
#BDC792
(189,199,146)
#C5CEA1
(197,206,161)
#CDD5B0
(205,213,176)
#D5DCBF
(213,220,191)
#DDE3CE
(221,227,206)
#E5EADD
(229,234,221)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAB56 color. Also use rgb(157,171,86) instead hex code.

Text Font Color

.myTextColor { color: #9DAB56; }

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

This text font color is #9DAB56.

Background Color

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

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

This div background color is #9DAB56.

Border color

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

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

This div border color is #9DAB56.

Opacity

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

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

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

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

This text has shadow with #9DAB56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAB56.

Preview

Color preview on black background

This text has color #9DAB56 on black background.


Color preview on white background

This text has color #9DAB56 on white background.


Black color preview on #9DAB56 background

This text has black color on #9DAB56 background.


White color preview on #9DAB56 background

This text has white color on #9DAB56 background.


Related colors

Complementary color

Complementary color for #hex is #6254A9.


I love getcolorcode.com

Triadic colors

1 #569DAB and #AB569D with #9DAB56 are triadic colors.

2 #56AB9D and #AB9D56 with #9DAB56 are triadic colors.