COLOR #9CC19E

HEX: #9CC19E
RGB: (156,193,158)

Color info

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

RGB color model

#9CC19E color RGB value is (156,193,158).

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

RGB channels and saturation

R 156 of 255 = 61%
G 193 of 255 = 76%
B 158 of 255 = 62%

156
193
158

R + G + B ~ 66%. #9CC19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 193 + 158 = 507 (100%)
R 156 of 507 ~ 30.77%
G 193 of 507 ~ 38.07%
B 158 of 507 ~ 31.16%

%30.77
%38.07
%31.16

CMYK color model

#9CC19E color CMYK value is (19,0,18,24).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(19,0,18,24)
C19M0Y18K24 
(19%,0%,18%,24%)
(0.19/0.00/0.18/0.24)	

CMYK percentages

%19.17
%0
%18.13
%24.31

Codes

Color #9CC19E in popluar color models

9CC19E
RGB156193158
HSL123°22.98%68.43%
HSB/HSV123°19.17%75.69%
CMYK19.17%0.00%18.13%
24.31%

Color #9CC19E in popluar number systems.

HEX9CC19E
Decimal156193158
Binary100111001100000110011110
Octal234301236

Shades and tints

Shades of #9CC19E

#9CC19E
(156,193,158)
#8EB090
(142,176,144)
#809F82
(128,159,130)
#728E74
(114,142,116)
#647D66
(100,125,102)
#566C58
(86,108,88)
#485B4A
(72,91,74)
#3A4A3C
(58,74,60)
#2C392E
(44,57,46)
#1E2820
(30,40,32)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #9CC19E

#9CC19E
(156,193,158)
#A5C6A6
(165,198,166)
#AECBAE
(174,203,174)
#B7D0B6
(183,208,182)
#C0D5BE
(192,213,190)
#C9DAC6
(201,218,198)
#D2DFCE
(210,223,206)
#DBE4D6
(219,228,214)
#E4E9DE
(228,233,222)
#EDEEE6
(237,238,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CC19E; }

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

This text font color is #9CC19E.


Background Color

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

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

This div background color is #9CC19E.


Border color

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

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

This div border color is #9CC19E.


Opacity

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

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

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

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

This text has shadow with #9CC19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CC19E on black background.


Color preview on white background

This text has color #9CC19E on white background.



Black color preview on #9CC19E background

This text has black color on #9CC19E background.


White color preview on #9CC19E background

This text has white color on #9CC19E background.