COLOR #96B5BB

HEX: #96B5BB RGB: (150,181,187)

Color info

#96B5BB contains red, green and blue colors in about the same proportion. Web safe color of #96B5BB is #99CCCC (or #9CC).

RGB color model

#96B5BB color RGB value is (150,181,187).

RGB: (150,181,187) (59%, 71%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 187 of 255 = 73%

150
181
187

R + G + B ~ 68%. #96B5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 181 + 187 = 518 (100%)
R 150 of 518 ~ 28.96%
G 181 of 518 ~ 34.94%
B 187 of 518 ~ 36.1'%

%28.96
%34.94
%36.1

CMYK color model

#96B5BB color CMYK value is (20,3,0,27).

  • cyan value is 19.79%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,3,0,27)
C20M3Y0K27 (20%, 3%, 0%, 27%)
(0.20 / 0.03 / 0.00 / 0.27)

CMYK percentages

%19.79
%3.21
%0
%26.67

Codes

Color #96B5BB in popluar color models

96 B5 BB
RGB 150 181 187
HSL 190° 21.39% 66.08%
HSB/HSV 190° 19.79% 73.33%
CMYK 19.79% 3.21% 0.00%
26.67%

Color #96B5BB in popluar number systems.

HEX 96 B5 BB
Decimal 150 181 187
Binary 10010110 10110101 10111011
Octal 226 265 273

Shades and tints

Shades of #96B5BB

#96B5BB
(150,181,187)
#89A5AA
(137,165,170)
#7C9599
(124,149,153)
#6F8588
(111,133,136)
#627577
(98,117,119)
#556566
(85,101,102)
#485555
(72,85,85)
#3B4544
(59,69,68)
#2E3533
(46,53,51)
#212522
(33,37,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #96B5BB

#96B5BB
(150,181,187)
#9FBBC1
(159,187,193)
#A8C1C7
(168,193,199)
#B1C7CD
(177,199,205)
#BACDD3
(186,205,211)
#C3D3D9
(195,211,217)
#CCD9DF
(204,217,223)
#D5DFE5
(213,223,229)
#DEE5EB
(222,229,235)
#E7EBF1
(231,235,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B5BB color. Also use rgb(150,181,187) instead hex code.

Text Font Color

.myTextColor { color: #96B5BB; }

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

This text font color is #96B5BB.

Background Color

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

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

This div background color is #96B5BB.

Border color

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

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

This div border color is #96B5BB.

Opacity

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

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

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

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

This text has shadow with #96B5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B5BB.

Preview

Color preview on black background

This text has color #96B5BB on black background.


Color preview on white background

This text has color #96B5BB on white background.


Black color preview on #96B5BB background

This text has black color on #96B5BB background.


White color preview on #96B5BB background

This text has white color on #96B5BB background.


Related colors

Complementary color

Complementary color for #hex is #694A44.


I love getcolorcode.com

Triadic colors

1 #BB96B5 and #B5BB96 with #96B5BB are triadic colors.

2 #BBB596 and #B596BB with #96B5BB are triadic colors.