COLOR #9CC4A6

HEX: #9CC4A6 RGB: (156,196,166)

Color info

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

RGB color model

#9CC4A6 color RGB value is (156,196,166).

RGB: (156,196,166) (61%, 77%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 196 of 255 = 77%
B 166 of 255 = 65%

156
196
166

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

Portions of RGB colors in percentages

R + G + B = 156 + 196 + 166 = 518 (100%)
R 156 of 518 ~ 30.12%
G 196 of 518 ~ 37.84%
B 166 of 518 ~ 32.05'%

%30.12
%37.84
%32.05

CMYK color model

#9CC4A6 color CMYK value is (20,0,15,23).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%

CMYK: (20,0,15,23)
C20M0Y15K23 (20%, 0%, 15%, 23%)
(0.20 / 0.00 / 0.15 / 0.23)

CMYK percentages

%20.41
%0
%15.31
%23.14

Codes

Color #9CC4A6 in popluar color models

9C C4 A6
RGB 156 196 166
HSL 135° 25.32% 69.02%
HSB/HSV 135° 20.41% 76.86%
CMYK 20.41% 0.00% 15.31%
23.14%

Color #9CC4A6 in popluar number systems.

HEX 9C C4 A6
Decimal 156 196 166
Binary 10011100 11000100 10100110
Octal 234 304 246

Shades and tints

Shades of #9CC4A6

#9CC4A6
(156,196,166)
#8EB397
(142,179,151)
#80A288
(128,162,136)
#729179
(114,145,121)
#64806A
(100,128,106)
#566F5B
(86,111,91)
#485E4C
(72,94,76)
#3A4D3D
(58,77,61)
#2C3C2E
(44,60,46)
#1E2B1F
(30,43,31)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #9CC4A6

#9CC4A6
(156,196,166)
#A5C9AE
(165,201,174)
#AECEB6
(174,206,182)
#B7D3BE
(183,211,190)
#C0D8C6
(192,216,198)
#C9DDCE
(201,221,206)
#D2E2D6
(210,226,214)
#DBE7DE
(219,231,222)
#E4ECE6
(228,236,230)
#EDF1EE
(237,241,238)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC4A6; }

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

This text font color is #9CC4A6.

Background Color

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

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

This div background color is #9CC4A6.

Border color

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

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

This div border color is #9CC4A6.

Opacity

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

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

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

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

This text has shadow with #9CC4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CC4A6.

Preview

Color preview on black background

This text has color #9CC4A6 on black background.


Color preview on white background

This text has color #9CC4A6 on white background.


Black color preview on #9CC4A6 background

This text has black color on #9CC4A6 background.


White color preview on #9CC4A6 background

This text has white color on #9CC4A6 background.


Related colors

Complementary color

Complementary color for #hex is #633B59.


I love getcolorcode.com

Triadic colors

1 #A69CC4 and #C4A69C with #9CC4A6 are triadic colors.

2 #A6C49C and #C49CA6 with #9CC4A6 are triadic colors.