COLOR #9CC3AA

HEX: #9CC3AA
RGB: (156,195,170)

Color info

#9CC3AA contains red, green and blue colors in about the same proportion. Web safe color of #9CC3AA is #99CC99 (or #9C9).

RGB color model

#9CC3AA color RGB value is (156,195,170).

  • red value is 156;
  • green value is 195;
  • blue value is 170.
RGB:
(156,195,170)
(61%,76%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 195 of 255 = 76%
B 170 of 255 = 67%

156
195
170

R + G + B ~ 68%. #9CC3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 195 + 170 = 521 (100%)
R 156 of 521 ~ 29.94%
G 195 of 521 ~ 37.43%
B 170 of 521 ~ 32.63%

%29.94
%37.43
%32.63

CMYK color model

#9CC3AA color CMYK value is (20,0,13,24).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(20,0,13,24)
C20M0Y13K24 
(20%,0%,13%,24%)
(0.20/0.00/0.13/0.24)	

CMYK percentages

%20
%0
%12.82
%23.53

Codes

Color #9CC3AA in popluar color models

9CC3AA
RGB156195170
HSL142°24.53%68.82%
HSB/HSV142°20.00%76.47%
CMYK20.00%0.00%12.82%
23.53%

Color #9CC3AA in popluar number systems.

HEX9CC3AA
Decimal156195170
Binary100111001100001110101010
Octal234303252

Shades and tints

Shades of #9CC3AA

#9CC3AA
(156,195,170)
#8EB29B
(142,178,155)
#80A18C
(128,161,140)
#72907D
(114,144,125)
#647F6E
(100,127,110)
#566E5F
(86,110,95)
#485D50
(72,93,80)
#3A4C41
(58,76,65)
#2C3B32
(44,59,50)
#1E2A23
(30,42,35)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #9CC3AA

#9CC3AA
(156,195,170)
#A5C8B1
(165,200,177)
#AECDB8
(174,205,184)
#B7D2BF
(183,210,191)
#C0D7C6
(192,215,198)
#C9DCCD
(201,220,205)
#D2E1D4
(210,225,212)
#DBE6DB
(219,230,219)
#E4EBE2
(228,235,226)
#EDF0E9
(237,240,233)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC3AA color. Also use rgb(156,195,170) instead hex code.

Text Font Color

.myTextColor { color: #9CC3AA; }

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

This text font color is #9CC3AA.


Background Color

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

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

This div background color is #9CC3AA.


Border color

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

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

This div border color is #9CC3AA.


Opacity

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

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

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

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

This text has shadow with #9CC3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC3AA on black background.


Color preview on white background

This text has color #9CC3AA on white background.



Black color preview on #9CC3AA background

This text has black color on #9CC3AA background.


White color preview on #9CC3AA background

This text has white color on #9CC3AA background.