COLOR #96B9CC

HEX: #96B9CC RGB: (150,185,204)

Color info

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

RGB color model

#96B9CC color RGB value is (150,185,204).

RGB: (150,185,204) (59%, 73%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 204 of 255 = 80%

150
185
204

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

Portions of RGB colors in percentages

R + G + B = 150 + 185 + 204 = 539 (100%)
R 150 of 539 ~ 27.83%
G 185 of 539 ~ 34.32%
B 204 of 539 ~ 37.85'%

%27.83
%34.32
%37.85

CMYK color model

#96B9CC color CMYK value is (26,9,0,20).

  • cyan value is 26.47%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (26,9,0,20)
C26M9Y0K20 (26%, 9%, 0%, 20%)
(0.26 / 0.09 / 0.00 / 0.20)

CMYK percentages

%26.47
%9.31
%0
%20

Codes

Color #96B9CC in popluar color models

96 B9 CC
RGB 150 185 204
HSL 201° 34.62% 69.41%
HSB/HSV 201° 26.47% 80.00%
CMYK 26.47% 9.31% 0.00%
20.00%

Color #96B9CC in popluar number systems.

HEX 96 B9 CC
Decimal 150 185 204
Binary 10010110 10111001 11001100
Octal 226 271 314

Shades and tints

Shades of #96B9CC

#96B9CC
(150,185,204)
#89A9BA
(137,169,186)
#7C99A8
(124,153,168)
#6F8996
(111,137,150)
#627984
(98,121,132)
#556972
(85,105,114)
#485960
(72,89,96)
#3B494E
(59,73,78)
#2E393C
(46,57,60)
#21292A
(33,41,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #96B9CC

#96B9CC
(150,185,204)
#9FBFD0
(159,191,208)
#A8C5D4
(168,197,212)
#B1CBD8
(177,203,216)
#BAD1DC
(186,209,220)
#C3D7E0
(195,215,224)
#CCDDE4
(204,221,228)
#D5E3E8
(213,227,232)
#DEE9EC
(222,233,236)
#E7EFF0
(231,239,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B9CC; }

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

This text font color is #96B9CC.

Background Color

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

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

This div background color is #96B9CC.

Border color

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

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

This div border color is #96B9CC.

Opacity

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

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

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

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

This text has shadow with #96B9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B9CC.

Preview

Color preview on black background

This text has color #96B9CC on black background.


Color preview on white background

This text has color #96B9CC on white background.


Black color preview on #96B9CC background

This text has black color on #96B9CC background.


White color preview on #96B9CC background

This text has white color on #96B9CC background.


Related colors

Complementary color

Complementary color for #hex is #694633.


I love getcolorcode.com

Triadic colors

1 #CC96B9 and #B9CC96 with #96B9CC are triadic colors.

2 #CCB996 and #B996CC with #96B9CC are triadic colors.