COLOR #96A98E

HEX: #96A98E
RGB: (150,169,142)

Color info

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

RGB color model

#96A98E color RGB value is (150,169,142).

  • red value is 150;
  • green value is 169;
  • blue value is 142.
RGB:
(150,169,142)
(59%,66%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 169 of 255 = 66%
B 142 of 255 = 56%

150
169
142

R + G + B ~ 60%. #96A98E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 169 + 142 = 461 (100%)
R 150 of 461 ~ 32.54%
G 169 of 461 ~ 36.66%
B 142 of 461 ~ 30.8%

%32.54
%36.66
%30.8

CMYK color model

#96A98E color CMYK value is (11,0,16,34).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 33.73%
CMYK:
(11,0,16,34)
C11M0Y16K34 
(11%,0%,16%,34%)
(0.11/0.00/0.16/0.34)	

CMYK percentages

%11.24
%0
%15.98
%33.73

Codes

Color #96A98E in popluar color models

96A98E
RGB150169142
HSL102°13.57%60.98%
HSB/HSV102°15.98%66.27%
CMYK11.24%0.00%15.98%
33.73%

Color #96A98E in popluar number systems.

HEX96A98E
Decimal150169142
Binary100101101010100110001110
Octal226251216

Shades and tints

Shades of #96A98E

#96A98E
(150,169,142)
#899A82
(137,154,130)
#7C8B76
(124,139,118)
#6F7C6A
(111,124,106)
#626D5E
(98,109,94)
#555E52
(85,94,82)
#484F46
(72,79,70)
#3B403A
(59,64,58)
#2E312E
(46,49,46)
#212222
(33,34,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #96A98E

#96A98E
(150,169,142)
#9FB098
(159,176,152)
#A8B7A2
(168,183,162)
#B1BEAC
(177,190,172)
#BAC5B6
(186,197,182)
#C3CCC0
(195,204,192)
#CCD3CA
(204,211,202)
#D5DAD4
(213,218,212)
#DEE1DE
(222,225,222)
#E7E8E8
(231,232,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A98E; }

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

This text font color is #96A98E.


Background Color

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

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

This div background color is #96A98E.


Border color

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

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

This div border color is #96A98E.


Opacity

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

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

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

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

This text has shadow with #96A98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A98E on black background.


Color preview on white background

This text has color #96A98E on white background.



Black color preview on #96A98E background

This text has black color on #96A98E background.


White color preview on #96A98E background

This text has white color on #96A98E background.