COLOR #96B19A

HEX: #96B19A
RGB: (150,177,154)

Color info

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

RGB color model

#96B19A color RGB value is (150,177,154).

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

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 154 of 255 = 60%

150
177
154

R + G + B ~ 63%. #96B19A is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 177 + 154 = 481 (100%)
R 150 of 481 ~ 31.19%
G 177 of 481 ~ 36.8%
B 154 of 481 ~ 32.02%

%31.19
%36.8
%32.02

CMYK color model

#96B19A color CMYK value is (15,0,13,31).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(15,0,13,31)
C15M0Y13K31 
(15%,0%,13%,31%)
(0.15/0.00/0.13/0.31)	

CMYK percentages

%15.25
%0
%12.99
%30.59

Codes

Color #96B19A in popluar color models

96B19A
RGB150177154
HSL129°14.75%64.12%
HSB/HSV129°15.25%69.41%
CMYK15.25%0.00%12.99%
30.59%

Color #96B19A in popluar number systems.

HEX96B19A
Decimal150177154
Binary100101101011000110011010
Octal226261232

Shades and tints

Shades of #96B19A

#96B19A
(150,177,154)
#89A18C
(137,161,140)
#7C917E
(124,145,126)
#6F8170
(111,129,112)
#627162
(98,113,98)
#556154
(85,97,84)
#485146
(72,81,70)
#3B4138
(59,65,56)
#2E312A
(46,49,42)
#21211C
(33,33,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #96B19A

#96B19A
(150,177,154)
#9FB8A3
(159,184,163)
#A8BFAC
(168,191,172)
#B1C6B5
(177,198,181)
#BACDBE
(186,205,190)
#C3D4C7
(195,212,199)
#CCDBD0
(204,219,208)
#D5E2D9
(213,226,217)
#DEE9E2
(222,233,226)
#E7F0EB
(231,240,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B19A; }

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

This text font color is #96B19A.


Background Color

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

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

This div background color is #96B19A.


Border color

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

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

This div border color is #96B19A.


Opacity

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

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

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

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

This text has shadow with #96B19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B19A on black background.


Color preview on white background

This text has color #96B19A on white background.



Black color preview on #96B19A background

This text has black color on #96B19A background.


White color preview on #96B19A background

This text has white color on #96B19A background.