COLOR #96A79E

HEX: #96A79E RGB: (150,167,158)

Color info

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

RGB color model

#96A79E color RGB value is (150,167,158).

RGB: (150,167,158) (59%, 65%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 167 of 255 = 65%
B 158 of 255 = 62%

150
167
158

R + G + B ~ 62%. #96A79E is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 167 + 158 = 475 (100%)
R 150 of 475 ~ 31.58%
G 167 of 475 ~ 35.16%
B 158 of 475 ~ 33.26'%

%31.58
%35.16
%33.26

CMYK color model

#96A79E color CMYK value is (10,0,5,35).

  • cyan value is 10.18%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%

CMYK: (10,0,5,35)
C10M0Y5K35 (10%, 0%, 5%, 35%)
(0.10 / 0.00 / 0.05 / 0.35)

CMYK percentages

%10.18
%0
%5.39
%34.51

Codes

Color #96A79E in popluar color models

96 A7 9E
RGB 150 167 158
HSL 148° 8.81% 62.16%
HSB/HSV 148° 10.18% 65.49%
CMYK 10.18% 0.00% 5.39%
34.51%

Color #96A79E in popluar number systems.

HEX 96 A7 9E
Decimal 150 167 158
Binary 10010110 10100111 10011110
Octal 226 247 236

Shades and tints

Shades of #96A79E

#96A79E
(150,167,158)
#899890
(137,152,144)
#7C8982
(124,137,130)
#6F7A74
(111,122,116)
#626B66
(98,107,102)
#555C58
(85,92,88)
#484D4A
(72,77,74)
#3B3E3C
(59,62,60)
#2E2F2E
(46,47,46)
#212020
(33,32,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #96A79E

#96A79E
(150,167,158)
#9FAFA6
(159,175,166)
#A8B7AE
(168,183,174)
#B1BFB6
(177,191,182)
#BAC7BE
(186,199,190)
#C3CFC6
(195,207,198)
#CCD7CE
(204,215,206)
#D5DFD6
(213,223,214)
#DEE7DE
(222,231,222)
#E7EFE6
(231,239,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A79E; }

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

This text font color is #96A79E.

Background Color

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

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

This div background color is #96A79E.

Border color

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

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

This div border color is #96A79E.

Opacity

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

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

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

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

This text has shadow with #96A79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A79E.

Preview

Color preview on black background

This text has color #96A79E on black background.


Color preview on white background

This text has color #96A79E on white background.


Black color preview on #96A79E background

This text has black color on #96A79E background.


White color preview on #96A79E background

This text has white color on #96A79E background.


Related colors

Complementary color

Complementary color for #hex is #695861.


I love getcolorcode.com

Triadic colors

1 #9E96A7 and #A79E96 with #96A79E are triadic colors.

2 #9EA796 and #A7969E with #96A79E are triadic colors.