COLOR #96AE93

HEX: #96AE93
RGB: (150,174,147)

Color info

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

RGB color model

#96AE93 color RGB value is (150,174,147).

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

RGB channels and saturation

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

150
174
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 174 + 147 = 471 (100%)
R 150 of 471 ~ 31.85%
G 174 of 471 ~ 36.94%
B 147 of 471 ~ 31.21%

%31.85
%36.94
%31.21

CMYK color model

#96AE93 color CMYK value is (14,0,16,32).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(14,0,16,32)
C14M0Y16K32 
(14%,0%,16%,32%)
(0.14/0.00/0.16/0.32)	

CMYK percentages

%13.79
%0
%15.52
%31.76

Codes

Color #96AE93 in popluar color models

96AE93
RGB150174147
HSL113°14.29%62.94%
HSB/HSV113°15.52%68.24%
CMYK13.79%0.00%15.52%
31.76%

Color #96AE93 in popluar number systems.

HEX96AE93
Decimal150174147
Binary100101101010111010010011
Octal226256223

Shades and tints

Shades of #96AE93

#96AE93
(150,174,147)
#899F86
(137,159,134)
#7C9079
(124,144,121)
#6F816C
(111,129,108)
#62725F
(98,114,95)
#556352
(85,99,82)
#485445
(72,84,69)
#3B4538
(59,69,56)
#2E362B
(46,54,43)
#21271E
(33,39,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #96AE93

#96AE93
(150,174,147)
#9FB59C
(159,181,156)
#A8BCA5
(168,188,165)
#B1C3AE
(177,195,174)
#BACAB7
(186,202,183)
#C3D1C0
(195,209,192)
#CCD8C9
(204,216,201)
#D5DFD2
(213,223,210)
#DEE6DB
(222,230,219)
#E7EDE4
(231,237,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AE93; }

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

This text font color is #96AE93.


Background Color

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

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

This div background color is #96AE93.


Border color

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

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

This div border color is #96AE93.


Opacity

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

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

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

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

This text has shadow with #96AE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AE93 on black background.


Color preview on white background

This text has color #96AE93 on white background.



Black color preview on #96AE93 background

This text has black color on #96AE93 background.


White color preview on #96AE93 background

This text has white color on #96AE93 background.