COLOR #96BBC1

HEX: #96BBC1 RGB: (150,187,193)

Color info

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

RGB color model

#96BBC1 color RGB value is (150,187,193).

RGB: (150,187,193) (59%, 73%, 76%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 193 of 255 = 76%

150
187
193

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

Portions of RGB colors in percentages

R + G + B = 150 + 187 + 193 = 530 (100%)
R 150 of 530 ~ 28.3%
G 187 of 530 ~ 35.28%
B 193 of 530 ~ 36.42'%

%28.3
%35.28
%36.42

CMYK color model

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

  • cyan value is 22.28%
  • magenta value is 3.11%
  • 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
%3.11
%0
%24.31

Codes

Color #96BBC1 in popluar color models

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

Color #96BBC1 in popluar number systems.

HEX 96 BB C1
Decimal 150 187 193
Binary 10010110 10111011 11000001
Octal 226 273 301

Shades and tints

Shades of #96BBC1

#96BBC1
(150,187,193)
#89AAB0
(137,170,176)
#7C999F
(124,153,159)
#6F888E
(111,136,142)
#62777D
(98,119,125)
#55666C
(85,102,108)
#48555B
(72,85,91)
#3B444A
(59,68,74)
#2E3339
(46,51,57)
#212228
(33,34,40)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #96BBC1

#96BBC1
(150,187,193)
#9FC1C6
(159,193,198)
#A8C7CB
(168,199,203)
#B1CDD0
(177,205,208)
#BAD3D5
(186,211,213)
#C3D9DA
(195,217,218)
#CCDFDF
(204,223,223)
#D5E5E4
(213,229,228)
#DEEBE9
(222,235,233)
#E7F1EE
(231,241,238)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BBC1; }

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

This text font color is #96BBC1.

Background Color

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

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

This div background color is #96BBC1.

Border color

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

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

This div border color is #96BBC1.

Opacity

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

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

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

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

This text has shadow with #96BBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BBC1.

Preview

Color preview on black background

This text has color #96BBC1 on black background.


Color preview on white background

This text has color #96BBC1 on white background.


Black color preview on #96BBC1 background

This text has black color on #96BBC1 background.


White color preview on #96BBC1 background

This text has white color on #96BBC1 background.


Related colors

Complementary color

Complementary color for #hex is #69443E.


I love getcolorcode.com

Triadic colors

1 #C196BB and #BBC196 with #96BBC1 are triadic colors.

2 #C1BB96 and #BB96C1 with #96BBC1 are triadic colors.