COLOR #9CAE7C

HEX: #9CAE7C RGB: (156,174,124)

Color info

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

RGB color model

#9CAE7C color RGB value is (156,174,124).

RGB: (156,174,124) (61%, 68%, 49%)

RGB channels and saturation

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

156
174
124

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

Portions of RGB colors in percentages

R + G + B = 156 + 174 + 124 = 454 (100%)
R 156 of 454 ~ 34.36%
G 174 of 454 ~ 38.33%
B 124 of 454 ~ 27.31'%

%34.36
%38.33
%27.31

CMYK color model

#9CAE7C color CMYK value is (10,0,29,32).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 31.76%

CMYK: (10,0,29,32)
C10M0Y29K32 (10%, 0%, 29%, 32%)
(0.10 / 0.00 / 0.29 / 0.32)

CMYK percentages

%10.34
%0
%28.74
%31.76

Codes

Color #9CAE7C in popluar color models

9C AE 7C
RGB 156 174 124
HSL 82° 23.58% 58.43%
HSB/HSV 82° 28.74% 68.24%
CMYK 10.34% 0.00% 28.74%
31.76%

Color #9CAE7C in popluar number systems.

HEX 9C AE 7C
Decimal 156 174 124
Binary 10011100 10101110 1111100
Octal 234 256 174

Shades and tints

Shades of #9CAE7C

#9CAE7C
(156,174,124)
#8E9F71
(142,159,113)
#809066
(128,144,102)
#72815B
(114,129,91)
#647250
(100,114,80)
#566345
(86,99,69)
#48543A
(72,84,58)
#3A452F
(58,69,47)
#2C3624
(44,54,36)
#1E2719
(30,39,25)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #9CAE7C

#9CAE7C
(156,174,124)
#A5B587
(165,181,135)
#AEBC92
(174,188,146)
#B7C39D
(183,195,157)
#C0CAA8
(192,202,168)
#C9D1B3
(201,209,179)
#D2D8BE
(210,216,190)
#DBDFC9
(219,223,201)
#E4E6D4
(228,230,212)
#EDEDDF
(237,237,223)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAE7C; }

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

This text font color is #9CAE7C.

Background Color

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

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

This div background color is #9CAE7C.

Border color

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

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

This div border color is #9CAE7C.

Opacity

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

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

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

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

This text has shadow with #9CAE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CAE7C.

Preview

Color preview on black background

This text has color #9CAE7C on black background.


Color preview on white background

This text has color #9CAE7C on white background.


Black color preview on #9CAE7C background

This text has black color on #9CAE7C background.


White color preview on #9CAE7C background

This text has white color on #9CAE7C background.


Related colors

Complementary color

Complementary color for #hex is #635183.


I love getcolorcode.com

Triadic colors

1 #7C9CAE and #AE7C9C with #9CAE7C are triadic colors.

2 #7CAE9C and #AE9C7C with #9CAE7C are triadic colors.