COLOR #96B5AA

HEX: #96B5AA
RGB: (150,181,170)

Color info

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

RGB color model

#96B5AA color RGB value is (150,181,170).

  • red value is 150;
  • green value is 181;
  • blue value is 170.
RGB:
(150,181,170)
(59%,71%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 170 of 255 = 67%

150
181
170

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

Portions of RGB colors in percentages

R + G + B =
150 + 181 + 170 = 501 (100%)
R 150 of 501 ~ 29.94%
G 181 of 501 ~ 36.13%
B 170 of 501 ~ 33.93%

%29.94
%36.13
%33.93

CMYK color model

#96B5AA color CMYK value is (17,0,6,29).

  • cyan value is 17.13%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 29.02%
CMYK:
(17,0,6,29)
C17M0Y6K29 
(17%,0%,6%,29%)
(0.17/0.00/0.06/0.29)	

CMYK percentages

%17.13
%0
%6.08
%29.02

Codes

Color #96B5AA in popluar color models

96B5AA
RGB150181170
HSL159°17.32%64.90%
HSB/HSV159°17.13%70.98%
CMYK17.13%0.00%6.08%
29.02%

Color #96B5AA in popluar number systems.

HEX96B5AA
Decimal150181170
Binary100101101011010110101010
Octal226265252

Shades and tints

Shades of #96B5AA

#96B5AA
(150,181,170)
#89A59B
(137,165,155)
#7C958C
(124,149,140)
#6F857D
(111,133,125)
#62756E
(98,117,110)
#55655F
(85,101,95)
#485550
(72,85,80)
#3B4541
(59,69,65)
#2E3532
(46,53,50)
#212523
(33,37,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96B5AA

#96B5AA
(150,181,170)
#9FBBB1
(159,187,177)
#A8C1B8
(168,193,184)
#B1C7BF
(177,199,191)
#BACDC6
(186,205,198)
#C3D3CD
(195,211,205)
#CCD9D4
(204,217,212)
#D5DFDB
(213,223,219)
#DEE5E2
(222,229,226)
#E7EBE9
(231,235,233)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B5AA color. Also use rgb(150,181,170) instead hex code.

Text Font Color

.myTextColor { color: #96B5AA; }

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

This text font color is #96B5AA.


Background Color

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

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

This div background color is #96B5AA.


Border color

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

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

This div border color is #96B5AA.


Opacity

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

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

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

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

This text has shadow with #96B5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B5AA on black background.


Color preview on white background

This text has color #96B5AA on white background.



Black color preview on #96B5AA background

This text has black color on #96B5AA background.


White color preview on #96B5AA background

This text has white color on #96B5AA background.