COLOR #9B9DC1

HEX: #9B9DC1 RGB: (155,157,193)

Color info

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

RGB color model

#9B9DC1 color RGB value is (155,157,193).

RGB: (155,157,193) (61%, 62%, 76%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 193 of 255 = 76%

155
157
193

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

Portions of RGB colors in percentages

R + G + B = 155 + 157 + 193 = 505 (100%)
R 155 of 505 ~ 30.69%
G 157 of 505 ~ 31.09%
B 193 of 505 ~ 38.22'%

%30.69
%31.09
%38.22

CMYK color model

#9B9DC1 color CMYK value is (20,19,0,24).

  • cyan value is 19.69%
  • magenta value is 18.65%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (20,19,0,24)
C20M19Y0K24 (20%, 19%, 0%, 24%)
(0.20 / 0.19 / 0.00 / 0.24)

CMYK percentages

%19.69
%18.65
%0
%24.31

Codes

Color #9B9DC1 in popluar color models

9B 9D C1
RGB 155 157 193
HSL 237° 23.46% 68.24%
HSB/HSV 237° 19.69% 75.69%
CMYK 19.69% 18.65% 0.00%
24.31%

Color #9B9DC1 in popluar number systems.

HEX 9B 9D C1
Decimal 155 157 193
Binary 10011011 10011101 11000001
Octal 233 235 301

Shades and tints

Shades of #9B9DC1

#9B9DC1
(155,157,193)
#8D8FB0
(141,143,176)
#7F819F
(127,129,159)
#71738E
(113,115,142)
#63657D
(99,101,125)
#55576C
(85,87,108)
#47495B
(71,73,91)
#393B4A
(57,59,74)
#2B2D39
(43,45,57)
#1D1F28
(29,31,40)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #9B9DC1

#9B9DC1
(155,157,193)
#A4A5C6
(164,165,198)
#ADADCB
(173,173,203)
#B6B5D0
(182,181,208)
#BFBDD5
(191,189,213)
#C8C5DA
(200,197,218)
#D1CDDF
(209,205,223)
#DAD5E4
(218,213,228)
#E3DDE9
(227,221,233)
#ECE5EE
(236,229,238)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9DC1; }

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

This text font color is #9B9DC1.

Background Color

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

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

This div background color is #9B9DC1.

Border color

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

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

This div border color is #9B9DC1.

Opacity

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

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

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

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

This text has shadow with #9B9DC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9DC1.

Preview

Color preview on black background

This text has color #9B9DC1 on black background.


Color preview on white background

This text has color #9B9DC1 on white background.


Black color preview on #9B9DC1 background

This text has black color on #9B9DC1 background.


White color preview on #9B9DC1 background

This text has white color on #9B9DC1 background.


Related colors

Complementary color

Complementary color for #hex is #64623E.


I love getcolorcode.com

Triadic colors

1 #C19B9D and #9DC19B with #9B9DC1 are triadic colors.

2 #C19D9B and #9D9BC1 with #9B9DC1 are triadic colors.