COLOR #9CC5A5

HEX: #9CC5A5
RGB: (156,197,165)

Color info

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

RGB color model

#9CC5A5 color RGB value is (156,197,165).

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

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 165 of 255 = 65%

156
197
165

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 165 = 518 (100%)
R 156 of 518 ~ 30.12%
G 197 of 518 ~ 38.03%
B 165 of 518 ~ 31.85%

%30.12
%38.03
%31.85

CMYK color model

#9CC5A5 color CMYK value is (21,0,16,23).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 22.75%
CMYK:
(21,0,16,23)
C21M0Y16K23 
(21%,0%,16%,23%)
(0.21/0.00/0.16/0.23)	

CMYK percentages

%20.81
%0
%16.24
%22.75

Codes

Color #9CC5A5 in popluar color models

9CC5A5
RGB156197165
HSL133°26.11%69.22%
HSB/HSV133°20.81%77.25%
CMYK20.81%0.00%16.24%
22.75%

Color #9CC5A5 in popluar number systems.

HEX9CC5A5
Decimal156197165
Binary100111001100010110100101
Octal234305245

Shades and tints

Shades of #9CC5A5

#9CC5A5
(156,197,165)
#8EB496
(142,180,150)
#80A387
(128,163,135)
#729278
(114,146,120)
#648169
(100,129,105)
#56705A
(86,112,90)
#485F4B
(72,95,75)
#3A4E3C
(58,78,60)
#2C3D2D
(44,61,45)
#1E2C1E
(30,44,30)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #9CC5A5

#9CC5A5
(156,197,165)
#A5CAAD
(165,202,173)
#AECFB5
(174,207,181)
#B7D4BD
(183,212,189)
#C0D9C5
(192,217,197)
#C9DECD
(201,222,205)
#D2E3D5
(210,227,213)
#DBE8DD
(219,232,221)
#E4EDE5
(228,237,229)
#EDF2ED
(237,242,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC5A5; }

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

This text font color is #9CC5A5.


Background Color

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

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

This div background color is #9CC5A5.


Border color

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

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

This div border color is #9CC5A5.


Opacity

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

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

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

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

This text has shadow with #9CC5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC5A5 on black background.


Color preview on white background

This text has color #9CC5A5 on white background.



Black color preview on #9CC5A5 background

This text has black color on #9CC5A5 background.


White color preview on #9CC5A5 background

This text has white color on #9CC5A5 background.