COLOR #96D7DB

HEX: #96D7DB
RGB: (150,215,219)

Color info

#96D7DB contains mainly green and blue colors. Web safe color of #96D7DB is #99CCCC (or #9CC).

RGB color model

#96D7DB color RGB value is (150,215,219).

  • red value is 150;
  • green value is 215;
  • blue value is 219.
RGB:
(150,215,219)
(59%,84%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 219 of 255 = 86%

150
215
219

R + G + B ~ 76%. #96D7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 219 = 584 (100%)
R 150 of 584 ~ 25.68%
G 215 of 584 ~ 36.82%
B 219 of 584 ~ 37.5%

%25.68
%36.82
%37.5

CMYK color model

#96D7DB color CMYK value is (32,2,0,14).

  • cyan value is 31.51%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(32,2,0,14)
C32M2Y0K14 
(32%,2%,0%,14%)
(0.32/0.02/0.00/0.14)	

CMYK percentages

%31.51
%1.83
%0
%14.12

Codes

Color #96D7DB in popluar color models

96D7DB
RGB150215219
HSL183°48.94%72.35%
HSB/HSV183°31.51%85.88%
CMYK31.51%1.83%0.00%
14.12%

Color #96D7DB in popluar number systems.

HEX96D7DB
Decimal150215219
Binary100101101101011111011011
Octal226327333

Shades and tints

Shades of #96D7DB

#96D7DB
(150,215,219)
#89C4C8
(137,196,200)
#7CB1B5
(124,177,181)
#6F9EA2
(111,158,162)
#628B8F
(98,139,143)
#55787C
(85,120,124)
#486569
(72,101,105)
#3B5256
(59,82,86)
#2E3F43
(46,63,67)
#212C30
(33,44,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #96D7DB

#96D7DB
(150,215,219)
#9FDADE
(159,218,222)
#A8DDE1
(168,221,225)
#B1E0E4
(177,224,228)
#BAE3E7
(186,227,231)
#C3E6EA
(195,230,234)
#CCE9ED
(204,233,237)
#D5ECF0
(213,236,240)
#DEEFF3
(222,239,243)
#E7F2F6
(231,242,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D7DB color. Also use rgb(150,215,219) instead hex code.

Text Font Color

.myTextColor { color: #96D7DB; }

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

This text font color is #96D7DB.


Background Color

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

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

This div background color is #96D7DB.


Border color

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

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

This div border color is #96D7DB.


Opacity

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

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

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

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

This text has shadow with #96D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D7DB on black background.


Color preview on white background

This text has color #96D7DB on white background.



Black color preview on #96D7DB background

This text has black color on #96D7DB background.


White color preview on #96D7DB background

This text has white color on #96D7DB background.