COLOR #96ACAA

HEX: #96ACAA
RGB: (150,172,170)

Color info

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

RGB color model

#96ACAA color RGB value is (150,172,170).

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

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 170 of 255 = 67%

150
172
170

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 170 = 492 (100%)
R 150 of 492 ~ 30.49%
G 172 of 492 ~ 34.96%
B 170 of 492 ~ 34.55%

%30.49
%34.96
%34.55

CMYK color model

#96ACAA color CMYK value is (13,0,1,33).

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(13,0,1,33)
C13M0Y1K33 
(13%,0%,1%,33%)
(0.13/0.00/0.01/0.33)	

CMYK percentages

%12.79
%0
%1.16
%32.55

Codes

Color #96ACAA in popluar color models

96ACAA
RGB150172170
HSL175°11.70%63.14%
HSB/HSV175°12.79%67.45%
CMYK12.79%0.00%1.16%
32.55%

Color #96ACAA in popluar number systems.

HEX96ACAA
Decimal150172170
Binary100101101010110010101010
Octal226254252

Shades and tints

Shades of #96ACAA

#96ACAA
(150,172,170)
#899D9B
(137,157,155)
#7C8E8C
(124,142,140)
#6F7F7D
(111,127,125)
#62706E
(98,112,110)
#55615F
(85,97,95)
#485250
(72,82,80)
#3B4341
(59,67,65)
#2E3432
(46,52,50)
#212523
(33,37,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #96ACAA

#96ACAA
(150,172,170)
#9FB3B1
(159,179,177)
#A8BAB8
(168,186,184)
#B1C1BF
(177,193,191)
#BAC8C6
(186,200,198)
#C3CFCD
(195,207,205)
#CCD6D4
(204,214,212)
#D5DDDB
(213,221,219)
#DEE4E2
(222,228,226)
#E7EBE9
(231,235,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACAA; }

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

This text font color is #96ACAA.


Background Color

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

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

This div background color is #96ACAA.


Border color

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

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

This div border color is #96ACAA.


Opacity

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

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

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

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

This text has shadow with #96ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACAA on black background.


Color preview on white background

This text has color #96ACAA on white background.



Black color preview on #96ACAA background

This text has black color on #96ACAA background.


White color preview on #96ACAA background

This text has white color on #96ACAA background.