COLOR #96B1CC

HEX: #96B1CC RGB: (150,177,204)

Color info

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

RGB color model

#96B1CC color RGB value is (150,177,204).

RGB: (150,177,204) (59%, 69%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 204 of 255 = 80%

150
177
204

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

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 204 = 531 (100%)
R 150 of 531 ~ 28.25%
G 177 of 531 ~ 33.33%
B 204 of 531 ~ 38.42'%

%28.25
%33.33
%38.42

CMYK color model

#96B1CC color CMYK value is (26,13,0,20).

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

CMYK: (26,13,0,20)
C26M13Y0K20 (26%, 13%, 0%, 20%)
(0.26 / 0.13 / 0.00 / 0.20)

CMYK percentages

%26.47
%13.24
%0
%20

Codes

Color #96B1CC in popluar color models

96 B1 CC
RGB 150 177 204
HSL 210° 34.62% 69.41%
HSB/HSV 210° 26.47% 80.00%
CMYK 26.47% 13.24% 0.00%
20.00%

Color #96B1CC in popluar number systems.

HEX 96 B1 CC
Decimal 150 177 204
Binary 10010110 10110001 11001100
Octal 226 261 314

Shades and tints

Shades of #96B1CC

#96B1CC
(150,177,204)
#89A1BA
(137,161,186)
#7C91A8
(124,145,168)
#6F8196
(111,129,150)
#627184
(98,113,132)
#556172
(85,97,114)
#485160
(72,81,96)
#3B414E
(59,65,78)
#2E313C
(46,49,60)
#21212A
(33,33,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #96B1CC

#96B1CC
(150,177,204)
#9FB8D0
(159,184,208)
#A8BFD4
(168,191,212)
#B1C6D8
(177,198,216)
#BACDDC
(186,205,220)
#C3D4E0
(195,212,224)
#CCDBE4
(204,219,228)
#D5E2E8
(213,226,232)
#DEE9EC
(222,233,236)
#E7F0F0
(231,240,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B1CC; }

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

This text font color is #96B1CC.

Background Color

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

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

This div background color is #96B1CC.

Border color

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

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

This div border color is #96B1CC.

Opacity

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

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

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

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

This text has shadow with #96B1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B1CC.

Preview

Color preview on black background

This text has color #96B1CC on black background.


Color preview on white background

This text has color #96B1CC on white background.


Black color preview on #96B1CC background

This text has black color on #96B1CC background.


White color preview on #96B1CC background

This text has white color on #96B1CC background.


Related colors

Complementary color

Complementary color for #hex is #694E33.


I love getcolorcode.com

Triadic colors

1 #CC96B1 and #B1CC96 with #96B1CC are triadic colors.

2 #CCB196 and #B196CC with #96B1CC are triadic colors.