COLOR #96BACB

HEX: #96BACB RGB: (150,186,203)

Color info

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

RGB color model

#96BACB color RGB value is (150,186,203).

RGB: (150,186,203) (59%, 73%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 203 of 255 = 80%

150
186
203

R + G + B ~ 71%. #96BACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 186 + 203 = 539 (100%)
R 150 of 539 ~ 27.83%
G 186 of 539 ~ 34.51%
B 203 of 539 ~ 37.66'%

%27.83
%34.51
%37.66

CMYK color model

#96BACB color CMYK value is (26,8,0,20).

  • cyan value is 26.11%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (26,8,0,20)
C26M8Y0K20 (26%, 8%, 0%, 20%)
(0.26 / 0.08 / 0.00 / 0.20)

CMYK percentages

%26.11
%8.37
%0
%20.39

Codes

Color #96BACB in popluar color models

96 BA CB
RGB 150 186 203
HSL 199° 33.76% 69.22%
HSB/HSV 199° 26.11% 79.61%
CMYK 26.11% 8.37% 0.00%
20.39%

Color #96BACB in popluar number systems.

HEX 96 BA CB
Decimal 150 186 203
Binary 10010110 10111010 11001011
Octal 226 272 313

Shades and tints

Shades of #96BACB

#96BACB
(150,186,203)
#89AAB9
(137,170,185)
#7C9AA7
(124,154,167)
#6F8A95
(111,138,149)
#627A83
(98,122,131)
#556A71
(85,106,113)
#485A5F
(72,90,95)
#3B4A4D
(59,74,77)
#2E3A3B
(46,58,59)
#212A29
(33,42,41)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #96BACB

#96BACB
(150,186,203)
#9FC0CF
(159,192,207)
#A8C6D3
(168,198,211)
#B1CCD7
(177,204,215)
#BAD2DB
(186,210,219)
#C3D8DF
(195,216,223)
#CCDEE3
(204,222,227)
#D5E4E7
(213,228,231)
#DEEAEB
(222,234,235)
#E7F0EF
(231,240,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BACB color. Also use rgb(150,186,203) instead hex code.

Text Font Color

.myTextColor { color: #96BACB; }

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

This text font color is #96BACB.

Background Color

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

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

This div background color is #96BACB.

Border color

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

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

This div border color is #96BACB.

Opacity

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

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

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

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

This text has shadow with #96BACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BACB.

Preview

Color preview on black background

This text has color #96BACB on black background.


Color preview on white background

This text has color #96BACB on white background.


Black color preview on #96BACB background

This text has black color on #96BACB background.


White color preview on #96BACB background

This text has white color on #96BACB background.


Related colors

Complementary color

Complementary color for #hex is #694534.


I love getcolorcode.com

Triadic colors

1 #CB96BA and #BACB96 with #96BACB are triadic colors.

2 #CBBA96 and #BA96CB with #96BACB are triadic colors.