COLOR #96B9A9

HEX: #96B9A9
RGB: (150,185,169)

Color info

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

RGB color model

#96B9A9 color RGB value is (150,185,169).

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

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 169 of 255 = 66%

150
185
169

R + G + B ~ 66%. #96B9A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 169 = 504 (100%)
R 150 of 504 ~ 29.76%
G 185 of 504 ~ 36.71%
B 169 of 504 ~ 33.53%

%29.76
%36.71
%33.53

CMYK color model

#96B9A9 color CMYK value is (19,0,9,27).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(19,0,9,27)
C19M0Y9K27 
(19%,0%,9%,27%)
(0.19/0.00/0.09/0.27)	

CMYK percentages

%18.92
%0
%8.65
%27.45

Codes

Color #96B9A9 in popluar color models

96B9A9
RGB150185169
HSL153°20.00%65.69%
HSB/HSV153°18.92%72.55%
CMYK18.92%0.00%8.65%
27.45%

Color #96B9A9 in popluar number systems.

HEX96B9A9
Decimal150185169
Binary100101101011100110101001
Octal226271251

Shades and tints

Shades of #96B9A9

#96B9A9
(150,185,169)
#89A99A
(137,169,154)
#7C998B
(124,153,139)
#6F897C
(111,137,124)
#62796D
(98,121,109)
#55695E
(85,105,94)
#48594F
(72,89,79)
#3B4940
(59,73,64)
#2E3931
(46,57,49)
#212922
(33,41,34)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96B9A9

#96B9A9
(150,185,169)
#9FBFB0
(159,191,176)
#A8C5B7
(168,197,183)
#B1CBBE
(177,203,190)
#BAD1C5
(186,209,197)
#C3D7CC
(195,215,204)
#CCDDD3
(204,221,211)
#D5E3DA
(213,227,218)
#DEE9E1
(222,233,225)
#E7EFE8
(231,239,232)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B9A9; }

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

This text font color is #96B9A9.


Background Color

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

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

This div background color is #96B9A9.


Border color

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

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

This div border color is #96B9A9.


Opacity

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

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

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

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

This text has shadow with #96B9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9A9 on black background.


Color preview on white background

This text has color #96B9A9 on white background.



Black color preview on #96B9A9 background

This text has black color on #96B9A9 background.


White color preview on #96B9A9 background

This text has white color on #96B9A9 background.