COLOR #96D1BB

HEX: #96D1BB
RGB: (150,209,187)

Color info

#96D1BB contains red, green and blue colors in about the same proportion. Web safe color of #96D1BB is #99CCCC (or #9CC).

RGB color model

#96D1BB color RGB value is (150,209,187).

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

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 187 of 255 = 73%

150
209
187

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 187 = 546 (100%)
R 150 of 546 ~ 27.47%
G 209 of 546 ~ 38.28%
B 187 of 546 ~ 34.25%

%27.47
%38.28
%34.25

CMYK color model

#96D1BB color CMYK value is (28,0,11,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(28,0,11,18)
C28M0Y11K18 
(28%,0%,11%,18%)
(0.28/0.00/0.11/0.18)	

CMYK percentages

%28.23
%0
%10.53
%18.04

Codes

Color #96D1BB in popluar color models

96D1BB
RGB150209187
HSL158°39.07%70.39%
HSB/HSV158°28.23%81.96%
CMYK28.23%0.00%10.53%
18.04%

Color #96D1BB in popluar number systems.

HEX96D1BB
Decimal150209187
Binary100101101101000110111011
Octal226321273

Shades and tints

Shades of #96D1BB

#96D1BB
(150,209,187)
#89BEAA
(137,190,170)
#7CAB99
(124,171,153)
#6F9888
(111,152,136)
#628577
(98,133,119)
#557266
(85,114,102)
#485F55
(72,95,85)
#3B4C44
(59,76,68)
#2E3933
(46,57,51)
#212622
(33,38,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #96D1BB

#96D1BB
(150,209,187)
#9FD5C1
(159,213,193)
#A8D9C7
(168,217,199)
#B1DDCD
(177,221,205)
#BAE1D3
(186,225,211)
#C3E5D9
(195,229,217)
#CCE9DF
(204,233,223)
#D5EDE5
(213,237,229)
#DEF1EB
(222,241,235)
#E7F5F1
(231,245,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D1BB; }

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

This text font color is #96D1BB.


Background Color

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

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

This div background color is #96D1BB.


Border color

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

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

This div border color is #96D1BB.


Opacity

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

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

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

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

This text has shadow with #96D1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1BB on black background.


Color preview on white background

This text has color #96D1BB on white background.



Black color preview on #96D1BB background

This text has black color on #96D1BB background.


White color preview on #96D1BB background

This text has white color on #96D1BB background.