COLOR #9CC4AC

HEX: #9CC4AC
RGB: (156,196,172)

Color info

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

RGB color model

#9CC4AC color RGB value is (156,196,172).

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

RGB channels and saturation

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

156
196
172

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

Portions of RGB colors in percentages

R + G + B =
156 + 196 + 172 = 524 (100%)
R 156 of 524 ~ 29.77%
G 196 of 524 ~ 37.4%
B 172 of 524 ~ 32.82%

%29.77
%37.4
%32.82

CMYK color model

#9CC4AC color CMYK value is (20,0,12,23).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(20,0,12,23)
C20M0Y12K23 
(20%,0%,12%,23%)
(0.20/0.00/0.12/0.23)	

CMYK percentages

%20.41
%0
%12.24
%23.14

Codes

Color #9CC4AC in popluar color models

9CC4AC
RGB156196172
HSL144°25.32%69.02%
HSB/HSV144°20.41%76.86%
CMYK20.41%0.00%12.24%
23.14%

Color #9CC4AC in popluar number systems.

HEX9CC4AC
Decimal156196172
Binary100111001100010010101100
Octal234304254

Shades and tints

Shades of #9CC4AC

#9CC4AC
(156,196,172)
#8EB39D
(142,179,157)
#80A28E
(128,162,142)
#72917F
(114,145,127)
#648070
(100,128,112)
#566F61
(86,111,97)
#485E52
(72,94,82)
#3A4D43
(58,77,67)
#2C3C34
(44,60,52)
#1E2B25
(30,43,37)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #9CC4AC

#9CC4AC
(156,196,172)
#A5C9B3
(165,201,179)
#AECEBA
(174,206,186)
#B7D3C1
(183,211,193)
#C0D8C8
(192,216,200)
#C9DDCF
(201,221,207)
#D2E2D6
(210,226,214)
#DBE7DD
(219,231,221)
#E4ECE4
(228,236,228)
#EDF1EB
(237,241,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC4AC; }

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

This text font color is #9CC4AC.


Background Color

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

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

This div background color is #9CC4AC.


Border color

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

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

This div border color is #9CC4AC.


Opacity

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

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

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

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

This text has shadow with #9CC4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC4AC on black background.


Color preview on white background

This text has color #9CC4AC on white background.



Black color preview on #9CC4AC background

This text has black color on #9CC4AC background.


White color preview on #9CC4AC background

This text has white color on #9CC4AC background.