COLOR #96A88A

HEX: #96A88A
RGB: (150,168,138)

Color info

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

RGB color model

#96A88A color RGB value is (150,168,138).

  • red value is 150;
  • green value is 168;
  • blue value is 138.
RGB:
(150,168,138)
(59%,66%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 138 of 255 = 54%

150
168
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 138 = 456 (100%)
R 150 of 456 ~ 32.89%
G 168 of 456 ~ 36.84%
B 138 of 456 ~ 30.26%

%32.89
%36.84
%30.26

CMYK color model

#96A88A color CMYK value is (11,0,18,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(11,0,18,34)
C11M0Y18K34 
(11%,0%,18%,34%)
(0.11/0.00/0.18/0.34)	

CMYK percentages

%10.71
%0
%17.86
%34.12

Codes

Color #96A88A in popluar color models

96A88A
RGB150168138
HSL96°14.71%60.00%
HSB/HSV96°17.86%65.88%
CMYK10.71%0.00%17.86%
34.12%

Color #96A88A in popluar number systems.

HEX96A88A
Decimal150168138
Binary100101101010100010001010
Octal226250212

Shades and tints

Shades of #96A88A

#96A88A
(150,168,138)
#89997E
(137,153,126)
#7C8A72
(124,138,114)
#6F7B66
(111,123,102)
#626C5A
(98,108,90)
#555D4E
(85,93,78)
#484E42
(72,78,66)
#3B3F36
(59,63,54)
#2E302A
(46,48,42)
#21211E
(33,33,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #96A88A

#96A88A
(150,168,138)
#9FAF94
(159,175,148)
#A8B69E
(168,182,158)
#B1BDA8
(177,189,168)
#BAC4B2
(186,196,178)
#C3CBBC
(195,203,188)
#CCD2C6
(204,210,198)
#D5D9D0
(213,217,208)
#DEE0DA
(222,224,218)
#E7E7E4
(231,231,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A88A; }

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

This text font color is #96A88A.


Background Color

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

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

This div background color is #96A88A.


Border color

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

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

This div border color is #96A88A.


Opacity

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

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

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

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

This text has shadow with #96A88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A88A on black background.


Color preview on white background

This text has color #96A88A on white background.



Black color preview on #96A88A background

This text has black color on #96A88A background.


White color preview on #96A88A background

This text has white color on #96A88A background.