COLOR #96B8BC

HEX: #96B8BC RGB: (150,184,188)

Color info

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

RGB color model

#96B8BC color RGB value is (150,184,188).

RGB: (150,184,188) (59%, 72%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 184 of 255 = 72%
B 188 of 255 = 74%

150
184
188

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

Portions of RGB colors in percentages

R + G + B = 150 + 184 + 188 = 522 (100%)
R 150 of 522 ~ 28.74%
G 184 of 522 ~ 35.25%
B 188 of 522 ~ 36.02'%

%28.74
%35.25
%36.02

CMYK color model

#96B8BC color CMYK value is (20,2,0,26).

  • cyan value is 20.21%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (20,2,0,26)
C20M2Y0K26 (20%, 2%, 0%, 26%)
(0.20 / 0.02 / 0.00 / 0.26)

CMYK percentages

%20.21
%2.13
%0
%26.27

Codes

Color #96B8BC in popluar color models

96 B8 BC
RGB 150 184 188
HSL 186° 22.09% 66.27%
HSB/HSV 186° 20.21% 73.73%
CMYK 20.21% 2.13% 0.00%
26.27%

Color #96B8BC in popluar number systems.

HEX 96 B8 BC
Decimal 150 184 188
Binary 10010110 10111000 10111100
Octal 226 270 274

Shades and tints

Shades of #96B8BC

#96B8BC
(150,184,188)
#89A8AB
(137,168,171)
#7C989A
(124,152,154)
#6F8889
(111,136,137)
#627878
(98,120,120)
#556867
(85,104,103)
#485856
(72,88,86)
#3B4845
(59,72,69)
#2E3834
(46,56,52)
#212823
(33,40,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96B8BC

#96B8BC
(150,184,188)
#9FBEC2
(159,190,194)
#A8C4C8
(168,196,200)
#B1CACE
(177,202,206)
#BAD0D4
(186,208,212)
#C3D6DA
(195,214,218)
#CCDCE0
(204,220,224)
#D5E2E6
(213,226,230)
#DEE8EC
(222,232,236)
#E7EEF2
(231,238,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B8BC color. Also use rgb(150,184,188) instead hex code.

Text Font Color

.myTextColor { color: #96B8BC; }

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

This text font color is #96B8BC.

Background Color

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

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

This div background color is #96B8BC.

Border color

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

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

This div border color is #96B8BC.

Opacity

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

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

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

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

This text has shadow with #96B8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B8BC.

Preview

Color preview on black background

This text has color #96B8BC on black background.


Color preview on white background

This text has color #96B8BC on white background.


Black color preview on #96B8BC background

This text has black color on #96B8BC background.


White color preview on #96B8BC background

This text has white color on #96B8BC background.


Related colors

Complementary color

Complementary color for #hex is #694743.


I love getcolorcode.com

Triadic colors

1 #BC96B8 and #B8BC96 with #96B8BC are triadic colors.

2 #BCB896 and #B896BC with #96B8BC are triadic colors.