COLOR #96FCEF

HEX: #96FCEF RGB: (150,252,239)

Color info

#96FCEF contains mainly green and blue colors. Web safe color of #96FCEF is #99FFFF (or #9FF).

RGB color model

#96FCEF color RGB value is (150,252,239).

RGB: (150,252,239) (59%, 99%, 94%)

RGB channels and saturation

R 150 of 255 = 59%
G 252 of 255 = 99%
B 239 of 255 = 94%

150
252
239

R + G + B ~ 84%. #96FCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 252 + 239 = 641 (100%)
R 150 of 641 ~ 23.4%
G 252 of 641 ~ 39.31%
B 239 of 641 ~ 37.29'%

%23.4
%39.31
%37.29

CMYK color model

#96FCEF color CMYK value is (40,0,5,1).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (40,0,5,1)
C40M0Y5K1 (40%, 0%, 5%, 1%)
(0.40 / 0.00 / 0.05 / 0.01)

CMYK percentages

%40.48
%0
%5.16
%1.18

Codes

Color #96FCEF in popluar color models

96 FC EF
RGB 150 252 239
HSL 172° 94.44% 78.82%
HSB/HSV 172° 40.48% 98.82%
CMYK 40.48% 0.00% 5.16%
1.18%

Color #96FCEF in popluar number systems.

HEX 96 FC EF
Decimal 150 252 239
Binary 10010110 11111100 11101111
Octal 226 374 357

Shades and tints

Shades of #96FCEF

#96FCEF
(150,252,239)
#89E6DA
(137,230,218)
#7CD0C5
(124,208,197)
#6FBAB0
(111,186,176)
#62A49B
(98,164,155)
#558E86
(85,142,134)
#487871
(72,120,113)
#3B625C
(59,98,92)
#2E4C47
(46,76,71)
#213632
(33,54,50)
#14201D
(20,32,29)
#000000
(0,0,0)

Tints of #96FCEF

#96FCEF
(150,252,239)
#9FFCF0
(159,252,240)
#A8FCF1
(168,252,241)
#B1FCF2
(177,252,242)
#BAFCF3
(186,252,243)
#C3FCF4
(195,252,244)
#CCFCF5
(204,252,245)
#D5FCF6
(213,252,246)
#DEFCF7
(222,252,247)
#E7FCF8
(231,252,248)
#F0FCF9
(240,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FCEF color. Also use rgb(150,252,239) instead hex code.

Text Font Color

.myTextColor { color: #96FCEF; }

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

This text font color is #96FCEF.

Background Color

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

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

This div background color is #96FCEF.

Border color

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

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

This div border color is #96FCEF.

Opacity

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

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

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

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

This text has shadow with #96FCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96FCEF.

Preview

Color preview on black background

This text has color #96FCEF on black background.


Color preview on white background

This text has color #96FCEF on white background.


Black color preview on #96FCEF background

This text has black color on #96FCEF background.


White color preview on #96FCEF background

This text has white color on #96FCEF background.


Related colors

Complementary color

Complementary color for #hex is #690310.


I love getcolorcode.com

Triadic colors

1 #EF96FC and #FCEF96 with #96FCEF are triadic colors.

2 #EFFC96 and #FC96EF with #96FCEF are triadic colors.