COLOR #96D8D3

HEX: #96D8D3
RGB: (150,216,211)

Color info

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

RGB color model

#96D8D3 color RGB value is (150,216,211).

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

RGB channels and saturation

R 150 of 255 = 59%
G 216 of 255 = 85%
B 211 of 255 = 83%

150
216
211

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

Portions of RGB colors in percentages

R + G + B =
150 + 216 + 211 = 577 (100%)
R 150 of 577 ~ 26%
G 216 of 577 ~ 37.44%
B 211 of 577 ~ 36.57%

%26
%37.44
%36.57

CMYK color model

#96D8D3 color CMYK value is (31,0,2,15).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(31,0,2,15)
C31M0Y2K15 
(31%,0%,2%,15%)
(0.31/0.00/0.02/0.15)	

CMYK percentages

%30.56
%0
%2.31
%15.29

Codes

Color #96D8D3 in popluar color models

96D8D3
RGB150216211
HSL175°45.83%71.76%
HSB/HSV175°30.56%84.71%
CMYK30.56%0.00%2.31%
15.29%

Color #96D8D3 in popluar number systems.

HEX96D8D3
Decimal150216211
Binary100101101101100011010011
Octal226330323

Shades and tints

Shades of #96D8D3

#96D8D3
(150,216,211)
#89C5C0
(137,197,192)
#7CB2AD
(124,178,173)
#6F9F9A
(111,159,154)
#628C87
(98,140,135)
#557974
(85,121,116)
#486661
(72,102,97)
#3B534E
(59,83,78)
#2E403B
(46,64,59)
#212D28
(33,45,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96D8D3

#96D8D3
(150,216,211)
#9FDBD7
(159,219,215)
#A8DEDB
(168,222,219)
#B1E1DF
(177,225,223)
#BAE4E3
(186,228,227)
#C3E7E7
(195,231,231)
#CCEAEB
(204,234,235)
#D5EDEF
(213,237,239)
#DEF0F3
(222,240,243)
#E7F3F7
(231,243,247)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D8D3; }

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

This text font color is #96D8D3.


Background Color

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

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

This div background color is #96D8D3.


Border color

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

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

This div border color is #96D8D3.


Opacity

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

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

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

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

This text has shadow with #96D8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D8D3 on black background.


Color preview on white background

This text has color #96D8D3 on white background.



Black color preview on #96D8D3 background

This text has black color on #96D8D3 background.


White color preview on #96D8D3 background

This text has white color on #96D8D3 background.