COLOR #9CAE97

HEX: #9CAE97
RGB: (156,174,151)

Color info

#9CAE97 contains red, green and blue colors in about the same proportion. Web safe color of #9CAE97 is #999999 (or #999).

RGB color model

#9CAE97 color RGB value is (156,174,151).

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

RGB channels and saturation

R 156 of 255 = 61%
G 174 of 255 = 68%
B 151 of 255 = 59%

156
174
151

R + G + B ~ 63%. #9CAE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 174 + 151 = 481 (100%)
R 156 of 481 ~ 32.43%
G 174 of 481 ~ 36.17%
B 151 of 481 ~ 31.39%

%32.43
%36.17
%31.39

CMYK color model

#9CAE97 color CMYK value is (10,0,13,32).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(10,0,13,32)
C10M0Y13K32 
(10%,0%,13%,32%)
(0.10/0.00/0.13/0.32)	

CMYK percentages

%10.34
%0
%13.22
%31.76

Codes

Color #9CAE97 in popluar color models

9CAE97
RGB156174151
HSL107°12.43%63.73%
HSB/HSV107°13.22%68.24%
CMYK10.34%0.00%13.22%
31.76%

Color #9CAE97 in popluar number systems.

HEX9CAE97
Decimal156174151
Binary100111001010111010010111
Octal234256227

Shades and tints

Shades of #9CAE97

#9CAE97
(156,174,151)
#8E9F8A
(142,159,138)
#80907D
(128,144,125)
#728170
(114,129,112)
#647263
(100,114,99)
#566356
(86,99,86)
#485449
(72,84,73)
#3A453C
(58,69,60)
#2C362F
(44,54,47)
#1E2722
(30,39,34)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #9CAE97

#9CAE97
(156,174,151)
#A5B5A0
(165,181,160)
#AEBCA9
(174,188,169)
#B7C3B2
(183,195,178)
#C0CABB
(192,202,187)
#C9D1C4
(201,209,196)
#D2D8CD
(210,216,205)
#DBDFD6
(219,223,214)
#E4E6DF
(228,230,223)
#EDEDE8
(237,237,232)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAE97; }

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

This text font color is #9CAE97.


Background Color

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

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

This div background color is #9CAE97.


Border color

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

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

This div border color is #9CAE97.


Opacity

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

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

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

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

This text has shadow with #9CAE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAE97 on black background.


Color preview on white background

This text has color #9CAE97 on white background.



Black color preview on #9CAE97 background

This text has black color on #9CAE97 background.


White color preview on #9CAE97 background

This text has white color on #9CAE97 background.