COLOR #96FFB8

HEX: #96FFB8
RGB: (150,255,184)

Color info

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

RGB color model

#96FFB8 color RGB value is (150,255,184).

  • red value is 150;
  • green value is 255;
  • blue value is 184.
RGB:
(150,255,184)
(59%,100%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 255 of 255 = 100%
B 184 of 255 = 72%

150
255
184

R + G + B ~ 77%. #96FFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 255 + 184 = 589 (100%)
R 150 of 589 ~ 25.47%
G 255 of 589 ~ 43.29%
B 184 of 589 ~ 31.24%

%25.47
%43.29
%31.24

CMYK color model

#96FFB8 color CMYK value is (41,0,28,0).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(41,0,28,0)
C41M0Y28K0 
(41%,0%,28%,0%)
(0.41/0.00/0.28/0.00)	

CMYK percentages

%41.18
%0
%27.84
%0

Codes

Color #96FFB8 in popluar color models

96FFB8
RGB150255184
HSL139°100.00%79.41%
HSB/HSV139°41.18%100.00%
CMYK41.18%0.00%27.84%
0.00%

Color #96FFB8 in popluar number systems.

HEX96FFB8
Decimal150255184
Binary100101101111111110111000
Octal226377270

Shades and tints

Shades of #96FFB8

#96FFB8
(150,255,184)
#89E8A8
(137,232,168)
#7CD198
(124,209,152)
#6FBA88
(111,186,136)
#62A378
(98,163,120)
#558C68
(85,140,104)
#487558
(72,117,88)
#3B5E48
(59,94,72)
#2E4738
(46,71,56)
#213028
(33,48,40)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #96FFB8

#96FFB8
(150,255,184)
#9FFFBE
(159,255,190)
#A8FFC4
(168,255,196)
#B1FFCA
(177,255,202)
#BAFFD0
(186,255,208)
#C3FFD6
(195,255,214)
#CCFFDC
(204,255,220)
#D5FFE2
(213,255,226)
#DEFFE8
(222,255,232)
#E7FFEE
(231,255,238)
#F0FFF4
(240,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FFB8 color. Also use rgb(150,255,184) instead hex code.

Text Font Color

.myTextColor { color: #96FFB8; }

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

This text font color is #96FFB8.


Background Color

.myBgColor { background-color: #96FFB8; }

<div style="background-color:#96FFB8">Inner text</div>

This div background color is #96FFB8.


Border color

.myBorderColor { border: 1px solid #96FFB8; }

<div style="border:3px solid #96FFB8">Div</div>

This div border color is #96FFB8.


Opacity

.myOpacity80 { color: #96FFB8; opacity: 0.8; }

<p style="color:#96FFB8;opacity:0.8;">80%</p>

Text with #96FFB8 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 #96FFB8;}

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

This text has shadow with #96FFB8 color.

.textShadow {text-shadow: 3px 3px 1px #96FFB8, 3px 3px 1px red;}

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

This text has shadow with #96FFB8 primary color and red secondary color.


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

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

This text has shadow with #96FFB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FFB8 on black background.


Color preview on white background

This text has color #96FFB8 on white background.



Black color preview on #96FFB8 background

This text has black color on #96FFB8 background.


White color preview on #96FFB8 background

This text has white color on #96FFB8 background.