COLOR #96BBBC

HEX: #96BBBC RGB: (150,187,188)

Color info

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

RGB color model

#96BBBC color RGB value is (150,187,188).

RGB: (150,187,188) (59%, 73%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 188 of 255 = 74%

150
187
188

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

Portions of RGB colors in percentages

R + G + B = 150 + 187 + 188 = 525 (100%)
R 150 of 525 ~ 28.57%
G 187 of 525 ~ 35.62%
B 188 of 525 ~ 35.81'%

%28.57
%35.62
%35.81

CMYK color model

#96BBBC color CMYK value is (20,1,0,26).

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

CMYK: (20,1,0,26)
C20M1Y0K26 (20%, 1%, 0%, 26%)
(0.20 / 0.01 / 0.00 / 0.26)

CMYK percentages

%20.21
%0.53
%0
%26.27

Codes

Color #96BBBC in popluar color models

96 BB BC
RGB 150 187 188
HSL 182° 22.09% 66.27%
HSB/HSV 182° 20.21% 73.73%
CMYK 20.21% 0.53% 0.00%
26.27%

Color #96BBBC in popluar number systems.

HEX 96 BB BC
Decimal 150 187 188
Binary 10010110 10111011 10111100
Octal 226 273 274

Shades and tints

Shades of #96BBBC

#96BBBC
(150,187,188)
#89AAAB
(137,170,171)
#7C999A
(124,153,154)
#6F8889
(111,136,137)
#627778
(98,119,120)
#556667
(85,102,103)
#485556
(72,85,86)
#3B4445
(59,68,69)
#2E3334
(46,51,52)
#212223
(33,34,35)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #96BBBC

#96BBBC
(150,187,188)
#9FC1C2
(159,193,194)
#A8C7C8
(168,199,200)
#B1CDCE
(177,205,206)
#BAD3D4
(186,211,212)
#C3D9DA
(195,217,218)
#CCDFE0
(204,223,224)
#D5E5E6
(213,229,230)
#DEEBEC
(222,235,236)
#E7F1F2
(231,241,242)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BBBC; }

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

This text font color is #96BBBC.

Background Color

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

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

This div background color is #96BBBC.

Border color

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

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

This div border color is #96BBBC.

Opacity

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

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

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

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

This text has shadow with #96BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BBBC.

Preview

Color preview on black background

This text has color #96BBBC on black background.


Color preview on white background

This text has color #96BBBC on white background.


Black color preview on #96BBBC background

This text has black color on #96BBBC background.


White color preview on #96BBBC background

This text has white color on #96BBBC background.


Related colors

Complementary color

Complementary color for #hex is #694443.


I love getcolorcode.com

Triadic colors

1 #BC96BB and #BBBC96 with #96BBBC are triadic colors.

2 #BCBB96 and #BB96BC with #96BBBC are triadic colors.