COLOR #96EBCB

HEX: #96EBCB
RGB: (150,235,203)

Color info

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

RGB color model

#96EBCB color RGB value is (150,235,203).

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

RGB channels and saturation

R 150 of 255 = 59%
G 235 of 255 = 92%
B 203 of 255 = 80%

150
235
203

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

Portions of RGB colors in percentages

R + G + B =
150 + 235 + 203 = 588 (100%)
R 150 of 588 ~ 25.51%
G 235 of 588 ~ 39.97%
B 203 of 588 ~ 34.52%

%25.51
%39.97
%34.52

CMYK color model

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

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(36,0,14,8)
C36M0Y14K8 
(36%,0%,14%,8%)
(0.36/0.00/0.14/0.08)	

CMYK percentages

%36.17
%0
%13.62
%7.84

Codes

Color #96EBCB in popluar color models

96EBCB
RGB150235203
HSL157°68.00%75.49%
HSB/HSV157°36.17%92.16%
CMYK36.17%0.00%13.62%
7.84%

Color #96EBCB in popluar number systems.

HEX96EBCB
Decimal150235203
Binary100101101110101111001011
Octal226353313

Shades and tints

Shades of #96EBCB

#96EBCB
(150,235,203)
#89D6B9
(137,214,185)
#7CC1A7
(124,193,167)
#6FAC95
(111,172,149)
#629783
(98,151,131)
#558271
(85,130,113)
#486D5F
(72,109,95)
#3B584D
(59,88,77)
#2E433B
(46,67,59)
#212E29
(33,46,41)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #96EBCB

#96EBCB
(150,235,203)
#9FECCF
(159,236,207)
#A8EDD3
(168,237,211)
#B1EED7
(177,238,215)
#BAEFDB
(186,239,219)
#C3F0DF
(195,240,223)
#CCF1E3
(204,241,227)
#D5F2E7
(213,242,231)
#DEF3EB
(222,243,235)
#E7F4EF
(231,244,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96EBCB; }

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

This text font color is #96EBCB.


Background Color

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

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

This div background color is #96EBCB.


Border color

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

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

This div border color is #96EBCB.


Opacity

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

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

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

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

This text has shadow with #96EBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EBCB on black background.


Color preview on white background

This text has color #96EBCB on white background.



Black color preview on #96EBCB background

This text has black color on #96EBCB background.


White color preview on #96EBCB background

This text has white color on #96EBCB background.