COLOR #96D9D8

HEX: #96D9D8
RGB: (150,217,216)

Color info

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

RGB color model

#96D9D8 color RGB value is (150,217,216).

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

RGB channels and saturation

R 150 of 255 = 59%
G 217 of 255 = 85%
B 216 of 255 = 85%

150
217
216

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

Portions of RGB colors in percentages

R + G + B =
150 + 217 + 216 = 583 (100%)
R 150 of 583 ~ 25.73%
G 217 of 583 ~ 37.22%
B 216 of 583 ~ 37.05%

%25.73
%37.22
%37.05

CMYK color model

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

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.90%
CMYK: (31,0,0,15) C31M0Y0K15 (31%,0%,0%,15%) (0.31/0.00/0.00/0.15)

CMYK percentages

%30.88
%0
%0.46
%14.9

Codes

Color #96D9D8 in popluar color models

96D9D8
RGB150217216
HSL179°46.85%71.96%
HSB/HSV179°30.88%85.10%
CMYK30.88%0.00%0.46%
14.90%

Color #96D9D8 in popluar number systems.

HEX96D9D8
Decimal150217216
Binary100101101101100111011000
Octal226331330

Shades and tints

Shades of #96D9D8

#96D9D8
(150,217,216)
#89C6C5
(137,198,197)
#7CB3B2
(124,179,178)
#6FA09F
(111,160,159)
#628D8C
(98,141,140)
#557A79
(85,122,121)
#486766
(72,103,102)
#3B5453
(59,84,83)
#2E4140
(46,65,64)
#212E2D
(33,46,45)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #96D9D8

#96D9D8
(150,217,216)
#9FDCDB
(159,220,219)
#A8DFDE
(168,223,222)
#B1E2E1
(177,226,225)
#BAE5E4
(186,229,228)
#C3E8E7
(195,232,231)
#CCEBEA
(204,235,234)
#D5EEED
(213,238,237)
#DEF1F0
(222,241,240)
#E7F4F3
(231,244,243)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D9D8; }

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

This text font color is #96D9D8.


Background Color

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

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

This div background color is #96D9D8.


Border color

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

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

This div border color is #96D9D8.


Opacity

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

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

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

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

This text has shadow with #96D9D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #96D9D8 on black background.


Color preview on white background

This text has color #96D9D8 on white background.



Black color preview on #96D9D8 background

This text has black color on #96D9D8 background.


White color preview on #96D9D8 background

This text has white color on #96D9D8 background.