COLOR #96B9BE

HEX: #96B9BE
RGB: (150,185,190)

Color info

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

RGB color model

#96B9BE color RGB value is (150,185,190).

  • red value is 150;
  • green value is 185;
  • blue value is 190.
RGB: (150,185,190) (59%,73%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 190 of 255 = 75%

150
185
190

R + G + B ~ 69%. #96B9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 185 + 190 = 525 (100%)
R 150 of 525 ~ 28.57%
G 185 of 525 ~ 35.24%
B 190 of 525 ~ 36.19%

%28.57
%35.24
%36.19

CMYK color model

#96B9BE color CMYK value is (21,3,0,25).

  • cyan value is 21.05%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (21,3,0,25) C21M3Y0K25 (21%,3%,0%,25%) (0.21/0.03/0.00/0.25)

CMYK percentages

%21.05
%2.63
%0
%25.49

Codes

Color #96B9BE in popluar color models

96B9BE
RGB150185190
HSL188°23.53%66.67%
HSB/HSV188°21.05%74.51%
CMYK21.05%2.63%0.00%
25.49%

Color #96B9BE in popluar number systems.

HEX96B9BE
Decimal150185190
Binary100101101011100110111110
Octal226271276

Shades and tints

Shades of #96B9BE

#96B9BE
(150,185,190)
#89A9AD
(137,169,173)
#7C999C
(124,153,156)
#6F898B
(111,137,139)
#62797A
(98,121,122)
#556969
(85,105,105)
#485958
(72,89,88)
#3B4947
(59,73,71)
#2E3936
(46,57,54)
#212925
(33,41,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96B9BE

#96B9BE
(150,185,190)
#9FBFC3
(159,191,195)
#A8C5C8
(168,197,200)
#B1CBCD
(177,203,205)
#BAD1D2
(186,209,210)
#C3D7D7
(195,215,215)
#CCDDDC
(204,221,220)
#D5E3E1
(213,227,225)
#DEE9E6
(222,233,230)
#E7EFEB
(231,239,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B9BE color. Also use rgb(150,185,190) instead hex code.

Text Font Color

.myTextColor { color: #96B9BE; }

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

This text font color is #96B9BE.


Background Color

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

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

This div background color is #96B9BE.


Border color

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

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

This div border color is #96B9BE.


Opacity

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

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

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

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

This text has shadow with #96B9BE color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #96B9BE; -webkit-box-shadow:	1px 1px 3px 2px #96B9BE; box-shadow:	1px 1px 3px 2px #96B9BE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96B9BE; -webkit-box-shadow: 1px 1px 3px 2px #96B9BE; box-shadow:1px 1px 3px 2px #96B9BE;">
Div content here</div>
This div box has shadow with color #96B9BE.

Preview

Color preview on black background

This text has color #96B9BE on black background.


Color preview on white background

This text has color #96B9BE on white background.



Black color preview on #96B9BE background

This text has black color on #96B9BE background.


White color preview on #96B9BE background

This text has white color on #96B9BE background.