COLOR #96EBE1

HEX: #96EBE1
RGB: (150,235,225)

Color info

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

RGB color model

#96EBE1 color RGB value is (150,235,225).

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

RGB channels and saturation

R 150 of 255 = 59%
G 235 of 255 = 92%
B 225 of 255 = 88%

150
235
225

R + G + B ~ 80%. #96EBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 235 + 225 = 610 (100%)
R 150 of 610 ~ 24.59%
G 235 of 610 ~ 38.52%
B 225 of 610 ~ 36.89%

%24.59
%38.52
%36.89

CMYK color model

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

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(36,0,4,8)
C36M0Y4K8 
(36%,0%,4%,8%)
(0.36/0.00/0.04/0.08)	

CMYK percentages

%36.17
%0
%4.26
%7.84

Codes

Color #96EBE1 in popluar color models

96EBE1
RGB150235225
HSL173°68.00%75.49%
HSB/HSV173°36.17%92.16%
CMYK36.17%0.00%4.26%
7.84%

Color #96EBE1 in popluar number systems.

HEX96EBE1
Decimal150235225
Binary100101101110101111100001
Octal226353341

Shades and tints

Shades of #96EBE1

#96EBE1
(150,235,225)
#89D6CD
(137,214,205)
#7CC1B9
(124,193,185)
#6FACA5
(111,172,165)
#629791
(98,151,145)
#55827D
(85,130,125)
#486D69
(72,109,105)
#3B5855
(59,88,85)
#2E4341
(46,67,65)
#212E2D
(33,46,45)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #96EBE1

#96EBE1
(150,235,225)
#9FECE3
(159,236,227)
#A8EDE5
(168,237,229)
#B1EEE7
(177,238,231)
#BAEFE9
(186,239,233)
#C3F0EB
(195,240,235)
#CCF1ED
(204,241,237)
#D5F2EF
(213,242,239)
#DEF3F1
(222,243,241)
#E7F4F3
(231,244,243)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EBE1; }

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

This text font color is #96EBE1.


Background Color

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

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

This div background color is #96EBE1.


Border color

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

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

This div border color is #96EBE1.


Opacity

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

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

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

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

This text has shadow with #96EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EBE1 on black background.


Color preview on white background

This text has color #96EBE1 on white background.



Black color preview on #96EBE1 background

This text has black color on #96EBE1 background.


White color preview on #96EBE1 background

This text has white color on #96EBE1 background.