COLOR #9CE3BF

HEX: #9CE3BF
RGB: (156,227,191)

Color info

#9CE3BF contains mainly green and blue colors. Web safe color of #9CE3BF is #99CCCC (or #9CC).

RGB color model

#9CE3BF color RGB value is (156,227,191).

  • red value is 156;
  • green value is 227;
  • blue value is 191.
RGB:
(156,227,191)
(61%,89%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 227 of 255 = 89%
B 191 of 255 = 75%

156
227
191

R + G + B ~ 75%. #9CE3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 227 + 191 = 574 (100%)
R 156 of 574 ~ 27.18%
G 227 of 574 ~ 39.55%
B 191 of 574 ~ 33.28%

%27.18
%39.55
%33.28

CMYK color model

#9CE3BF color CMYK value is (31,0,16,11).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(31,0,16,11)
C31M0Y16K11 
(31%,0%,16%,11%)
(0.31/0.00/0.16/0.11)	

CMYK percentages

%31.28
%0
%15.86
%10.98

Codes

Color #9CE3BF in popluar color models

9CE3BF
RGB156227191
HSL150°55.91%75.10%
HSB/HSV150°31.28%89.02%
CMYK31.28%0.00%15.86%
10.98%

Color #9CE3BF in popluar number systems.

HEX9CE3BF
Decimal156227191
Binary100111001110001110111111
Octal234343277

Shades and tints

Shades of #9CE3BF

#9CE3BF
(156,227,191)
#8ECFAE
(142,207,174)
#80BB9D
(128,187,157)
#72A78C
(114,167,140)
#64937B
(100,147,123)
#567F6A
(86,127,106)
#486B59
(72,107,89)
#3A5748
(58,87,72)
#2C4337
(44,67,55)
#1E2F26
(30,47,38)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CE3BF

#9CE3BF
(156,227,191)
#A5E5C4
(165,229,196)
#AEE7C9
(174,231,201)
#B7E9CE
(183,233,206)
#C0EBD3
(192,235,211)
#C9EDD8
(201,237,216)
#D2EFDD
(210,239,221)
#DBF1E2
(219,241,226)
#E4F3E7
(228,243,231)
#EDF5EC
(237,245,236)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CE3BF color. Also use rgb(156,227,191) instead hex code.

Text Font Color

.myTextColor { color: #9CE3BF; }

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

This text font color is #9CE3BF.


Background Color

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

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

This div background color is #9CE3BF.


Border color

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

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

This div border color is #9CE3BF.


Opacity

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

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

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

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

This text has shadow with #9CE3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CE3BF on black background.


Color preview on white background

This text has color #9CE3BF on white background.



Black color preview on #9CE3BF background

This text has black color on #9CE3BF background.


White color preview on #9CE3BF background

This text has white color on #9CE3BF background.