COLOR #96B1AB

HEX: #96B1AB RGB: (150,177,171)

Color info

#96B1AB contains red, green and blue colors in about the same proportion. Web safe color of #96B1AB is #999999 (or #999).

RGB color model

#96B1AB color RGB value is (150,177,171).

RGB: (150,177,171) (59%, 69%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 171 of 255 = 67%

150
177
171

R + G + B ~ 65%. #96B1AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 171 = 498 (100%)
R 150 of 498 ~ 30.12%
G 177 of 498 ~ 35.54%
B 171 of 498 ~ 34.34'%

%30.12
%35.54
%34.34

CMYK color model

#96B1AB color CMYK value is (15,0,3,31).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK: (15,0,3,31) C15M0Y3K31 (15%,0%,3%,31%) (0.15/0.00/0.03/0.31) 

CMYK percentages

%15.25
%0
%3.39
%30.59

Codes

Color #96B1AB in popluar color models

96 B1 AB
RGB 150 177 171
HSL 167° 14.75% 64.12%
HSB/HSV 167° 15.25% 69.41%
CMYK 15.25% 0.00% 3.39%
30.59%

Color #96B1AB in popluar number systems.

HEX 96 B1 AB
Decimal 150 177 171
Binary 10010110 10110001 10101011
Octal 226 261 253

Shades and tints

Shades of #96B1AB

#96B1AB
(150,177,171)
#89A19C
(137,161,156)
#7C918D
(124,145,141)
#6F817E
(111,129,126)
#62716F
(98,113,111)
#556160
(85,97,96)
#485151
(72,81,81)
#3B4142
(59,65,66)
#2E3133
(46,49,51)
#212124
(33,33,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #96B1AB

#96B1AB
(150,177,171)
#9FB8B2
(159,184,178)
#A8BFB9
(168,191,185)
#B1C6C0
(177,198,192)
#BACDC7
(186,205,199)
#C3D4CE
(195,212,206)
#CCDBD5
(204,219,213)
#D5E2DC
(213,226,220)
#DEE9E3
(222,233,227)
#E7F0EA
(231,240,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B1AB; }

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

This text font color is #96B1AB.

Background Color

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

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

This div background color is #96B1AB.

Border color

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

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

This div border color is #96B1AB.

Opacity

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

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

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

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

This text has shadow with #96B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B1AB.

Preview

Color preview on black background

This text has color #96B1AB on black background.


Color preview on white background

This text has color #96B1AB on white background.


Black color preview on #96B1AB background

This text has black color on #96B1AB background.


White color preview on #96B1AB background

This text has white color on #96B1AB background.


Related colors

Complementary color

Complementary color for #hex is #694E54.


I love getcolorcode.com

Triadic colors

1 #AB96B1 and #B1AB96 with #96B1AB are triadic colors.

2 #ABB196 and #B196AB with #96B1AB are triadic colors.