COLOR #96D5D3

HEX: #96D5D3
RGB: (150,213,211)

Color info

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

RGB color model

#96D5D3 color RGB value is (150,213,211).

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

RGB channels and saturation

R 150 of 255 = 59%
G 213 of 255 = 84%
B 211 of 255 = 83%

150
213
211

R + G + B ~ 75%. #96D5D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 213 + 211 = 574 (100%)
R 150 of 574 ~ 26.13%
G 213 of 574 ~ 37.11%
B 211 of 574 ~ 36.76%

%26.13
%37.11
%36.76

CMYK color model

#96D5D3 color CMYK value is (30,0,1,16).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.47%
CMYK:
(30,0,1,16)
C30M0Y1K16 
(30%,0%,1%,16%)
(0.30/0.00/0.01/0.16)	

CMYK percentages

%29.58
%0
%0.94
%16.47

Codes

Color #96D5D3 in popluar color models

96D5D3
RGB150213211
HSL178°42.86%71.18%
HSB/HSV178°29.58%83.53%
CMYK29.58%0.00%0.94%
16.47%

Color #96D5D3 in popluar number systems.

HEX96D5D3
Decimal150213211
Binary100101101101010111010011
Octal226325323

Shades and tints

Shades of #96D5D3

#96D5D3
(150,213,211)
#89C2C0
(137,194,192)
#7CAFAD
(124,175,173)
#6F9C9A
(111,156,154)
#628987
(98,137,135)
#557674
(85,118,116)
#486361
(72,99,97)
#3B504E
(59,80,78)
#2E3D3B
(46,61,59)
#212A28
(33,42,40)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96D5D3

#96D5D3
(150,213,211)
#9FD8D7
(159,216,215)
#A8DBDB
(168,219,219)
#B1DEDF
(177,222,223)
#BAE1E3
(186,225,227)
#C3E4E7
(195,228,231)
#CCE7EB
(204,231,235)
#D5EAEF
(213,234,239)
#DEEDF3
(222,237,243)
#E7F0F7
(231,240,247)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D5D3; }

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

This text font color is #96D5D3.


Background Color

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

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

This div background color is #96D5D3.


Border color

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

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

This div border color is #96D5D3.


Opacity

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

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

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

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

This text has shadow with #96D5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D5D3 on black background.


Color preview on white background

This text has color #96D5D3 on white background.



Black color preview on #96D5D3 background

This text has black color on #96D5D3 background.


White color preview on #96D5D3 background

This text has white color on #96D5D3 background.