COLOR #96A89B

HEX: #96A89B
RGB: (150,168,155)

Color info

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

RGB color model

#96A89B color RGB value is (150,168,155).

  • red value is 150;
  • green value is 168;
  • blue value is 155.
RGB:
(150,168,155)
(59%,66%,61%)

RGB channels and saturation

R 150 of 255 = 59%
G 168 of 255 = 66%
B 155 of 255 = 61%

150
168
155

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

Portions of RGB colors in percentages

R + G + B =
150 + 168 + 155 = 473 (100%)
R 150 of 473 ~ 31.71%
G 168 of 473 ~ 35.52%
B 155 of 473 ~ 32.77%

%31.71
%35.52
%32.77

CMYK color model

#96A89B color CMYK value is (11,0,8,34).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(11,0,8,34)
C11M0Y8K34 
(11%,0%,8%,34%)
(0.11/0.00/0.08/0.34)	

CMYK percentages

%10.71
%0
%7.74
%34.12

Codes

Color #96A89B in popluar color models

96A89B
RGB150168155
HSL137°9.38%62.35%
HSB/HSV137°10.71%65.88%
CMYK10.71%0.00%7.74%
34.12%

Color #96A89B in popluar number systems.

HEX96A89B
Decimal150168155
Binary100101101010100010011011
Octal226250233

Shades and tints

Shades of #96A89B

#96A89B
(150,168,155)
#89998D
(137,153,141)
#7C8A7F
(124,138,127)
#6F7B71
(111,123,113)
#626C63
(98,108,99)
#555D55
(85,93,85)
#484E47
(72,78,71)
#3B3F39
(59,63,57)
#2E302B
(46,48,43)
#21211D
(33,33,29)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96A89B

#96A89B
(150,168,155)
#9FAFA4
(159,175,164)
#A8B6AD
(168,182,173)
#B1BDB6
(177,189,182)
#BAC4BF
(186,196,191)
#C3CBC8
(195,203,200)
#CCD2D1
(204,210,209)
#D5D9DA
(213,217,218)
#DEE0E3
(222,224,227)
#E7E7EC
(231,231,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A89B color. Also use rgb(150,168,155) instead hex code.

Text Font Color

.myTextColor { color: #96A89B; }

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

This text font color is #96A89B.


Background Color

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

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

This div background color is #96A89B.


Border color

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

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

This div border color is #96A89B.


Opacity

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

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

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

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

This text has shadow with #96A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A89B on black background.


Color preview on white background

This text has color #96A89B on white background.



Black color preview on #96A89B background

This text has black color on #96A89B background.


White color preview on #96A89B background

This text has white color on #96A89B background.