COLOR #96B8AB

HEX: #96B8AB RGB: (150,184,171)

Color info

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

RGB color model

#96B8AB color RGB value is (150,184,171).

RGB: (150,184,171) (59%, 72%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 171 of 255 = 67%

150
184
171

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

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 171 = 505 (100%)
R 150 of 505 ~ 29.7%
G 184 of 505 ~ 36.44%
B 171 of 505 ~ 33.86'%

%29.7
%36.44
%33.86

CMYK color model

#96B8AB color CMYK value is (18,0,7,28).

  • cyan value is 18.48%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (18,0,7,28)
C18M0Y7K28 (18%, 0%, 7%, 28%)
(0.18 / 0.00 / 0.07 / 0.28)

CMYK percentages

%18.48
%0
%7.07
%27.84

Codes

Color #96B8AB in popluar color models

96 B8 AB
RGB 150 184 171
HSL 157° 19.32% 65.49%
HSB/HSV 157° 18.48% 72.16%
CMYK 18.48% 0.00% 7.07%
27.84%

Color #96B8AB in popluar number systems.

HEX 96 B8 AB
Decimal 150 184 171
Binary 10010110 10111000 10101011
Octal 226 270 253

Shades and tints

Shades of #96B8AB

#96B8AB
(150,184,171)
#89A89C
(137,168,156)
#7C988D
(124,152,141)
#6F887E
(111,136,126)
#62786F
(98,120,111)
#556860
(85,104,96)
#485851
(72,88,81)
#3B4842
(59,72,66)
#2E3833
(46,56,51)
#212824
(33,40,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #96B8AB

#96B8AB
(150,184,171)
#9FBEB2
(159,190,178)
#A8C4B9
(168,196,185)
#B1CAC0
(177,202,192)
#BAD0C7
(186,208,199)
#C3D6CE
(195,214,206)
#CCDCD5
(204,220,213)
#D5E2DC
(213,226,220)
#DEE8E3
(222,232,227)
#E7EEEA
(231,238,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B8AB; }

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

This text font color is #96B8AB.

Background Color

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

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

This div background color is #96B8AB.

Border color

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

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

This div border color is #96B8AB.

Opacity

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

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

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

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

This text has shadow with #96B8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B8AB.

Preview

Color preview on black background

This text has color #96B8AB on black background.


Color preview on white background

This text has color #96B8AB on white background.


Black color preview on #96B8AB background

This text has black color on #96B8AB background.


White color preview on #96B8AB background

This text has white color on #96B8AB background.


Related colors

Complementary color

Complementary color for #hex is #694754.


I love getcolorcode.com

Triadic colors

1 #AB96B8 and #B8AB96 with #96B8AB are triadic colors.

2 #ABB896 and #B896AB with #96B8AB are triadic colors.