COLOR #96AF96

HEX: #96AF96
RGB: (150,175,150)

Color info

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

RGB color model

#96AF96 color RGB value is (150,175,150).

  • red value is 150;
  • green value is 175;
  • blue value is 150.
RGB:
(150,175,150)
(59%,69%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 150 of 255 = 59%

150
175
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 150 = 475 (100%)
R 150 of 475 ~ 31.58%
G 175 of 475 ~ 36.84%
B 150 of 475 ~ 31.58%

%31.58
%36.84
%31.58

CMYK color model

#96AF96 color CMYK value is (14,0,14,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(14,0,14,31)
C14M0Y14K31 
(14%,0%,14%,31%)
(0.14/0.00/0.14/0.31)	

CMYK percentages

%14.29
%0
%14.29
%31.37

Codes

Color #96AF96 in popluar color models

96AF96
RGB150175150
HSL120°13.51%63.73%
HSB/HSV120°14.29%68.63%
CMYK14.29%0.00%14.29%
31.37%

Color #96AF96 in popluar number systems.

HEX96AF96
Decimal150175150
Binary100101101010111110010110
Octal226257226

Shades and tints

Shades of #96AF96

#96AF96
(150,175,150)
#89A089
(137,160,137)
#7C917C
(124,145,124)
#6F826F
(111,130,111)
#627362
(98,115,98)
#556455
(85,100,85)
#485548
(72,85,72)
#3B463B
(59,70,59)
#2E372E
(46,55,46)
#212821
(33,40,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96AF96

#96AF96
(150,175,150)
#9FB69F
(159,182,159)
#A8BDA8
(168,189,168)
#B1C4B1
(177,196,177)
#BACBBA
(186,203,186)
#C3D2C3
(195,210,195)
#CCD9CC
(204,217,204)
#D5E0D5
(213,224,213)
#DEE7DE
(222,231,222)
#E7EEE7
(231,238,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AF96; }

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

This text font color is #96AF96.


Background Color

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

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

This div background color is #96AF96.


Border color

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

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

This div border color is #96AF96.


Opacity

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

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

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

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

This text has shadow with #96AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF96 on black background.


Color preview on white background

This text has color #96AF96 on white background.



Black color preview on #96AF96 background

This text has black color on #96AF96 background.


White color preview on #96AF96 background

This text has white color on #96AF96 background.