COLOR #9CC5AC

HEX: #9CC5AC
RGB: (156,197,172)

Color info

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

RGB color model

#9CC5AC color RGB value is (156,197,172).

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

RGB channels and saturation

R 156 of 255 = 61%
G 197 of 255 = 77%
B 172 of 255 = 67%

156
197
172

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

Portions of RGB colors in percentages

R + G + B =
156 + 197 + 172 = 525 (100%)
R 156 of 525 ~ 29.71%
G 197 of 525 ~ 37.52%
B 172 of 525 ~ 32.76%

%29.71
%37.52
%32.76

CMYK color model

#9CC5AC color CMYK value is (21,0,13,23).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(21,0,13,23)
C21M0Y13K23 
(21%,0%,13%,23%)
(0.21/0.00/0.13/0.23)	

CMYK percentages

%20.81
%0
%12.69
%22.75

Codes

Color #9CC5AC in popluar color models

9CC5AC
RGB156197172
HSL143°26.11%69.22%
HSB/HSV143°20.81%77.25%
CMYK20.81%0.00%12.69%
22.75%

Color #9CC5AC in popluar number systems.

HEX9CC5AC
Decimal156197172
Binary100111001100010110101100
Octal234305254

Shades and tints

Shades of #9CC5AC

#9CC5AC
(156,197,172)
#8EB49D
(142,180,157)
#80A38E
(128,163,142)
#72927F
(114,146,127)
#648170
(100,129,112)
#567061
(86,112,97)
#485F52
(72,95,82)
#3A4E43
(58,78,67)
#2C3D34
(44,61,52)
#1E2C25
(30,44,37)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #9CC5AC

#9CC5AC
(156,197,172)
#A5CAB3
(165,202,179)
#AECFBA
(174,207,186)
#B7D4C1
(183,212,193)
#C0D9C8
(192,217,200)
#C9DECF
(201,222,207)
#D2E3D6
(210,227,214)
#DBE8DD
(219,232,221)
#E4EDE4
(228,237,228)
#EDF2EB
(237,242,235)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC5AC; }

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

This text font color is #9CC5AC.


Background Color

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

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

This div background color is #9CC5AC.


Border color

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

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

This div border color is #9CC5AC.


Opacity

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

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

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

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

This text has shadow with #9CC5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC5AC on black background.


Color preview on white background

This text has color #9CC5AC on white background.



Black color preview on #9CC5AC background

This text has black color on #9CC5AC background.


White color preview on #9CC5AC background

This text has white color on #9CC5AC background.