COLOR #96B1CA

HEX: #96B1CA RGB: (150,177,202)

Color info

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

RGB color model

#96B1CA color RGB value is (150,177,202).

RGB: (150,177,202) (59%, 69%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 177 of 255 = 69%
B 202 of 255 = 79%

150
177
202

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

Portions of RGB colors in percentages

R + G + B = 150 + 177 + 202 = 529 (100%)
R 150 of 529 ~ 28.36%
G 177 of 529 ~ 33.46%
B 202 of 529 ~ 38.19'%

%28.36
%33.46
%38.19

CMYK color model

#96B1CA color CMYK value is (26,12,0,21).

  • cyan value is 25.74%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (26,12,0,21)
C26M12Y0K21 (26%, 12%, 0%, 21%)
(0.26 / 0.12 / 0.00 / 0.21)

CMYK percentages

%25.74
%12.38
%0
%20.78

Codes

Color #96B1CA in popluar color models

96 B1 CA
RGB 150 177 202
HSL 209° 32.91% 69.02%
HSB/HSV 209° 25.74% 79.22%
CMYK 25.74% 12.38% 0.00%
20.78%

Color #96B1CA in popluar number systems.

HEX 96 B1 CA
Decimal 150 177 202
Binary 10010110 10110001 11001010
Octal 226 261 312

Shades and tints

Shades of #96B1CA

#96B1CA
(150,177,202)
#89A1B8
(137,161,184)
#7C91A6
(124,145,166)
#6F8194
(111,129,148)
#627182
(98,113,130)
#556170
(85,97,112)
#48515E
(72,81,94)
#3B414C
(59,65,76)
#2E313A
(46,49,58)
#212128
(33,33,40)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #96B1CA

#96B1CA
(150,177,202)
#9FB8CE
(159,184,206)
#A8BFD2
(168,191,210)
#B1C6D6
(177,198,214)
#BACDDA
(186,205,218)
#C3D4DE
(195,212,222)
#CCDBE2
(204,219,226)
#D5E2E6
(213,226,230)
#DEE9EA
(222,233,234)
#E7F0EE
(231,240,238)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B1CA; }

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

This text font color is #96B1CA.

Background Color

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

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

This div background color is #96B1CA.

Border color

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

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

This div border color is #96B1CA.

Opacity

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

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

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

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

This text has shadow with #96B1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B1CA.

Preview

Color preview on black background

This text has color #96B1CA on black background.


Color preview on white background

This text has color #96B1CA on white background.


Black color preview on #96B1CA background

This text has black color on #96B1CA background.


White color preview on #96B1CA background

This text has white color on #96B1CA background.


Related colors

Complementary color

Complementary color for #hex is #694E35.


I love getcolorcode.com

Triadic colors

1 #CA96B1 and #B1CA96 with #96B1CA are triadic colors.

2 #CAB196 and #B196CA with #96B1CA are triadic colors.