COLOR #9B9DBC

HEX: #9B9DBC
RGB: (155,157,188)

Color info

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

RGB color model

#9B9DBC color RGB value is (155,157,188).

  • red value is 155;
  • green value is 157;
  • blue value is 188.
RGB: (155,157,188) (61%,62%,74%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 188 of 255 = 74%

155
157
188

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

Portions of RGB colors in percentages

R + G + B =
155 + 157 + 188 = 500 (100%)
R 155 of 500 ~ 31%
G 157 of 500 ~ 31.4%
B 188 of 500 ~ 37.6%

%31
%31.4
%37.6

CMYK color model

#9B9DBC color CMYK value is (18,16,0,26).

  • cyan value is 17.55%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (18,16,0,26) C18M16Y0K26 (18%,16%,0%,26%) (0.18/0.16/0.00/0.26)

CMYK percentages

%17.55
%16.49
%0
%26.27

Codes

Color #9B9DBC in popluar color models

9B9DBC
RGB155157188
HSL236°19.76%67.25%
HSB/HSV236°17.55%73.73%
CMYK17.55%16.49%0.00%
26.27%

Color #9B9DBC in popluar number systems.

HEX9B9DBC
Decimal155157188
Binary100110111001110110111100
Octal233235274

Shades and tints

Shades of #9B9DBC

#9B9DBC
(155,157,188)
#8D8FAB
(141,143,171)
#7F819A
(127,129,154)
#717389
(113,115,137)
#636578
(99,101,120)
#555767
(85,87,103)
#474956
(71,73,86)
#393B45
(57,59,69)
#2B2D34
(43,45,52)
#1D1F23
(29,31,35)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9B9DBC

#9B9DBC
(155,157,188)
#A4A5C2
(164,165,194)
#ADADC8
(173,173,200)
#B6B5CE
(182,181,206)
#BFBDD4
(191,189,212)
#C8C5DA
(200,197,218)
#D1CDE0
(209,205,224)
#DAD5E6
(218,213,230)
#E3DDEC
(227,221,236)
#ECE5F2
(236,229,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9DBC color. Also use rgb(155,157,188) instead hex code.

Text Font Color

.myTextColor { color: #9B9DBC; }

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

This text font color is #9B9DBC.


Background Color

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

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

This div background color is #9B9DBC.


Border color

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

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

This div border color is #9B9DBC.


Opacity

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

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

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

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

This text has shadow with #9B9DBC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9B9DBC on black background.


Color preview on white background

This text has color #9B9DBC on white background.



Black color preview on #9B9DBC background

This text has black color on #9B9DBC background.


White color preview on #9B9DBC background

This text has white color on #9B9DBC background.