COLOR #96B2A5

HEX: #96B2A5 RGB: (150,178,165)

Color info

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

RGB color model

#96B2A5 color RGB value is (150,178,165).

RGB: (150,178,165) (59%, 70%, 65%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 165 of 255 = 65%

150
178
165

R + G + B ~ 65%. #96B2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 165 = 493 (100%)
R 150 of 493 ~ 30.43%
G 178 of 493 ~ 36.11%
B 165 of 493 ~ 33.47'%

%30.43
%36.11
%33.47

CMYK color model

#96B2A5 color CMYK value is (16,0,7,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%

CMYK: (16,0,7,30)
C16M0Y7K30 (16%, 0%, 7%, 30%)
(0.16 / 0.00 / 0.07 / 0.30)

CMYK percentages

%15.73
%0
%7.3
%30.2

Codes

Color #96B2A5 in popluar color models

96 B2 A5
RGB 150 178 165
HSL 152° 15.38% 64.31%
HSB/HSV 152° 15.73% 69.80%
CMYK 15.73% 0.00% 7.30%
30.20%

Color #96B2A5 in popluar number systems.

HEX 96 B2 A5
Decimal 150 178 165
Binary 10010110 10110010 10100101
Octal 226 262 245

Shades and tints

Shades of #96B2A5

#96B2A5
(150,178,165)
#89A296
(137,162,150)
#7C9287
(124,146,135)
#6F8278
(111,130,120)
#627269
(98,114,105)
#55625A
(85,98,90)
#48524B
(72,82,75)
#3B423C
(59,66,60)
#2E322D
(46,50,45)
#21221E
(33,34,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96B2A5

#96B2A5
(150,178,165)
#9FB9AD
(159,185,173)
#A8C0B5
(168,192,181)
#B1C7BD
(177,199,189)
#BACEC5
(186,206,197)
#C3D5CD
(195,213,205)
#CCDCD5
(204,220,213)
#D5E3DD
(213,227,221)
#DEEAE5
(222,234,229)
#E7F1ED
(231,241,237)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B2A5 color. Also use rgb(150,178,165) instead hex code.

Text Font Color

.myTextColor { color: #96B2A5; }

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

This text font color is #96B2A5.

Background Color

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

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

This div background color is #96B2A5.

Border color

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

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

This div border color is #96B2A5.

Opacity

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

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

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

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

This text has shadow with #96B2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B2A5.

Preview

Color preview on black background

This text has color #96B2A5 on black background.


Color preview on white background

This text has color #96B2A5 on white background.


Black color preview on #96B2A5 background

This text has black color on #96B2A5 background.


White color preview on #96B2A5 background

This text has white color on #96B2A5 background.


Related colors

Complementary color

Complementary color for #hex is #694D5A.


I love getcolorcode.com

Triadic colors

1 #A596B2 and #B2A596 with #96B2A5 are triadic colors.

2 #A5B296 and #B296A5 with #96B2A5 are triadic colors.