COLOR #96BAAB

HEX: #96BAAB
RGB: (150,186,171)

Color info

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

RGB color model

#96BAAB color RGB value is (150,186,171).

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

RGB channels and saturation

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

150
186
171

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 171 = 507 (100%)
R 150 of 507 ~ 29.59%
G 186 of 507 ~ 36.69%
B 171 of 507 ~ 33.73%

%29.59
%36.69
%33.73

CMYK color model

#96BAAB color CMYK value is (19,0,8,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 27.06%
CMYK:
(19,0,8,27)
C19M0Y8K27 
(19%,0%,8%,27%)
(0.19/0.00/0.08/0.27)	

CMYK percentages

%19.35
%0
%8.06
%27.06

Codes

Color #96BAAB in popluar color models

96BAAB
RGB150186171
HSL155°20.69%65.88%
HSB/HSV155°19.35%72.94%
CMYK19.35%0.00%8.06%
27.06%

Color #96BAAB in popluar number systems.

HEX96BAAB
Decimal150186171
Binary100101101011101010101011
Octal226272253

Shades and tints

Shades of #96BAAB

#96BAAB
(150,186,171)
#89AA9C
(137,170,156)
#7C9A8D
(124,154,141)
#6F8A7E
(111,138,126)
#627A6F
(98,122,111)
#556A60
(85,106,96)
#485A51
(72,90,81)
#3B4A42
(59,74,66)
#2E3A33
(46,58,51)
#212A24
(33,42,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96BAAB

#96BAAB
(150,186,171)
#9FC0B2
(159,192,178)
#A8C6B9
(168,198,185)
#B1CCC0
(177,204,192)
#BAD2C7
(186,210,199)
#C3D8CE
(195,216,206)
#CCDED5
(204,222,213)
#D5E4DC
(213,228,220)
#DEEAE3
(222,234,227)
#E7F0EA
(231,240,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BAAB; }

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

This text font color is #96BAAB.


Background Color

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

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

This div background color is #96BAAB.


Border color

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

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

This div border color is #96BAAB.


Opacity

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

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

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

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

This text has shadow with #96BAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BAAB on black background.


Color preview on white background

This text has color #96BAAB on white background.



Black color preview on #96BAAB background

This text has black color on #96BAAB background.


White color preview on #96BAAB background

This text has white color on #96BAAB background.