COLOR #96ACAC

HEX: #96ACAC
RGB: (150,172,172)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
172
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 172 = 494 (100%)
R 150 of 494 ~ 30.36%
G 172 of 494 ~ 34.82%
B 172 of 494 ~ 34.82%

%30.36
%34.82
%34.82

CMYK color model

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

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

CMYK percentages

%12.79
%0
%0
%32.55

Codes

Color #96ACAC in popluar color models

96ACAC
RGB150172172
HSL180°11.70%63.14%
HSB/HSV180°12.79%67.45%
CMYK12.79%0.00%0.00%
32.55%

Color #96ACAC in popluar number systems.

HEX96ACAC
Decimal150172172
Binary100101101010110010101100
Octal226254254

Shades and tints

Shades of #96ACAC

#96ACAC
(150,172,172)
#899D9D
(137,157,157)
#7C8E8E
(124,142,142)
#6F7F7F
(111,127,127)
#627070
(98,112,112)
#556161
(85,97,97)
#485252
(72,82,82)
#3B4343
(59,67,67)
#2E3434
(46,52,52)
#212525
(33,37,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96ACAC

#96ACAC
(150,172,172)
#9FB3B3
(159,179,179)
#A8BABA
(168,186,186)
#B1C1C1
(177,193,193)
#BAC8C8
(186,200,200)
#C3CFCF
(195,207,207)
#CCD6D6
(204,214,214)
#D5DDDD
(213,221,221)
#DEE4E4
(222,228,228)
#E7EBEB
(231,235,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACAC; }

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

This text font color is #96ACAC.


Background Color

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

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

This div background color is #96ACAC.


Border color

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

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

This div border color is #96ACAC.


Opacity

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

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

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

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

This text has shadow with #96ACAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ACAC on black background.


Color preview on white background

This text has color #96ACAC on white background.



Black color preview on #96ACAC background

This text has black color on #96ACAC background.


White color preview on #96ACAC background

This text has white color on #96ACAC background.