COLOR #96AC9E

HEX: #96AC9E RGB: (150,172,158)

Color info

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

RGB color model

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

RGB: (150,172,158) (59%, 67%, 62%)

RGB channels and saturation

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

150
172
158

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

Portions of RGB colors in percentages

R + G + B = 150 + 172 + 158 = 480 (100%)
R 150 of 480 ~ 31.25%
G 172 of 480 ~ 35.83%
B 158 of 480 ~ 32.92'%

%31.25
%35.83
%32.92

CMYK color model

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

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

CMYK percentages

%12.79
%0
%8.14
%32.55

Codes

Color #96AC9E in popluar color models

96 AC 9E
RGB 150 172 158
HSL 142° 11.70% 63.14%
HSB/HSV 142° 12.79% 67.45%
CMYK 12.79% 0.00% 8.14%
32.55%

Color #96AC9E in popluar number systems.

HEX 96 AC 9E
Decimal 150 172 158
Binary 10010110 10101100 10011110
Octal 226 254 236

Shades and tints

Shades of #96AC9E

#96AC9E
(150,172,158)
#899D90
(137,157,144)
#7C8E82
(124,142,130)
#6F7F74
(111,127,116)
#627066
(98,112,102)
#556158
(85,97,88)
#48524A
(72,82,74)
#3B433C
(59,67,60)
#2E342E
(46,52,46)
#212520
(33,37,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #96AC9E

#96AC9E
(150,172,158)
#9FB3A6
(159,179,166)
#A8BAAE
(168,186,174)
#B1C1B6
(177,193,182)
#BAC8BE
(186,200,190)
#C3CFC6
(195,207,198)
#CCD6CE
(204,214,206)
#D5DDD6
(213,221,214)
#DEE4DE
(222,228,222)
#E7EBE6
(231,235,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AC9E; }

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

This text font color is #96AC9E.

Background Color

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

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

This div background color is #96AC9E.

Border color

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

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

This div border color is #96AC9E.

Opacity

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

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

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

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

This text has shadow with #96AC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AC9E.

Preview

Color preview on black background

This text has color #96AC9E on black background.


Color preview on white background

This text has color #96AC9E on white background.


Black color preview on #96AC9E background

This text has black color on #96AC9E background.


White color preview on #96AC9E background

This text has white color on #96AC9E background.


Related colors

Complementary color

Complementary color for #hex is #695361.


I love getcolorcode.com

Triadic colors

1 #9E96AC and #AC9E96 with #96AC9E are triadic colors.

2 #9EAC96 and #AC969E with #96AC9E are triadic colors.