COLOR #9CC5A9

HEX: #9CC5A9
RGB: (156,197,169)

Color info

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

RGB color model

#9CC5A9 color RGB value is (156,197,169).

  • red value is 156;
  • green value is 197;
  • blue value is 169.
RGB:
(156,197,169)
(61%,77%,66%)

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 169 of 255 = 66%

156
197
169

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 169 = 522 (100%)
R 156 of 522 ~ 29.89%
G 197 of 522 ~ 37.74%
B 169 of 522 ~ 32.38%

%29.89
%37.74
%32.38

CMYK color model

#9CC5A9 color CMYK value is (21,0,14,23).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 22.75%
CMYK:
(21,0,14,23)
C21M0Y14K23 
(21%,0%,14%,23%)
(0.21/0.00/0.14/0.23)	

CMYK percentages

%20.81
%0
%14.21
%22.75

Codes

Color #9CC5A9 in popluar color models

9CC5A9
RGB156197169
HSL139°26.11%69.22%
HSB/HSV139°20.81%77.25%
CMYK20.81%0.00%14.21%
22.75%

Color #9CC5A9 in popluar number systems.

HEX9CC5A9
Decimal156197169
Binary100111001100010110101001
Octal234305251

Shades and tints

Shades of #9CC5A9

#9CC5A9
(156,197,169)
#8EB49A
(142,180,154)
#80A38B
(128,163,139)
#72927C
(114,146,124)
#64816D
(100,129,109)
#56705E
(86,112,94)
#485F4F
(72,95,79)
#3A4E40
(58,78,64)
#2C3D31
(44,61,49)
#1E2C22
(30,44,34)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #9CC5A9

#9CC5A9
(156,197,169)
#A5CAB0
(165,202,176)
#AECFB7
(174,207,183)
#B7D4BE
(183,212,190)
#C0D9C5
(192,217,197)
#C9DECC
(201,222,204)
#D2E3D3
(210,227,211)
#DBE8DA
(219,232,218)
#E4EDE1
(228,237,225)
#EDF2E8
(237,242,232)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC5A9 color. Also use rgb(156,197,169) instead hex code.

Text Font Color

.myTextColor { color: #9CC5A9; }

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

This text font color is #9CC5A9.


Background Color

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

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

This div background color is #9CC5A9.


Border color

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

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

This div border color is #9CC5A9.


Opacity

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

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

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

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

This text has shadow with #9CC5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC5A9 on black background.


Color preview on white background

This text has color #9CC5A9 on white background.



Black color preview on #9CC5A9 background

This text has black color on #9CC5A9 background.


White color preview on #9CC5A9 background

This text has white color on #9CC5A9 background.