COLOR #96EBD8

HEX: #96EBD8
RGB: (150,235,216)

Color info

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

RGB color model

#96EBD8 color RGB value is (150,235,216).

  • red value is 150;
  • green value is 235;
  • blue value is 216.
RGB:
(150,235,216)
(59%,92%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 235 of 255 = 92%
B 216 of 255 = 85%

150
235
216

R + G + B ~ 79%. #96EBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 235 + 216 = 601 (100%)
R 150 of 601 ~ 24.96%
G 235 of 601 ~ 39.1%
B 216 of 601 ~ 35.94%

%24.96
%39.1
%35.94

CMYK color model

#96EBD8 color CMYK value is (36,0,8,8).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(36,0,8,8)
C36M0Y8K8 
(36%,0%,8%,8%)
(0.36/0.00/0.08/0.08)	

CMYK percentages

%36.17
%0
%8.09
%7.84

Codes

Color #96EBD8 in popluar color models

96EBD8
RGB150235216
HSL167°68.00%75.49%
HSB/HSV167°36.17%92.16%
CMYK36.17%0.00%8.09%
7.84%

Color #96EBD8 in popluar number systems.

HEX96EBD8
Decimal150235216
Binary100101101110101111011000
Octal226353330

Shades and tints

Shades of #96EBD8

#96EBD8
(150,235,216)
#89D6C5
(137,214,197)
#7CC1B2
(124,193,178)
#6FAC9F
(111,172,159)
#62978C
(98,151,140)
#558279
(85,130,121)
#486D66
(72,109,102)
#3B5853
(59,88,83)
#2E4340
(46,67,64)
#212E2D
(33,46,45)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #96EBD8

#96EBD8
(150,235,216)
#9FECDB
(159,236,219)
#A8EDDE
(168,237,222)
#B1EEE1
(177,238,225)
#BAEFE4
(186,239,228)
#C3F0E7
(195,240,231)
#CCF1EA
(204,241,234)
#D5F2ED
(213,242,237)
#DEF3F0
(222,243,240)
#E7F4F3
(231,244,243)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EBD8 color. Also use rgb(150,235,216) instead hex code.

Text Font Color

.myTextColor { color: #96EBD8; }

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

This text font color is #96EBD8.


Background Color

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

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

This div background color is #96EBD8.


Border color

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

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

This div border color is #96EBD8.


Opacity

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

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

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

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

This text has shadow with #96EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EBD8 on black background.


Color preview on white background

This text has color #96EBD8 on white background.



Black color preview on #96EBD8 background

This text has black color on #96EBD8 background.


White color preview on #96EBD8 background

This text has white color on #96EBD8 background.