COLOR #9CAD5E

HEX: #9CAD5E RGB: (156,173,94)

Color info

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

RGB color model

#9CAD5E color RGB value is (156,173,94).

RGB: (156,173,94) (61%, 68%, 37%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 94 of 255 = 37%

156
173
94

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

Portions of RGB colors in percentages

R + G + B = 156 + 173 + 94 = 423 (100%)
R 156 of 423 ~ 36.88%
G 173 of 423 ~ 40.9%
B 94 of 423 ~ 22.22'%

%36.88
%40.9
%22.22

CMYK color model

#9CAD5E color CMYK value is (10,0,46,32).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 32.16%

CMYK: (10,0,46,32)
C10M0Y46K32 (10%, 0%, 46%, 32%)
(0.10 / 0.00 / 0.46 / 0.32)

CMYK percentages

%9.83
%0
%45.66
%32.16

Codes

Color #9CAD5E in popluar color models

9C AD 5E
RGB 156 173 94
HSL 73° 32.51% 52.35%
HSB/HSV 73° 45.66% 67.84%
CMYK 9.83% 0.00% 45.66%
32.16%

Color #9CAD5E in popluar number systems.

HEX 9C AD 5E
Decimal 156 173 94
Binary 10011100 10101101 1011110
Octal 234 255 136

Shades and tints

Shades of #9CAD5E

#9CAD5E
(156,173,94)
#8E9E56
(142,158,86)
#808F4E
(128,143,78)
#728046
(114,128,70)
#64713E
(100,113,62)
#566236
(86,98,54)
#48532E
(72,83,46)
#3A4426
(58,68,38)
#2C351E
(44,53,30)
#1E2616
(30,38,22)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #9CAD5E

#9CAD5E
(156,173,94)
#A5B46C
(165,180,108)
#AEBB7A
(174,187,122)
#B7C288
(183,194,136)
#C0C996
(192,201,150)
#C9D0A4
(201,208,164)
#D2D7B2
(210,215,178)
#DBDEC0
(219,222,192)
#E4E5CE
(228,229,206)
#EDECDC
(237,236,220)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CAD5E color. Also use rgb(156,173,94) instead hex code.

Text Font Color

.myTextColor { color: #9CAD5E; }

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

This text font color is #9CAD5E.

Background Color

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

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

This div background color is #9CAD5E.

Border color

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

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

This div border color is #9CAD5E.

Opacity

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

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

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

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

This text has shadow with #9CAD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAD5E.

Preview

Color preview on black background

This text has color #9CAD5E on black background.


Color preview on white background

This text has color #9CAD5E on white background.


Black color preview on #9CAD5E background

This text has black color on #9CAD5E background.


White color preview on #9CAD5E background

This text has white color on #9CAD5E background.


Related colors

Complementary color

Complementary color for #hex is #6352A1.


I love getcolorcode.com

Triadic colors

1 #5E9CAD and #AD5E9C with #9CAD5E are triadic colors.

2 #5EAD9C and #AD9C5E with #9CAD5E are triadic colors.