COLOR #96ACA2

HEX: #96ACA2 RGB: (150,172,162)

Color info

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

RGB color model

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

RGB: (150,172,162) (59%, 67%, 64%)

RGB channels and saturation

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

150
172
162

R + G + B ~ 63%. #96ACA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 162 = 484 (100%)
R 150 of 484 ~ 30.99%
G 172 of 484 ~ 35.54%
B 162 of 484 ~ 33.47'%

%30.99
%35.54
%33.47

CMYK color model

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

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

CMYK percentages

%12.79
%0
%5.81
%32.55

Codes

Color #96ACA2 in popluar color models

96 AC A2
RGB 150 172 162
HSL 153° 11.70% 63.14%
HSB/HSV 153° 12.79% 67.45%
CMYK 12.79% 0.00% 5.81%
32.55%

Color #96ACA2 in popluar number systems.

HEX 96 AC A2
Decimal 150 172 162
Binary 10010110 10101100 10100010
Octal 226 254 242

Shades and tints

Shades of #96ACA2

#96ACA2
(150,172,162)
#899D94
(137,157,148)
#7C8E86
(124,142,134)
#6F7F78
(111,127,120)
#62706A
(98,112,106)
#55615C
(85,97,92)
#48524E
(72,82,78)
#3B4340
(59,67,64)
#2E3432
(46,52,50)
#212524
(33,37,36)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96ACA2

#96ACA2
(150,172,162)
#9FB3AA
(159,179,170)
#A8BAB2
(168,186,178)
#B1C1BA
(177,193,186)
#BAC8C2
(186,200,194)
#C3CFCA
(195,207,202)
#CCD6D2
(204,214,210)
#D5DDDA
(213,221,218)
#DEE4E2
(222,228,226)
#E7EBEA
(231,235,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ACA2; }

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

This text font color is #96ACA2.

Background Color

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

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

This div background color is #96ACA2.

Border color

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

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

This div border color is #96ACA2.

Opacity

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

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

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

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

This text has shadow with #96ACA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ACA2.

Preview

Color preview on black background

This text has color #96ACA2 on black background.


Color preview on white background

This text has color #96ACA2 on white background.


Black color preview on #96ACA2 background

This text has black color on #96ACA2 background.


White color preview on #96ACA2 background

This text has white color on #96ACA2 background.


Related colors

Complementary color

Complementary color for #hex is #69535D.


I love getcolorcode.com

Triadic colors

1 #A296AC and #ACA296 with #96ACA2 are triadic colors.

2 #A2AC96 and #AC96A2 with #96ACA2 are triadic colors.