COLOR #96B79C

HEX: #96B79C
RGB: (150,183,156)

Color info

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

RGB color model

#96B79C color RGB value is (150,183,156).

  • red value is 150;
  • green value is 183;
  • blue value is 156.
RGB:
(150,183,156)
(59%,72%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 156 of 255 = 61%

150
183
156

R + G + B ~ 64%. #96B79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 183 + 156 = 489 (100%)
R 150 of 489 ~ 30.67%
G 183 of 489 ~ 37.42%
B 156 of 489 ~ 31.9%

%30.67
%37.42
%31.9

CMYK color model

#96B79C color CMYK value is (18,0,15,28).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(18,0,15,28)
C18M0Y15K28 
(18%,0%,15%,28%)
(0.18/0.00/0.15/0.28)	

CMYK percentages

%18.03
%0
%14.75
%28.24

Codes

Color #96B79C in popluar color models

96B79C
RGB150183156
HSL131°18.64%65.29%
HSB/HSV131°18.03%71.76%
CMYK18.03%0.00%14.75%
28.24%

Color #96B79C in popluar number systems.

HEX96B79C
Decimal150183156
Binary100101101011011110011100
Octal226267234

Shades and tints

Shades of #96B79C

#96B79C
(150,183,156)
#89A78E
(137,167,142)
#7C9780
(124,151,128)
#6F8772
(111,135,114)
#627764
(98,119,100)
#556756
(85,103,86)
#485748
(72,87,72)
#3B473A
(59,71,58)
#2E372C
(46,55,44)
#21271E
(33,39,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #96B79C

#96B79C
(150,183,156)
#9FBDA5
(159,189,165)
#A8C3AE
(168,195,174)
#B1C9B7
(177,201,183)
#BACFC0
(186,207,192)
#C3D5C9
(195,213,201)
#CCDBD2
(204,219,210)
#D5E1DB
(213,225,219)
#DEE7E4
(222,231,228)
#E7EDED
(231,237,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B79C color. Also use rgb(150,183,156) instead hex code.

Text Font Color

.myTextColor { color: #96B79C; }

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

This text font color is #96B79C.


Background Color

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

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

This div background color is #96B79C.


Border color

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

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

This div border color is #96B79C.


Opacity

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

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

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

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

This text has shadow with #96B79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B79C on black background.


Color preview on white background

This text has color #96B79C on white background.



Black color preview on #96B79C background

This text has black color on #96B79C background.


White color preview on #96B79C background

This text has white color on #96B79C background.