COLOR #9CAE7D

HEX: #9CAE7D
RGB: (156,174,125)

Color info

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

RGB color model

#9CAE7D color RGB value is (156,174,125).

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

RGB channels and saturation

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

156
174
125

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

Portions of RGB colors in percentages

R + G + B =
156 + 174 + 125 = 455 (100%)
R 156 of 455 ~ 34.29%
G 174 of 455 ~ 38.24%
B 125 of 455 ~ 27.47%

%34.29
%38.24
%27.47

CMYK color model

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

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

CMYK percentages

%10.34
%0
%28.16
%31.76

Codes

Color #9CAE7D in popluar color models

9CAE7D
RGB156174125
HSL82°23.22%58.63%
HSB/HSV82°28.16%68.24%
CMYK10.34%0.00%28.16%
31.76%

Color #9CAE7D in popluar number systems.

HEX9CAE7D
Decimal156174125
Binary10011100101011101111101
Octal234256175

Shades and tints

Shades of #9CAE7D

#9CAE7D
(156,174,125)
#8E9F72
(142,159,114)
#809067
(128,144,103)
#72815C
(114,129,92)
#647251
(100,114,81)
#566346
(86,99,70)
#48543B
(72,84,59)
#3A4530
(58,69,48)
#2C3625
(44,54,37)
#1E271A
(30,39,26)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #9CAE7D

#9CAE7D
(156,174,125)
#A5B588
(165,181,136)
#AEBC93
(174,188,147)
#B7C39E
(183,195,158)
#C0CAA9
(192,202,169)
#C9D1B4
(201,209,180)
#D2D8BF
(210,216,191)
#DBDFCA
(219,223,202)
#E4E6D5
(228,230,213)
#EDEDE0
(237,237,224)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAE7D; }

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

This text font color is #9CAE7D.


Background Color

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

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

This div background color is #9CAE7D.


Border color

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

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

This div border color is #9CAE7D.


Opacity

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

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

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

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

This text has shadow with #9CAE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAE7D on black background.


Color preview on white background

This text has color #9CAE7D on white background.



Black color preview on #9CAE7D background

This text has black color on #9CAE7D background.


White color preview on #9CAE7D background

This text has white color on #9CAE7D background.