COLOR #9CC1A0

HEX: #9CC1A0
RGB: (156,193,160)

Color info

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

RGB color model

#9CC1A0 color RGB value is (156,193,160).

  • red value is 156;
  • green value is 193;
  • blue value is 160.
RGB:
(156,193,160)
(61%,76%,63%)

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 160 of 255 = 63%

156
193
160

R + G + B ~ 67%. #9CC1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 160 = 509 (100%)
R 156 of 509 ~ 30.65%
G 193 of 509 ~ 37.92%
B 160 of 509 ~ 31.43%

%30.65
%37.92
%31.43

CMYK color model

#9CC1A0 color CMYK value is (19,0,17,24).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(19,0,17,24)
C19M0Y17K24 
(19%,0%,17%,24%)
(0.19/0.00/0.17/0.24)	

CMYK percentages

%19.17
%0
%17.1
%24.31

Codes

Color #9CC1A0 in popluar color models

9CC1A0
RGB156193160
HSL126°22.98%68.43%
HSB/HSV126°19.17%75.69%
CMYK19.17%0.00%17.10%
24.31%

Color #9CC1A0 in popluar number systems.

HEX9CC1A0
Decimal156193160
Binary100111001100000110100000
Octal234301240

Shades and tints

Shades of #9CC1A0

#9CC1A0
(156,193,160)
#8EB092
(142,176,146)
#809F84
(128,159,132)
#728E76
(114,142,118)
#647D68
(100,125,104)
#566C5A
(86,108,90)
#485B4C
(72,91,76)
#3A4A3E
(58,74,62)
#2C3930
(44,57,48)
#1E2822
(30,40,34)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9CC1A0

#9CC1A0
(156,193,160)
#A5C6A8
(165,198,168)
#AECBB0
(174,203,176)
#B7D0B8
(183,208,184)
#C0D5C0
(192,213,192)
#C9DAC8
(201,218,200)
#D2DFD0
(210,223,208)
#DBE4D8
(219,228,216)
#E4E9E0
(228,233,224)
#EDEEE8
(237,238,232)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CC1A0 color. Also use rgb(156,193,160) instead hex code.

Text Font Color

.myTextColor { color: #9CC1A0; }

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

This text font color is #9CC1A0.


Background Color

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

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

This div background color is #9CC1A0.


Border color

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

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

This div border color is #9CC1A0.


Opacity

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

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

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

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

This text has shadow with #9CC1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC1A0 on black background.


Color preview on white background

This text has color #9CC1A0 on white background.



Black color preview on #9CC1A0 background

This text has black color on #9CC1A0 background.


White color preview on #9CC1A0 background

This text has white color on #9CC1A0 background.