COLOR #96FBDC

HEX: #96FBDC
RGB: (150,251,220)

Color info

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

RGB color model

#96FBDC color RGB value is (150,251,220).

  • red value is 150;
  • green value is 251;
  • blue value is 220.
RGB:
(150,251,220)
(59%,98%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 251 of 255 = 98%
B 220 of 255 = 86%

150
251
220

R + G + B ~ 81%. #96FBDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 251 + 220 = 621 (100%)
R 150 of 621 ~ 24.15%
G 251 of 621 ~ 40.42%
B 220 of 621 ~ 35.43%

%24.15
%40.42
%35.43

CMYK color model

#96FBDC color CMYK value is (40,0,12,2).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(40,0,12,2)
C40M0Y12K2 
(40%,0%,12%,2%)
(0.40/0.00/0.12/0.02)	

CMYK percentages

%40.24
%0
%12.35
%1.57

Codes

Color #96FBDC in popluar color models

96FBDC
RGB150251220
HSL162°92.66%78.63%
HSB/HSV162°40.24%98.43%
CMYK40.24%0.00%12.35%
1.57%

Color #96FBDC in popluar number systems.

HEX96FBDC
Decimal150251220
Binary100101101111101111011100
Octal226373334

Shades and tints

Shades of #96FBDC

#96FBDC
(150,251,220)
#89E5C8
(137,229,200)
#7CCFB4
(124,207,180)
#6FB9A0
(111,185,160)
#62A38C
(98,163,140)
#558D78
(85,141,120)
#487764
(72,119,100)
#3B6150
(59,97,80)
#2E4B3C
(46,75,60)
#213528
(33,53,40)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #96FBDC

#96FBDC
(150,251,220)
#9FFBDF
(159,251,223)
#A8FBE2
(168,251,226)
#B1FBE5
(177,251,229)
#BAFBE8
(186,251,232)
#C3FBEB
(195,251,235)
#CCFBEE
(204,251,238)
#D5FBF1
(213,251,241)
#DEFBF4
(222,251,244)
#E7FBF7
(231,251,247)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FBDC color. Also use rgb(150,251,220) instead hex code.

Text Font Color

.myTextColor { color: #96FBDC; }

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

This text font color is #96FBDC.


Background Color

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

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

This div background color is #96FBDC.


Border color

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

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

This div border color is #96FBDC.


Opacity

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

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

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

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

This text has shadow with #96FBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FBDC on black background.


Color preview on white background

This text has color #96FBDC on white background.



Black color preview on #96FBDC background

This text has black color on #96FBDC background.


White color preview on #96FBDC background

This text has white color on #96FBDC background.