COLOR #9CE9BE

HEX: #9CE9BE
RGB: (156,233,190)

Color info

#9CE9BE contains mainly green and blue colors. Web safe color of #9CE9BE is #99FFCC (or #9FC).

RGB color model

#9CE9BE color RGB value is (156,233,190).

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

RGB channels and saturation

R 156 of 255 = 61%
G 233 of 255 = 91%
B 190 of 255 = 75%

156
233
190

R + G + B ~ 76%. #9CE9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 233 + 190 = 579 (100%)
R 156 of 579 ~ 26.94%
G 233 of 579 ~ 40.24%
B 190 of 579 ~ 32.82%

%26.94
%40.24
%32.82

CMYK color model

#9CE9BE color CMYK value is (33,0,18,9).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(33,0,18,9)
C33M0Y18K9 
(33%,0%,18%,9%)
(0.33/0.00/0.18/0.09)	

CMYK percentages

%33.05
%0
%18.45
%8.63

Codes

Color #9CE9BE in popluar color models

9CE9BE
RGB156233190
HSL146°63.64%76.27%
HSB/HSV146°33.05%91.37%
CMYK33.05%0.00%18.45%
8.63%

Color #9CE9BE in popluar number systems.

HEX9CE9BE
Decimal156233190
Binary100111001110100110111110
Octal234351276

Shades and tints

Shades of #9CE9BE

#9CE9BE
(156,233,190)
#8ED4AD
(142,212,173)
#80BF9C
(128,191,156)
#72AA8B
(114,170,139)
#64957A
(100,149,122)
#568069
(86,128,105)
#486B58
(72,107,88)
#3A5647
(58,86,71)
#2C4136
(44,65,54)
#1E2C25
(30,44,37)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9CE9BE

#9CE9BE
(156,233,190)
#A5EBC3
(165,235,195)
#AEEDC8
(174,237,200)
#B7EFCD
(183,239,205)
#C0F1D2
(192,241,210)
#C9F3D7
(201,243,215)
#D2F5DC
(210,245,220)
#DBF7E1
(219,247,225)
#E4F9E6
(228,249,230)
#EDFBEB
(237,251,235)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CE9BE; }

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

This text font color is #9CE9BE.


Background Color

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

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

This div background color is #9CE9BE.


Border color

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

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

This div border color is #9CE9BE.


Opacity

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

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

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

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

This text has shadow with #9CE9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE9BE on black background.


Color preview on white background

This text has color #9CE9BE on white background.



Black color preview on #9CE9BE background

This text has black color on #9CE9BE background.


White color preview on #9CE9BE background

This text has white color on #9CE9BE background.