COLOR #96A1C5

HEX: #96A1C5
RGB: (150,161,197)

Color info

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

RGB color model

#96A1C5 color RGB value is (150,161,197).

  • red value is 150;
  • green value is 161;
  • blue value is 197.
RGB:
(150,161,197)
(59%,63%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 161 of 255 = 63%
B 197 of 255 = 77%

150
161
197

R + G + B ~ 66%. #96A1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 161 + 197 = 508 (100%)
R 150 of 508 ~ 29.53%
G 161 of 508 ~ 31.69%
B 197 of 508 ~ 38.78%

%29.53
%31.69
%38.78

CMYK color model

#96A1C5 color CMYK value is (24,18,0,23).

  • cyan value is 23.86%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(24,18,0,23)
C24M18Y0K23 
(24%,18%,0%,23%)
(0.24/0.18/0.00/0.23)	

CMYK percentages

%23.86
%18.27
%0
%22.75

Codes

Color #96A1C5 in popluar color models

96A1C5
RGB150161197
HSL226°28.83%68.04%
HSB/HSV226°23.86%77.25%
CMYK23.86%18.27%0.00%
22.75%

Color #96A1C5 in popluar number systems.

HEX96A1C5
Decimal150161197
Binary100101101010000111000101
Octal226241305

Shades and tints

Shades of #96A1C5

#96A1C5
(150,161,197)
#8993B4
(137,147,180)
#7C85A3
(124,133,163)
#6F7792
(111,119,146)
#626981
(98,105,129)
#555B70
(85,91,112)
#484D5F
(72,77,95)
#3B3F4E
(59,63,78)
#2E313D
(46,49,61)
#21232C
(33,35,44)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #96A1C5

#96A1C5
(150,161,197)
#9FA9CA
(159,169,202)
#A8B1CF
(168,177,207)
#B1B9D4
(177,185,212)
#BAC1D9
(186,193,217)
#C3C9DE
(195,201,222)
#CCD1E3
(204,209,227)
#D5D9E8
(213,217,232)
#DEE1ED
(222,225,237)
#E7E9F2
(231,233,242)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A1C5 color. Also use rgb(150,161,197) instead hex code.

Text Font Color

.myTextColor { color: #96A1C5; }

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

This text font color is #96A1C5.


Background Color

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

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

This div background color is #96A1C5.


Border color

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

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

This div border color is #96A1C5.


Opacity

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

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

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

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

This text has shadow with #96A1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A1C5 on black background.


Color preview on white background

This text has color #96A1C5 on white background.



Black color preview on #96A1C5 background

This text has black color on #96A1C5 background.


White color preview on #96A1C5 background

This text has white color on #96A1C5 background.