COLOR #96B6A1

HEX: #96B6A1
RGB: (150,182,161)

Color info

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

RGB color model

#96B6A1 color RGB value is (150,182,161).

  • red value is 150;
  • green value is 182;
  • blue value is 161.
RGB:
(150,182,161)
(59%,71%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 182 of 255 = 71%
B 161 of 255 = 63%

150
182
161

R + G + B ~ 64%. #96B6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 182 + 161 = 493 (100%)
R 150 of 493 ~ 30.43%
G 182 of 493 ~ 36.92%
B 161 of 493 ~ 32.66%

%30.43
%36.92
%32.66

CMYK color model

#96B6A1 color CMYK value is (18,0,12,29).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 28.63%
CMYK:
(18,0,12,29)
C18M0Y12K29 
(18%,0%,12%,29%)
(0.18/0.00/0.12/0.29)	

CMYK percentages

%17.58
%0
%11.54
%28.63

Codes

Color #96B6A1 in popluar color models

96B6A1
RGB150182161
HSL141°17.98%65.10%
HSB/HSV141°17.58%71.37%
CMYK17.58%0.00%11.54%
28.63%

Color #96B6A1 in popluar number systems.

HEX96B6A1
Decimal150182161
Binary100101101011011010100001
Octal226266241

Shades and tints

Shades of #96B6A1

#96B6A1
(150,182,161)
#89A693
(137,166,147)
#7C9685
(124,150,133)
#6F8677
(111,134,119)
#627669
(98,118,105)
#55665B
(85,102,91)
#48564D
(72,86,77)
#3B463F
(59,70,63)
#2E3631
(46,54,49)
#212623
(33,38,35)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #96B6A1

#96B6A1
(150,182,161)
#9FBCA9
(159,188,169)
#A8C2B1
(168,194,177)
#B1C8B9
(177,200,185)
#BACEC1
(186,206,193)
#C3D4C9
(195,212,201)
#CCDAD1
(204,218,209)
#D5E0D9
(213,224,217)
#DEE6E1
(222,230,225)
#E7ECE9
(231,236,233)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B6A1 color. Also use rgb(150,182,161) instead hex code.

Text Font Color

.myTextColor { color: #96B6A1; }

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

This text font color is #96B6A1.


Background Color

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

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

This div background color is #96B6A1.


Border color

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

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

This div border color is #96B6A1.


Opacity

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

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

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

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

This text has shadow with #96B6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B6A1 on black background.


Color preview on white background

This text has color #96B6A1 on white background.



Black color preview on #96B6A1 background

This text has black color on #96B6A1 background.


White color preview on #96B6A1 background

This text has white color on #96B6A1 background.