COLOR #96AC95

HEX: #96AC95
RGB: (150,172,149)

Color info

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

RGB color model

#96AC95 color RGB value is (150,172,149).

  • red value is 150;
  • green value is 172;
  • blue value is 149.
RGB:
(150,172,149)
(59%,67%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 172 of 255 = 67%
B 149 of 255 = 58%

150
172
149

R + G + B ~ 61%. #96AC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 172 + 149 = 471 (100%)
R 150 of 471 ~ 31.85%
G 172 of 471 ~ 36.52%
B 149 of 471 ~ 31.63%

%31.85
%36.52
%31.63

CMYK color model

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

  • cyan value is 12.79%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(13,0,13,33)
C13M0Y13K33 
(13%,0%,13%,33%)
(0.13/0.00/0.13/0.33)	

CMYK percentages

%12.79
%0
%13.37
%32.55

Codes

Color #96AC95 in popluar color models

96AC95
RGB150172149
HSL117°12.17%62.94%
HSB/HSV117°13.37%67.45%
CMYK12.79%0.00%13.37%
32.55%

Color #96AC95 in popluar number systems.

HEX96AC95
Decimal150172149
Binary100101101010110010010101
Octal226254225

Shades and tints

Shades of #96AC95

#96AC95
(150,172,149)
#899D88
(137,157,136)
#7C8E7B
(124,142,123)
#6F7F6E
(111,127,110)
#627061
(98,112,97)
#556154
(85,97,84)
#485247
(72,82,71)
#3B433A
(59,67,58)
#2E342D
(46,52,45)
#212520
(33,37,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96AC95

#96AC95
(150,172,149)
#9FB39E
(159,179,158)
#A8BAA7
(168,186,167)
#B1C1B0
(177,193,176)
#BAC8B9
(186,200,185)
#C3CFC2
(195,207,194)
#CCD6CB
(204,214,203)
#D5DDD4
(213,221,212)
#DEE4DD
(222,228,221)
#E7EBE6
(231,235,230)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AC95; }

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

This text font color is #96AC95.


Background Color

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

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

This div background color is #96AC95.


Border color

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

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

This div border color is #96AC95.


Opacity

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

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

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

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

This text has shadow with #96AC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AC95 on black background.


Color preview on white background

This text has color #96AC95 on white background.



Black color preview on #96AC95 background

This text has black color on #96AC95 background.


White color preview on #96AC95 background

This text has white color on #96AC95 background.