COLOR #96BCC1

HEX: #96BCC1 RGB: (150,188,193)

Color info

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

RGB color model

#96BCC1 color RGB value is (150,188,193).

RGB: (150,188,193) (59%, 74%, 76%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 193 of 255 = 76%

150
188
193

R + G + B ~ 70%. #96BCC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 193 = 531 (100%)
R 150 of 531 ~ 28.25%
G 188 of 531 ~ 35.4%
B 193 of 531 ~ 36.35'%

%28.25
%35.4
%36.35

CMYK color model

#96BCC1 color CMYK value is (22,3,0,24).

  • cyan value is 22.28%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (22,3,0,24)
C22M3Y0K24 (22%, 3%, 0%, 24%)
(0.22 / 0.03 / 0.00 / 0.24)

CMYK percentages

%22.28
%2.59
%0
%24.31

Codes

Color #96BCC1 in popluar color models

96 BC C1
RGB 150 188 193
HSL 187° 25.75% 67.25%
HSB/HSV 187° 22.28% 75.69%
CMYK 22.28% 2.59% 0.00%
24.31%

Color #96BCC1 in popluar number systems.

HEX 96 BC C1
Decimal 150 188 193
Binary 10010110 10111100 11000001
Octal 226 274 301

Shades and tints

Shades of #96BCC1

#96BCC1
(150,188,193)
#89ABB0
(137,171,176)
#7C9A9F
(124,154,159)
#6F898E
(111,137,142)
#62787D
(98,120,125)
#55676C
(85,103,108)
#48565B
(72,86,91)
#3B454A
(59,69,74)
#2E3439
(46,52,57)
#212328
(33,35,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #96BCC1

#96BCC1
(150,188,193)
#9FC2C6
(159,194,198)
#A8C8CB
(168,200,203)
#B1CED0
(177,206,208)
#BAD4D5
(186,212,213)
#C3DADA
(195,218,218)
#CCE0DF
(204,224,223)
#D5E6E4
(213,230,228)
#DEECE9
(222,236,233)
#E7F2EE
(231,242,238)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCC1; }

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

This text font color is #96BCC1.

Background Color

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

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

This div background color is #96BCC1.

Border color

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

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

This div border color is #96BCC1.

Opacity

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

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

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

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

This text has shadow with #96BCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCC1.

Preview

Color preview on black background

This text has color #96BCC1 on black background.


Color preview on white background

This text has color #96BCC1 on white background.


Black color preview on #96BCC1 background

This text has black color on #96BCC1 background.


White color preview on #96BCC1 background

This text has white color on #96BCC1 background.


Related colors

Complementary color

Complementary color for #hex is #69433E.


I love getcolorcode.com

Triadic colors

1 #C196BC and #BCC196 with #96BCC1 are triadic colors.

2 #C1BC96 and #BC96C1 with #96BCC1 are triadic colors.