COLOR #96DAB1

HEX: #96DAB1
RGB: (150,218,177)

Color info

#96DAB1 contains mainly green and blue colors. Web safe color of #96DAB1 is #99CC99 (or #9C9).

RGB color model

#96DAB1 color RGB value is (150,218,177).

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

RGB channels and saturation

R 150 of 255 = 59%
G 218 of 255 = 85%
B 177 of 255 = 69%

150
218
177

R + G + B ~ 71%. #96DAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 218 + 177 = 545 (100%)
R 150 of 545 ~ 27.52%
G 218 of 545 ~ 40%
B 177 of 545 ~ 32.48%

%27.52
%40
%32.48

CMYK color model

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

  • cyan value is 31.19%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(31,0,19,15)
C31M0Y19K15 
(31%,0%,19%,15%)
(0.31/0.00/0.19/0.15)	

CMYK percentages

%31.19
%0
%18.81
%14.51

Codes

Color #96DAB1 in popluar color models

96DAB1
RGB150218177
HSL144°47.89%72.16%
HSB/HSV144°31.19%85.49%
CMYK31.19%0.00%18.81%
14.51%

Color #96DAB1 in popluar number systems.

HEX96DAB1
Decimal150218177
Binary100101101101101010110001
Octal226332261

Shades and tints

Shades of #96DAB1

#96DAB1
(150,218,177)
#89C7A1
(137,199,161)
#7CB491
(124,180,145)
#6FA181
(111,161,129)
#628E71
(98,142,113)
#557B61
(85,123,97)
#486851
(72,104,81)
#3B5541
(59,85,65)
#2E4231
(46,66,49)
#212F21
(33,47,33)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #96DAB1

#96DAB1
(150,218,177)
#9FDDB8
(159,221,184)
#A8E0BF
(168,224,191)
#B1E3C6
(177,227,198)
#BAE6CD
(186,230,205)
#C3E9D4
(195,233,212)
#CCECDB
(204,236,219)
#D5EFE2
(213,239,226)
#DEF2E9
(222,242,233)
#E7F5F0
(231,245,240)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DAB1; }

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

This text font color is #96DAB1.


Background Color

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

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

This div background color is #96DAB1.


Border color

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

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

This div border color is #96DAB1.


Opacity

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

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

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

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

This text has shadow with #96DAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DAB1 on black background.


Color preview on white background

This text has color #96DAB1 on white background.



Black color preview on #96DAB1 background

This text has black color on #96DAB1 background.


White color preview on #96DAB1 background

This text has white color on #96DAB1 background.