COLOR #9CA6CF

HEX: #9CA6CF
RGB: (156,166,207)

Color info

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

RGB color model

#9CA6CF color RGB value is (156,166,207).

  • red value is 156;
  • green value is 166;
  • blue value is 207.
RGB:
(156,166,207)
(61%,65%,81%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 207 of 255 = 81%

156
166
207

R + G + B ~ 69%. #9CA6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 166 + 207 = 529 (100%)
R 156 of 529 ~ 29.49%
G 166 of 529 ~ 31.38%
B 207 of 529 ~ 39.13%

%29.49
%31.38
%39.13

CMYK color model

#9CA6CF color CMYK value is (25,20,0,19).

  • cyan value is 24.64%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(25,20,0,19)
C25M20Y0K19 
(25%,20%,0%,19%)
(0.25/0.20/0.00/0.19)	

CMYK percentages

%24.64
%19.81
%0
%18.82

Codes

Color #9CA6CF in popluar color models

9CA6CF
RGB156166207
HSL228°34.69%71.18%
HSB/HSV228°24.64%81.18%
CMYK24.64%19.81%0.00%
18.82%

Color #9CA6CF in popluar number systems.

HEX9CA6CF
Decimal156166207
Binary100111001010011011001111
Octal234246317

Shades and tints

Shades of #9CA6CF

#9CA6CF
(156,166,207)
#8E97BD
(142,151,189)
#8088AB
(128,136,171)
#727999
(114,121,153)
#646A87
(100,106,135)
#565B75
(86,91,117)
#484C63
(72,76,99)
#3A3D51
(58,61,81)
#2C2E3F
(44,46,63)
#1E1F2D
(30,31,45)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #9CA6CF

#9CA6CF
(156,166,207)
#A5AED3
(165,174,211)
#AEB6D7
(174,182,215)
#B7BEDB
(183,190,219)
#C0C6DF
(192,198,223)
#C9CEE3
(201,206,227)
#D2D6E7
(210,214,231)
#DBDEEB
(219,222,235)
#E4E6EF
(228,230,239)
#EDEEF3
(237,238,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA6CF color. Also use rgb(156,166,207) instead hex code.

Text Font Color

.myTextColor { color: #9CA6CF; }

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

This text font color is #9CA6CF.


Background Color

.myBgColor { background-color: #9CA6CF; }

<div style="background-color:#9CA6CF">Inner text</div>

This div background color is #9CA6CF.


Border color

.myBorderColor { border: 1px solid #9CA6CF; }

<div style="border:3px solid #9CA6CF">Div</div>

This div border color is #9CA6CF.


Opacity

.myOpacity80 { color: #9CA6CF; opacity: 0.8; }

<p style="color:#9CA6CF;opacity:0.8;">80%</p>

Text with #9CA6CF 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 #9CA6CF;}

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

This text has shadow with #9CA6CF color.

.textShadow {text-shadow: 3px 3px 1px #9CA6CF, 3px 3px 1px red;}

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

This text has shadow with #9CA6CF primary color and red secondary color.


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

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

This text has shadow with #9CA6CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA6CF on black background.


Color preview on white background

This text has color #9CA6CF on white background.



Black color preview on #9CA6CF background

This text has black color on #9CA6CF background.


White color preview on #9CA6CF background

This text has white color on #9CA6CF background.