COLOR #96BBAB

HEX: #96BBAB
RGB: (150,187,171)

Color info

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

RGB color model

#96BBAB color RGB value is (150,187,171).

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

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 171 of 255 = 67%

150
187
171

R + G + B ~ 66%. #96BBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 187 + 171 = 508 (100%)
R 150 of 508 ~ 29.53%
G 187 of 508 ~ 36.81%
B 171 of 508 ~ 33.66%

%29.53
%36.81
%33.66

CMYK color model

#96BBAB color CMYK value is (20,0,9,27).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(20,0,9,27)
C20M0Y9K27 
(20%,0%,9%,27%)
(0.20/0.00/0.09/0.27)	

CMYK percentages

%19.79
%0
%8.56
%26.67

Codes

Color #96BBAB in popluar color models

96BBAB
RGB150187171
HSL154°21.39%66.08%
HSB/HSV154°19.79%73.33%
CMYK19.79%0.00%8.56%
26.67%

Color #96BBAB in popluar number systems.

HEX96BBAB
Decimal150187171
Binary100101101011101110101011
Octal226273253

Shades and tints

Shades of #96BBAB

#96BBAB
(150,187,171)
#89AA9C
(137,170,156)
#7C998D
(124,153,141)
#6F887E
(111,136,126)
#62776F
(98,119,111)
#556660
(85,102,96)
#485551
(72,85,81)
#3B4442
(59,68,66)
#2E3333
(46,51,51)
#212224
(33,34,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96BBAB

#96BBAB
(150,187,171)
#9FC1B2
(159,193,178)
#A8C7B9
(168,199,185)
#B1CDC0
(177,205,192)
#BAD3C7
(186,211,199)
#C3D9CE
(195,217,206)
#CCDFD5
(204,223,213)
#D5E5DC
(213,229,220)
#DEEBE3
(222,235,227)
#E7F1EA
(231,241,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BBAB; }

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

This text font color is #96BBAB.


Background Color

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

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

This div background color is #96BBAB.


Border color

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

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

This div border color is #96BBAB.


Opacity

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

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

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

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

This text has shadow with #96BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BBAB on black background.


Color preview on white background

This text has color #96BBAB on white background.



Black color preview on #96BBAB background

This text has black color on #96BBAB background.


White color preview on #96BBAB background

This text has white color on #96BBAB background.