COLOR #96B5BD

HEX: #96B5BD RGB: (150,181,189)

Color info

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

RGB color model

#96B5BD color RGB value is (150,181,189).

RGB: (150,181,189) (59%, 71%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 181 of 255 = 71%
B 189 of 255 = 74%

150
181
189

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

Portions of RGB colors in percentages

R + G + B = 150 + 181 + 189 = 520 (100%)
R 150 of 520 ~ 28.85%
G 181 of 520 ~ 34.81%
B 189 of 520 ~ 36.35'%

%28.85
%34.81
%36.35

CMYK color model

#96B5BD color CMYK value is (21,4,0,26).

  • cyan value is 20.63%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (21,4,0,26)
C21M4Y0K26 (21%, 4%, 0%, 26%)
(0.21 / 0.04 / 0.00 / 0.26)

CMYK percentages

%20.63
%4.23
%0
%25.88

Codes

Color #96B5BD in popluar color models

96 B5 BD
RGB 150 181 189
HSL 192° 22.81% 66.47%
HSB/HSV 192° 20.63% 74.12%
CMYK 20.63% 4.23% 0.00%
25.88%

Color #96B5BD in popluar number systems.

HEX 96 B5 BD
Decimal 150 181 189
Binary 10010110 10110101 10111101
Octal 226 265 275

Shades and tints

Shades of #96B5BD

#96B5BD
(150,181,189)
#89A5AC
(137,165,172)
#7C959B
(124,149,155)
#6F858A
(111,133,138)
#627579
(98,117,121)
#556568
(85,101,104)
#485557
(72,85,87)
#3B4546
(59,69,70)
#2E3535
(46,53,53)
#212524
(33,37,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96B5BD

#96B5BD
(150,181,189)
#9FBBC3
(159,187,195)
#A8C1C9
(168,193,201)
#B1C7CF
(177,199,207)
#BACDD5
(186,205,213)
#C3D3DB
(195,211,219)
#CCD9E1
(204,217,225)
#D5DFE7
(213,223,231)
#DEE5ED
(222,229,237)
#E7EBF3
(231,235,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B5BD; }

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

This text font color is #96B5BD.

Background Color

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

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

This div background color is #96B5BD.

Border color

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

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

This div border color is #96B5BD.

Opacity

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

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

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

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

This text has shadow with #96B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B5BD.

Preview

Color preview on black background

This text has color #96B5BD on black background.


Color preview on white background

This text has color #96B5BD on white background.


Black color preview on #96B5BD background

This text has black color on #96B5BD background.


White color preview on #96B5BD background

This text has white color on #96B5BD background.


Related colors

Complementary color

Complementary color for #hex is #694A42.


I love getcolorcode.com

Triadic colors

1 #BD96B5 and #B5BD96 with #96B5BD are triadic colors.

2 #BDB596 and #B596BD with #96B5BD are triadic colors.