COLOR #9CA0BD

HEX: #9CA0BD
RGB: (156,160,189)

Color info

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

RGB color model

#9CA0BD color RGB value is (156,160,189).

  • red value is 156;
  • green value is 160;
  • blue value is 189.
RGB:
(156,160,189)
(61%,63%,74%)

RGB channels and saturation

R 156 of 255 = 61%
G 160 of 255 = 63%
B 189 of 255 = 74%

156
160
189

R + G + B ~ 66%. #9CA0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 160 + 189 = 505 (100%)
R 156 of 505 ~ 30.89%
G 160 of 505 ~ 31.68%
B 189 of 505 ~ 37.43%

%30.89
%31.68
%37.43

CMYK color model

#9CA0BD color CMYK value is (17,15,0,26).

  • cyan value is 17.46%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(17,15,0,26)
C17M15Y0K26 
(17%,15%,0%,26%)
(0.17/0.15/0.00/0.26)	

CMYK percentages

%17.46
%15.34
%0
%25.88

Codes

Color #9CA0BD in popluar color models

9CA0BD
RGB156160189
HSL233°20.00%67.65%
HSB/HSV233°17.46%74.12%
CMYK17.46%15.34%0.00%
25.88%

Color #9CA0BD in popluar number systems.

HEX9CA0BD
Decimal156160189
Binary100111001010000010111101
Octal234240275

Shades and tints

Shades of #9CA0BD

#9CA0BD
(156,160,189)
#8E92AC
(142,146,172)
#80849B
(128,132,155)
#72768A
(114,118,138)
#646879
(100,104,121)
#565A68
(86,90,104)
#484C57
(72,76,87)
#3A3E46
(58,62,70)
#2C3035
(44,48,53)
#1E2224
(30,34,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #9CA0BD

#9CA0BD
(156,160,189)
#A5A8C3
(165,168,195)
#AEB0C9
(174,176,201)
#B7B8CF
(183,184,207)
#C0C0D5
(192,192,213)
#C9C8DB
(201,200,219)
#D2D0E1
(210,208,225)
#DBD8E7
(219,216,231)
#E4E0ED
(228,224,237)
#EDE8F3
(237,232,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA0BD color. Also use rgb(156,160,189) instead hex code.

Text Font Color

.myTextColor { color: #9CA0BD; }

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

This text font color is #9CA0BD.


Background Color

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

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

This div background color is #9CA0BD.


Border color

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

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

This div border color is #9CA0BD.


Opacity

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

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

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

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

This text has shadow with #9CA0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA0BD on black background.


Color preview on white background

This text has color #9CA0BD on white background.



Black color preview on #9CA0BD background

This text has black color on #9CA0BD background.


White color preview on #9CA0BD background

This text has white color on #9CA0BD background.