COLOR #96A09B

HEX: #96A09B RGB: (150,160,155)

Color info

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

RGB color model

#96A09B color RGB value is (150,160,155).

RGB: (150,160,155) (59%, 63%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 160 of 255 = 63%
B 155 of 255 = 61%

150
160
155

R + G + B ~ 61%. #96A09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 160 + 155 = 465 (100%)
R 150 of 465 ~ 32.26%
G 160 of 465 ~ 34.41%
B 155 of 465 ~ 33.33'%

%32.26
%34.41
%33.33

CMYK color model

#96A09B color CMYK value is (6,0,3,37).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%

CMYK: (6,0,3,37)
C6M0Y3K37 (6%, 0%, 3%, 37%)
(0.06 / 0.00 / 0.03 / 0.37)

CMYK percentages

%6.25
%0
%3.13
%37.25

Codes

Color #96A09B in popluar color models

96 A0 9B
RGB 150 160 155
HSL 150° 5.00% 60.78%
HSB/HSV 150° 6.25% 62.75%
CMYK 6.25% 0.00% 3.13%
37.25%

Color #96A09B in popluar number systems.

HEX 96 A0 9B
Decimal 150 160 155
Binary 10010110 10100000 10011011
Octal 226 240 233

Shades and tints

Shades of #96A09B

#96A09B
(150,160,155)
#89928D
(137,146,141)
#7C847F
(124,132,127)
#6F7671
(111,118,113)
#626863
(98,104,99)
#555A55
(85,90,85)
#484C47
(72,76,71)
#3B3E39
(59,62,57)
#2E302B
(46,48,43)
#21221D
(33,34,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #96A09B

#96A09B
(150,160,155)
#9FA8A4
(159,168,164)
#A8B0AD
(168,176,173)
#B1B8B6
(177,184,182)
#BAC0BF
(186,192,191)
#C3C8C8
(195,200,200)
#CCD0D1
(204,208,209)
#D5D8DA
(213,216,218)
#DEE0E3
(222,224,227)
#E7E8EC
(231,232,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A09B; }

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

This text font color is #96A09B.

Background Color

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

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

This div background color is #96A09B.

Border color

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

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

This div border color is #96A09B.

Opacity

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

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

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

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

This text has shadow with #96A09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A09B.

Preview

Color preview on black background

This text has color #96A09B on black background.


Color preview on white background

This text has color #96A09B on white background.


Black color preview on #96A09B background

This text has black color on #96A09B background.


White color preview on #96A09B background

This text has white color on #96A09B background.


Related colors

Complementary color

Complementary color for #hex is #695F64.


I love getcolorcode.com

Triadic colors

1 #9B96A0 and #A09B96 with #96A09B are triadic colors.

2 #9BA096 and #A0969B with #96A09B are triadic colors.