COLOR #96AE94

HEX: #96AE94
RGB: (150,174,148)

Color info

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

RGB color model

#96AE94 color RGB value is (150,174,148).

  • red value is 150;
  • green value is 174;
  • blue value is 148.
RGB:
(150,174,148)
(59%,68%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 174 of 255 = 68%
B 148 of 255 = 58%

150
174
148

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 148 = 472 (100%)
R 150 of 472 ~ 31.78%
G 174 of 472 ~ 36.86%
B 148 of 472 ~ 31.36%

%31.78
%36.86
%31.36

CMYK color model

#96AE94 color CMYK value is (14,0,15,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(14,0,15,32)
C14M0Y15K32 
(14%,0%,15%,32%)
(0.14/0.00/0.15/0.32)	

CMYK percentages

%13.79
%0
%14.94
%31.76

Codes

Color #96AE94 in popluar color models

96AE94
RGB150174148
HSL115°13.83%63.14%
HSB/HSV115°14.94%68.24%
CMYK13.79%0.00%14.94%
31.76%

Color #96AE94 in popluar number systems.

HEX96AE94
Decimal150174148
Binary100101101010111010010100
Octal226256224

Shades and tints

Shades of #96AE94

#96AE94
(150,174,148)
#899F87
(137,159,135)
#7C907A
(124,144,122)
#6F816D
(111,129,109)
#627260
(98,114,96)
#556353
(85,99,83)
#485446
(72,84,70)
#3B4539
(59,69,57)
#2E362C
(46,54,44)
#21271F
(33,39,31)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96AE94

#96AE94
(150,174,148)
#9FB59D
(159,181,157)
#A8BCA6
(168,188,166)
#B1C3AF
(177,195,175)
#BACAB8
(186,202,184)
#C3D1C1
(195,209,193)
#CCD8CA
(204,216,202)
#D5DFD3
(213,223,211)
#DEE6DC
(222,230,220)
#E7EDE5
(231,237,229)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE94; }

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

This text font color is #96AE94.


Background Color

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

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

This div background color is #96AE94.


Border color

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

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

This div border color is #96AE94.


Opacity

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

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

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

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

This text has shadow with #96AE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE94 on black background.


Color preview on white background

This text has color #96AE94 on white background.



Black color preview on #96AE94 background

This text has black color on #96AE94 background.


White color preview on #96AE94 background

This text has white color on #96AE94 background.