COLOR #9BFFB6

HEX: #9BFFB6
RGB: (155,255,182)

Color info

#9BFFB6 contains mainly green color. Web safe color of #9BFFB6 is #99FFCC (or #9FC).

RGB color model

#9BFFB6 color RGB value is (155,255,182).

  • red value is 155;
  • green value is 255;
  • blue value is 182.
RGB:
(155,255,182)
(61%,100%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 255 of 255 = 100%
B 182 of 255 = 71%

155
255
182

R + G + B ~ 77%. #9BFFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 255 + 182 = 592 (100%)
R 155 of 592 ~ 26.18%
G 255 of 592 ~ 43.07%
B 182 of 592 ~ 30.74%

%26.18
%43.07
%30.74

CMYK color model

#9BFFB6 color CMYK value is (39,0,29,0).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 0.00%
CMYK:
(39,0,29,0)
C39M0Y29K0 
(39%,0%,29%,0%)
(0.39/0.00/0.29/0.00)	

CMYK percentages

%39.22
%0
%28.63
%0

Codes

Color #9BFFB6 in popluar color models

9BFFB6
RGB155255182
HSL136°100.00%80.39%
HSB/HSV136°39.22%100.00%
CMYK39.22%0.00%28.63%
0.00%

Color #9BFFB6 in popluar number systems.

HEX9BFFB6
Decimal155255182
Binary100110111111111110110110
Octal233377266

Shades and tints

Shades of #9BFFB6

#9BFFB6
(155,255,182)
#8DE8A6
(141,232,166)
#7FD196
(127,209,150)
#71BA86
(113,186,134)
#63A376
(99,163,118)
#558C66
(85,140,102)
#477556
(71,117,86)
#395E46
(57,94,70)
#2B4736
(43,71,54)
#1D3026
(29,48,38)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #9BFFB6

#9BFFB6
(155,255,182)
#A4FFBC
(164,255,188)
#ADFFC2
(173,255,194)
#B6FFC8
(182,255,200)
#BFFFCE
(191,255,206)
#C8FFD4
(200,255,212)
#D1FFDA
(209,255,218)
#DAFFE0
(218,255,224)
#E3FFE6
(227,255,230)
#ECFFEC
(236,255,236)
#F5FFF2
(245,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BFFB6 color. Also use rgb(155,255,182) instead hex code.

Text Font Color

.myTextColor { color: #9BFFB6; }

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

This text font color is #9BFFB6.


Background Color

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

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

This div background color is #9BFFB6.


Border color

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

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

This div border color is #9BFFB6.


Opacity

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

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

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

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

This text has shadow with #9BFFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BFFB6 on black background.


Color preview on white background

This text has color #9BFFB6 on white background.



Black color preview on #9BFFB6 background

This text has black color on #9BFFB6 background.


White color preview on #9BFFB6 background

This text has white color on #9BFFB6 background.