COLOR #96A29B

HEX: #96A29B RGB: (150,162,155)

Color info

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

RGB color model

#96A29B color RGB value is (150,162,155).

RGB: (150,162,155) (59%, 64%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 162 of 255 = 64%
B 155 of 255 = 61%

150
162
155

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

Portions of RGB colors in percentages

R + G + B = 150 + 162 + 155 = 467 (100%)
R 150 of 467 ~ 32.12%
G 162 of 467 ~ 34.69%
B 155 of 467 ~ 33.19'%

%32.12
%34.69
%33.19

CMYK color model

#96A29B color CMYK value is (7,0,4,36).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 36.47%

CMYK: (7,0,4,36)
C7M0Y4K36 (7%, 0%, 4%, 36%)
(0.07 / 0.00 / 0.04 / 0.36)

CMYK percentages

%7.41
%0
%4.32
%36.47

Codes

Color #96A29B in popluar color models

96 A2 9B
RGB 150 162 155
HSL 145° 6.06% 61.18%
HSB/HSV 145° 7.41% 63.53%
CMYK 7.41% 0.00% 4.32%
36.47%

Color #96A29B in popluar number systems.

HEX 96 A2 9B
Decimal 150 162 155
Binary 10010110 10100010 10011011
Octal 226 242 233

Shades and tints

Shades of #96A29B

#96A29B
(150,162,155)
#89948D
(137,148,141)
#7C867F
(124,134,127)
#6F7871
(111,120,113)
#626A63
(98,106,99)
#555C55
(85,92,85)
#484E47
(72,78,71)
#3B4039
(59,64,57)
#2E322B
(46,50,43)
#21241D
(33,36,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96A29B

#96A29B
(150,162,155)
#9FAAA4
(159,170,164)
#A8B2AD
(168,178,173)
#B1BAB6
(177,186,182)
#BAC2BF
(186,194,191)
#C3CAC8
(195,202,200)
#CCD2D1
(204,210,209)
#D5DADA
(213,218,218)
#DEE2E3
(222,226,227)
#E7EAEC
(231,234,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A29B; }

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

This text font color is #96A29B.

Background Color

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

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

This div background color is #96A29B.

Border color

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

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

This div border color is #96A29B.

Opacity

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

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

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

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

This text has shadow with #96A29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96A29B.

Preview

Color preview on black background

This text has color #96A29B on black background.


Color preview on white background

This text has color #96A29B on white background.


Black color preview on #96A29B background

This text has black color on #96A29B background.


White color preview on #96A29B background

This text has white color on #96A29B background.


Related colors

Complementary color

Complementary color for #hex is #695D64.


I love getcolorcode.com

Triadic colors

1 #9B96A2 and #A29B96 with #96A29B are triadic colors.

2 #9BA296 and #A2969B with #96A29B are triadic colors.