COLOR #9CE9B0

HEX: #9CE9B0
RGB: (156,233,176)

Color info

#9CE9B0 contains mainly green and blue colors. Web safe color of #9CE9B0 is #99FF99 (or #9F9).

RGB color model

#9CE9B0 color RGB value is (156,233,176).

  • red value is 156;
  • green value is 233;
  • blue value is 176.
RGB:
(156,233,176)
(61%,91%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 233 of 255 = 91%
B 176 of 255 = 69%

156
233
176

R + G + B ~ 74%. #9CE9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 233 + 176 = 565 (100%)
R 156 of 565 ~ 27.61%
G 233 of 565 ~ 41.24%
B 176 of 565 ~ 31.15%

%27.61
%41.24
%31.15

CMYK color model

#9CE9B0 color CMYK value is (33,0,24,9).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(33,0,24,9)
C33M0Y24K9 
(33%,0%,24%,9%)
(0.33/0.00/0.24/0.09)	

CMYK percentages

%33.05
%0
%24.46
%8.63

Codes

Color #9CE9B0 in popluar color models

9CE9B0
RGB156233176
HSL136°63.64%76.27%
HSB/HSV136°33.05%91.37%
CMYK33.05%0.00%24.46%
8.63%

Color #9CE9B0 in popluar number systems.

HEX9CE9B0
Decimal156233176
Binary100111001110100110110000
Octal234351260

Shades and tints

Shades of #9CE9B0

#9CE9B0
(156,233,176)
#8ED4A0
(142,212,160)
#80BF90
(128,191,144)
#72AA80
(114,170,128)
#649570
(100,149,112)
#568060
(86,128,96)
#486B50
(72,107,80)
#3A5640
(58,86,64)
#2C4130
(44,65,48)
#1E2C20
(30,44,32)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #9CE9B0

#9CE9B0
(156,233,176)
#A5EBB7
(165,235,183)
#AEEDBE
(174,237,190)
#B7EFC5
(183,239,197)
#C0F1CC
(192,241,204)
#C9F3D3
(201,243,211)
#D2F5DA
(210,245,218)
#DBF7E1
(219,247,225)
#E4F9E8
(228,249,232)
#EDFBEF
(237,251,239)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE9B0 color. Also use rgb(156,233,176) instead hex code.

Text Font Color

.myTextColor { color: #9CE9B0; }

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

This text font color is #9CE9B0.


Background Color

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

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

This div background color is #9CE9B0.


Border color

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

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

This div border color is #9CE9B0.


Opacity

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

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

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

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

This text has shadow with #9CE9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE9B0 on black background.


Color preview on white background

This text has color #9CE9B0 on white background.



Black color preview on #9CE9B0 background

This text has black color on #9CE9B0 background.


White color preview on #9CE9B0 background

This text has white color on #9CE9B0 background.