COLOR #96DBD3

HEX: #96DBD3
RGB: (150,219,211)

Color info

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

RGB color model

#96DBD3 color RGB value is (150,219,211).

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

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 211 of 255 = 83%

150
219
211

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

Portions of RGB colors in percentages

R + G + B =
150 + 219 + 211 = 580 (100%)
R 150 of 580 ~ 25.86%
G 219 of 580 ~ 37.76%
B 211 of 580 ~ 36.38%

%25.86
%37.76
%36.38

CMYK color model

#96DBD3 color CMYK value is (32,0,4,14).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(32,0,4,14)
C32M0Y4K14 
(32%,0%,4%,14%)
(0.32/0.00/0.04/0.14)	

CMYK percentages

%31.51
%0
%3.65
%14.12

Codes

Color #96DBD3 in popluar color models

96DBD3
RGB150219211
HSL173°48.94%72.35%
HSB/HSV173°31.51%85.88%
CMYK31.51%0.00%3.65%
14.12%

Color #96DBD3 in popluar number systems.

HEX96DBD3
Decimal150219211
Binary100101101101101111010011
Octal226333323

Shades and tints

Shades of #96DBD3

#96DBD3
(150,219,211)
#89C8C0
(137,200,192)
#7CB5AD
(124,181,173)
#6FA29A
(111,162,154)
#628F87
(98,143,135)
#557C74
(85,124,116)
#486961
(72,105,97)
#3B564E
(59,86,78)
#2E433B
(46,67,59)
#213028
(33,48,40)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #96DBD3

#96DBD3
(150,219,211)
#9FDED7
(159,222,215)
#A8E1DB
(168,225,219)
#B1E4DF
(177,228,223)
#BAE7E3
(186,231,227)
#C3EAE7
(195,234,231)
#CCEDEB
(204,237,235)
#D5F0EF
(213,240,239)
#DEF3F3
(222,243,243)
#E7F6F7
(231,246,247)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DBD3; }

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

This text font color is #96DBD3.


Background Color

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

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

This div background color is #96DBD3.


Border color

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

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

This div border color is #96DBD3.


Opacity

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

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

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

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

This text has shadow with #96DBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DBD3 on black background.


Color preview on white background

This text has color #96DBD3 on white background.



Black color preview on #96DBD3 background

This text has black color on #96DBD3 background.


White color preview on #96DBD3 background

This text has white color on #96DBD3 background.