COLOR #96B4AC

HEX: #96B4AC
RGB: (150,180,172)

Color info

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

RGB color model

#96B4AC color RGB value is (150,180,172).

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

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 172 of 255 = 67%

150
180
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 180 + 172 = 502 (100%)
R 150 of 502 ~ 29.88%
G 180 of 502 ~ 35.86%
B 172 of 502 ~ 34.26%

%29.88
%35.86
%34.26

CMYK color model

#96B4AC color CMYK value is (17,0,4,29).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(17,0,4,29)
C17M0Y4K29 
(17%,0%,4%,29%)
(0.17/0.00/0.04/0.29)	

CMYK percentages

%16.67
%0
%4.44
%29.41

Codes

Color #96B4AC in popluar color models

96B4AC
RGB150180172
HSL164°16.67%64.71%
HSB/HSV164°16.67%70.59%
CMYK16.67%0.00%4.44%
29.41%

Color #96B4AC in popluar number systems.

HEX96B4AC
Decimal150180172
Binary100101101011010010101100
Octal226264254

Shades and tints

Shades of #96B4AC

#96B4AC
(150,180,172)
#89A49D
(137,164,157)
#7C948E
(124,148,142)
#6F847F
(111,132,127)
#627470
(98,116,112)
#556461
(85,100,97)
#485452
(72,84,82)
#3B4443
(59,68,67)
#2E3434
(46,52,52)
#212425
(33,36,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #96B4AC

#96B4AC
(150,180,172)
#9FBAB3
(159,186,179)
#A8C0BA
(168,192,186)
#B1C6C1
(177,198,193)
#BACCC8
(186,204,200)
#C3D2CF
(195,210,207)
#CCD8D6
(204,216,214)
#D5DEDD
(213,222,221)
#DEE4E4
(222,228,228)
#E7EAEB
(231,234,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B4AC color. Also use rgb(150,180,172) instead hex code.

Text Font Color

.myTextColor { color: #96B4AC; }

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

This text font color is #96B4AC.


Background Color

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

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

This div background color is #96B4AC.


Border color

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

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

This div border color is #96B4AC.


Opacity

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

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

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

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

This text has shadow with #96B4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B4AC on black background.


Color preview on white background

This text has color #96B4AC on white background.



Black color preview on #96B4AC background

This text has black color on #96B4AC background.


White color preview on #96B4AC background

This text has white color on #96B4AC background.