COLOR #9CAD7C

HEX: #9CAD7C
RGB: (156,173,124)

Color info

#9CAD7C contains red, green and blue colors in about the same proportion. Web safe color of #9CAD7C is #999966 (or #996).

RGB color model

#9CAD7C color RGB value is (156,173,124).

  • red value is 156;
  • green value is 173;
  • blue value is 124.
RGB:
(156,173,124)
(61%,68%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 173 of 255 = 68%
B 124 of 255 = 49%

156
173
124

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

Portions of RGB colors in percentages

R + G + B =
156 + 173 + 124 = 453 (100%)
R 156 of 453 ~ 34.44%
G 173 of 453 ~ 38.19%
B 124 of 453 ~ 27.37%

%34.44
%38.19
%27.37

CMYK color model

#9CAD7C color CMYK value is (10,0,28,32).

  • cyan value is 9.83%
  • magenta value is 0.00%
  • yellow value is 28.32%
  • key color value is 32.16%
CMYK:
(10,0,28,32)
C10M0Y28K32 
(10%,0%,28%,32%)
(0.10/0.00/0.28/0.32)	

CMYK percentages

%9.83
%0
%28.32
%32.16

Codes

Color #9CAD7C in popluar color models

9CAD7C
RGB156173124
HSL81°23.00%58.24%
HSB/HSV81°28.32%67.84%
CMYK9.83%0.00%28.32%
32.16%

Color #9CAD7C in popluar number systems.

HEX9CAD7C
Decimal156173124
Binary10011100101011011111100
Octal234255174

Shades and tints

Shades of #9CAD7C

#9CAD7C
(156,173,124)
#8E9E71
(142,158,113)
#808F66
(128,143,102)
#72805B
(114,128,91)
#647150
(100,113,80)
#566245
(86,98,69)
#48533A
(72,83,58)
#3A442F
(58,68,47)
#2C3524
(44,53,36)
#1E2619
(30,38,25)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #9CAD7C

#9CAD7C
(156,173,124)
#A5B487
(165,180,135)
#AEBB92
(174,187,146)
#B7C29D
(183,194,157)
#C0C9A8
(192,201,168)
#C9D0B3
(201,208,179)
#D2D7BE
(210,215,190)
#DBDEC9
(219,222,201)
#E4E5D4
(228,229,212)
#EDECDF
(237,236,223)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAD7C; }

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

This text font color is #9CAD7C.


Background Color

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

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

This div background color is #9CAD7C.


Border color

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

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

This div border color is #9CAD7C.


Opacity

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

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

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

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

This text has shadow with #9CAD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAD7C on black background.


Color preview on white background

This text has color #9CAD7C on white background.



Black color preview on #9CAD7C background

This text has black color on #9CAD7C background.


White color preview on #9CAD7C background

This text has white color on #9CAD7C background.