COLOR #96B99E

HEX: #96B99E
RGB: (150,185,158)

Color info

#96B99E contains red, green and blue colors in about the same proportion. Web safe color of #96B99E is #99CC99 (or #9C9).

RGB color model

#96B99E color RGB value is (150,185,158).

  • red value is 150;
  • green value is 185;
  • blue value is 158.
RGB:
(150,185,158)
(59%,73%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 158 of 255 = 62%

150
185
158

R + G + B ~ 65%. #96B99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 158 = 493 (100%)
R 150 of 493 ~ 30.43%
G 185 of 493 ~ 37.53%
B 158 of 493 ~ 32.05%

%30.43
%37.53
%32.05

CMYK color model

#96B99E color CMYK value is (19,0,15,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(19,0,15,27)
C19M0Y15K27 
(19%,0%,15%,27%)
(0.19/0.00/0.15/0.27)	

CMYK percentages

%18.92
%0
%14.59
%27.45

Codes

Color #96B99E in popluar color models

96B99E
RGB150185158
HSL134°20.00%65.69%
HSB/HSV134°18.92%72.55%
CMYK18.92%0.00%14.59%
27.45%

Color #96B99E in popluar number systems.

HEX96B99E
Decimal150185158
Binary100101101011100110011110
Octal226271236

Shades and tints

Shades of #96B99E

#96B99E
(150,185,158)
#89A990
(137,169,144)
#7C9982
(124,153,130)
#6F8974
(111,137,116)
#627966
(98,121,102)
#556958
(85,105,88)
#48594A
(72,89,74)
#3B493C
(59,73,60)
#2E392E
(46,57,46)
#212920
(33,41,32)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #96B99E

#96B99E
(150,185,158)
#9FBFA6
(159,191,166)
#A8C5AE
(168,197,174)
#B1CBB6
(177,203,182)
#BAD1BE
(186,209,190)
#C3D7C6
(195,215,198)
#CCDDCE
(204,221,206)
#D5E3D6
(213,227,214)
#DEE9DE
(222,233,222)
#E7EFE6
(231,239,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B99E; }

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

This text font color is #96B99E.


Background Color

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

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

This div background color is #96B99E.


Border color

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

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

This div border color is #96B99E.


Opacity

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

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

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

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

This text has shadow with #96B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B99E on black background.


Color preview on white background

This text has color #96B99E on white background.



Black color preview on #96B99E background

This text has black color on #96B99E background.


White color preview on #96B99E background

This text has white color on #96B99E background.