COLOR #96DABB

HEX: #96DABB
RGB: (150,218,187)

Color info

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

RGB color model

#96DABB color RGB value is (150,218,187).

  • red value is 150;
  • green value is 218;
  • blue value is 187.
RGB:
(150,218,187)
(59%,85%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 187 of 255 = 73%

150
218
187

R + G + B ~ 72%. #96DABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 218 + 187 = 555 (100%)
R 150 of 555 ~ 27.03%
G 218 of 555 ~ 39.28%
B 187 of 555 ~ 33.69%

%27.03
%39.28
%33.69

CMYK color model

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

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(31,0,14,15)
C31M0Y14K15 
(31%,0%,14%,15%)
(0.31/0.00/0.14/0.15)	

CMYK percentages

%31.19
%0
%14.22
%14.51

Codes

Color #96DABB in popluar color models

96DABB
RGB150218187
HSL153°47.89%72.16%
HSB/HSV153°31.19%85.49%
CMYK31.19%0.00%14.22%
14.51%

Color #96DABB in popluar number systems.

HEX96DABB
Decimal150218187
Binary100101101101101010111011
Octal226332273

Shades and tints

Shades of #96DABB

#96DABB
(150,218,187)
#89C7AA
(137,199,170)
#7CB499
(124,180,153)
#6FA188
(111,161,136)
#628E77
(98,142,119)
#557B66
(85,123,102)
#486855
(72,104,85)
#3B5544
(59,85,68)
#2E4233
(46,66,51)
#212F22
(33,47,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #96DABB

#96DABB
(150,218,187)
#9FDDC1
(159,221,193)
#A8E0C7
(168,224,199)
#B1E3CD
(177,227,205)
#BAE6D3
(186,230,211)
#C3E9D9
(195,233,217)
#CCECDF
(204,236,223)
#D5EFE5
(213,239,229)
#DEF2EB
(222,242,235)
#E7F5F1
(231,245,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DABB color. Also use rgb(150,218,187) instead hex code.

Text Font Color

.myTextColor { color: #96DABB; }

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

This text font color is #96DABB.


Background Color

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

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

This div background color is #96DABB.


Border color

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

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

This div border color is #96DABB.


Opacity

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

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

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

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

This text has shadow with #96DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DABB on black background.


Color preview on white background

This text has color #96DABB on white background.



Black color preview on #96DABB background

This text has black color on #96DABB background.


White color preview on #96DABB background

This text has white color on #96DABB background.