COLOR #96BBCF

HEX: #96BBCF RGB: (150,187,207)

Color info

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

RGB color model

#96BBCF color RGB value is (150,187,207).

RGB: (150,187,207) (59%, 73%, 81%)

RGB channels and saturation

R 150 of 255 = 59%
G 187 of 255 = 73%
B 207 of 255 = 81%

150
187
207

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

Portions of RGB colors in percentages

R + G + B = 150 + 187 + 207 = 544 (100%)
R 150 of 544 ~ 27.57%
G 187 of 544 ~ 34.38%
B 207 of 544 ~ 38.05'%

%27.57
%34.38
%38.05

CMYK color model

#96BBCF color CMYK value is (28,10,0,19).

  • cyan value is 27.54%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (28,10,0,19)
C28M10Y0K19 (28%, 10%, 0%, 19%)
(0.28 / 0.10 / 0.00 / 0.19)

CMYK percentages

%27.54
%9.66
%0
%18.82

Codes

Color #96BBCF in popluar color models

96 BB CF
RGB 150 187 207
HSL 201° 37.25% 70.00%
HSB/HSV 201° 27.54% 81.18%
CMYK 27.54% 9.66% 0.00%
18.82%

Color #96BBCF in popluar number systems.

HEX 96 BB CF
Decimal 150 187 207
Binary 10010110 10111011 11001111
Octal 226 273 317

Shades and tints

Shades of #96BBCF

#96BBCF
(150,187,207)
#89AABD
(137,170,189)
#7C99AB
(124,153,171)
#6F8899
(111,136,153)
#627787
(98,119,135)
#556675
(85,102,117)
#485563
(72,85,99)
#3B4451
(59,68,81)
#2E333F
(46,51,63)
#21222D
(33,34,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #96BBCF

#96BBCF
(150,187,207)
#9FC1D3
(159,193,211)
#A8C7D7
(168,199,215)
#B1CDDB
(177,205,219)
#BAD3DF
(186,211,223)
#C3D9E3
(195,217,227)
#CCDFE7
(204,223,231)
#D5E5EB
(213,229,235)
#DEEBEF
(222,235,239)
#E7F1F3
(231,241,243)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BBCF; }

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

This text font color is #96BBCF.

Background Color

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

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

This div background color is #96BBCF.

Border color

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

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

This div border color is #96BBCF.

Opacity

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

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

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

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

This text has shadow with #96BBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BBCF.

Preview

Color preview on black background

This text has color #96BBCF on black background.


Color preview on white background

This text has color #96BBCF on white background.


Black color preview on #96BBCF background

This text has black color on #96BBCF background.


White color preview on #96BBCF background

This text has white color on #96BBCF background.


Related colors

Complementary color

Complementary color for #hex is #694430.


I love getcolorcode.com

Triadic colors

1 #CF96BB and #BBCF96 with #96BBCF are triadic colors.

2 #CFBB96 and #BB96CF with #96BBCF are triadic colors.