COLOR #9CD19E

HEX: #9CD19E
RGB: (156,209,158)

Color info

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

RGB color model

#9CD19E color RGB value is (156,209,158).

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

RGB channels and saturation

R 156 of 255 = 61%
G 209 of 255 = 82%
B 158 of 255 = 62%

156
209
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 209 + 158 = 523 (100%)
R 156 of 523 ~ 29.83%
G 209 of 523 ~ 39.96%
B 158 of 523 ~ 30.21%

%29.83
%39.96
%30.21

CMYK color model

#9CD19E color CMYK value is (25,0,24,18).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 24.40%
  • key color value is 18.04%
CMYK:
(25,0,24,18)
C25M0Y24K18 
(25%,0%,24%,18%)
(0.25/0.00/0.24/0.18)	

CMYK percentages

%25.36
%0
%24.4
%18.04

Codes

Color #9CD19E in popluar color models

9CD19E
RGB156209158
HSL122°36.55%71.57%
HSB/HSV122°25.36%81.96%
CMYK25.36%0.00%24.40%
18.04%

Color #9CD19E in popluar number systems.

HEX9CD19E
Decimal156209158
Binary100111001101000110011110
Octal234321236

Shades and tints

Shades of #9CD19E

#9CD19E
(156,209,158)
#8EBE90
(142,190,144)
#80AB82
(128,171,130)
#729874
(114,152,116)
#648566
(100,133,102)
#567258
(86,114,88)
#485F4A
(72,95,74)
#3A4C3C
(58,76,60)
#2C392E
(44,57,46)
#1E2620
(30,38,32)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #9CD19E

#9CD19E
(156,209,158)
#A5D5A6
(165,213,166)
#AED9AE
(174,217,174)
#B7DDB6
(183,221,182)
#C0E1BE
(192,225,190)
#C9E5C6
(201,229,198)
#D2E9CE
(210,233,206)
#DBEDD6
(219,237,214)
#E4F1DE
(228,241,222)
#EDF5E6
(237,245,230)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD19E; }

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

This text font color is #9CD19E.


Background Color

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

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

This div background color is #9CD19E.


Border color

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

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

This div border color is #9CD19E.


Opacity

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

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

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

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

This text has shadow with #9CD19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD19E on black background.


Color preview on white background

This text has color #9CD19E on white background.



Black color preview on #9CD19E background

This text has black color on #9CD19E background.


White color preview on #9CD19E background

This text has white color on #9CD19E background.