COLOR #9CF1BB

HEX: #9CF1BB
RGB: (156,241,187)

Color info

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

RGB color model

#9CF1BB color RGB value is (156,241,187).

  • red value is 156;
  • green value is 241;
  • blue value is 187.
RGB:
(156,241,187)
(61%,95%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 241 of 255 = 95%
B 187 of 255 = 73%

156
241
187

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

Portions of RGB colors in percentages

R + G + B =
156 + 241 + 187 = 584 (100%)
R 156 of 584 ~ 26.71%
G 241 of 584 ~ 41.27%
B 187 of 584 ~ 32.02%

%26.71
%41.27
%32.02

CMYK color model

#9CF1BB color CMYK value is (35,0,22,5).

  • cyan value is 35.27%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(35,0,22,5)
C35M0Y22K5 
(35%,0%,22%,5%)
(0.35/0.00/0.22/0.05)	

CMYK percentages

%35.27
%0
%22.41
%5.49

Codes

Color #9CF1BB in popluar color models

9CF1BB
RGB156241187
HSL142°75.22%77.84%
HSB/HSV142°35.27%94.51%
CMYK35.27%0.00%22.41%
5.49%

Color #9CF1BB in popluar number systems.

HEX9CF1BB
Decimal156241187
Binary100111001111000110111011
Octal234361273

Shades and tints

Shades of #9CF1BB

#9CF1BB
(156,241,187)
#8EDCAA
(142,220,170)
#80C799
(128,199,153)
#72B288
(114,178,136)
#649D77
(100,157,119)
#568866
(86,136,102)
#487355
(72,115,85)
#3A5E44
(58,94,68)
#2C4933
(44,73,51)
#1E3422
(30,52,34)
#101F11
(16,31,17)
#000000
(0,0,0)

Tints of #9CF1BB

#9CF1BB
(156,241,187)
#A5F2C1
(165,242,193)
#AEF3C7
(174,243,199)
#B7F4CD
(183,244,205)
#C0F5D3
(192,245,211)
#C9F6D9
(201,246,217)
#D2F7DF
(210,247,223)
#DBF8E5
(219,248,229)
#E4F9EB
(228,249,235)
#EDFAF1
(237,250,241)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF1BB color. Also use rgb(156,241,187) instead hex code.

Text Font Color

.myTextColor { color: #9CF1BB; }

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

This text font color is #9CF1BB.


Background Color

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

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

This div background color is #9CF1BB.


Border color

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

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

This div border color is #9CF1BB.


Opacity

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

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

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

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

This text has shadow with #9CF1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF1BB on black background.


Color preview on white background

This text has color #9CF1BB on white background.



Black color preview on #9CF1BB background

This text has black color on #9CF1BB background.


White color preview on #9CF1BB background

This text has white color on #9CF1BB background.