COLOR #9CCE9E

HEX: #9CCE9E
RGB: (156,206,158)

Color info

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

RGB color model

#9CCE9E color RGB value is (156,206,158).

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

RGB channels and saturation

R 156 of 255 = 61%
G 206 of 255 = 81%
B 158 of 255 = 62%

156
206
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 206 + 158 = 520 (100%)
R 156 of 520 ~ 30%
G 206 of 520 ~ 39.62%
B 158 of 520 ~ 30.38%

%30
%39.62
%30.38

CMYK color model

#9CCE9E color CMYK value is (24,0,23,19).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK:
(24,0,23,19)
C24M0Y23K19 
(24%,0%,23%,19%)
(0.24/0.00/0.23/0.19)	

CMYK percentages

%24.27
%0
%23.3
%19.22

Codes

Color #9CCE9E in popluar color models

9CCE9E
RGB156206158
HSL122°33.78%70.98%
HSB/HSV122°24.27%80.78%
CMYK24.27%0.00%23.30%
19.22%

Color #9CCE9E in popluar number systems.

HEX9CCE9E
Decimal156206158
Binary100111001100111010011110
Octal234316236

Shades and tints

Shades of #9CCE9E

#9CCE9E
(156,206,158)
#8EBC90
(142,188,144)
#80AA82
(128,170,130)
#729874
(114,152,116)
#648666
(100,134,102)
#567458
(86,116,88)
#48624A
(72,98,74)
#3A503C
(58,80,60)
#2C3E2E
(44,62,46)
#1E2C20
(30,44,32)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #9CCE9E

#9CCE9E
(156,206,158)
#A5D2A6
(165,210,166)
#AED6AE
(174,214,174)
#B7DAB6
(183,218,182)
#C0DEBE
(192,222,190)
#C9E2C6
(201,226,198)
#D2E6CE
(210,230,206)
#DBEAD6
(219,234,214)
#E4EEDE
(228,238,222)
#EDF2E6
(237,242,230)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCE9E; }

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

This text font color is #9CCE9E.


Background Color

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

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

This div background color is #9CCE9E.


Border color

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

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

This div border color is #9CCE9E.


Opacity

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

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

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

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

This text has shadow with #9CCE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCE9E on black background.


Color preview on white background

This text has color #9CCE9E on white background.



Black color preview on #9CCE9E background

This text has black color on #9CCE9E background.


White color preview on #9CCE9E background

This text has white color on #9CCE9E background.