COLOR #96B2B3

HEX: #96B2B3 RGB: (150,178,179)

Color info

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

RGB color model

#96B2B3 color RGB value is (150,178,179).

RGB: (150,178,179) (59%, 70%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 179 of 255 = 70%

150
178
179

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

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 179 = 507 (100%)
R 150 of 507 ~ 29.59%
G 178 of 507 ~ 35.11%
B 179 of 507 ~ 35.31'%

%29.59
%35.11
%35.31

CMYK color model

#96B2B3 color CMYK value is (16,1,0,30).

  • cyan value is 16.20%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (16,1,0,30)
C16M1Y0K30 (16%, 1%, 0%, 30%)
(0.16 / 0.01 / 0.00 / 0.30)

CMYK percentages

%16.2
%0.56
%0
%29.8

Codes

Color #96B2B3 in popluar color models

96 B2 B3
RGB 150 178 179
HSL 182° 16.02% 64.51%
HSB/HSV 182° 16.20% 70.20%
CMYK 16.20% 0.56% 0.00%
29.80%

Color #96B2B3 in popluar number systems.

HEX 96 B2 B3
Decimal 150 178 179
Binary 10010110 10110010 10110011
Octal 226 262 263

Shades and tints

Shades of #96B2B3

#96B2B3
(150,178,179)
#89A2A3
(137,162,163)
#7C9293
(124,146,147)
#6F8283
(111,130,131)
#627273
(98,114,115)
#556263
(85,98,99)
#485253
(72,82,83)
#3B4243
(59,66,67)
#2E3233
(46,50,51)
#212223
(33,34,35)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96B2B3

#96B2B3
(150,178,179)
#9FB9B9
(159,185,185)
#A8C0BF
(168,192,191)
#B1C7C5
(177,199,197)
#BACECB
(186,206,203)
#C3D5D1
(195,213,209)
#CCDCD7
(204,220,215)
#D5E3DD
(213,227,221)
#DEEAE3
(222,234,227)
#E7F1E9
(231,241,233)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B2B3; }

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

This text font color is #96B2B3.

Background Color

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

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

This div background color is #96B2B3.

Border color

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

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

This div border color is #96B2B3.

Opacity

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

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

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

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

This text has shadow with #96B2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B2B3.

Preview

Color preview on black background

This text has color #96B2B3 on black background.


Color preview on white background

This text has color #96B2B3 on white background.


Black color preview on #96B2B3 background

This text has black color on #96B2B3 background.


White color preview on #96B2B3 background

This text has white color on #96B2B3 background.


Related colors

Complementary color

Complementary color for #hex is #694D4C.


I love getcolorcode.com

Triadic colors

1 #B396B2 and #B2B396 with #96B2B3 are triadic colors.

2 #B3B296 and #B296B3 with #96B2B3 are triadic colors.