COLOR #9D9BB1

HEX: #9D9BB1
RGB: (157,155,177)

Color info

#9D9BB1 contains red, green and blue colors in about the same proportion. Web safe color of #9D9BB1 is #999999 (or #999).

RGB color model

#9D9BB1 color RGB value is (157,155,177).

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

RGB channels and saturation

R 157 of 255 = 62%
G 155 of 255 = 61%
B 177 of 255 = 69%

157
155
177

R + G + B ~ 64%. #9D9BB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 155 + 177 = 489 (100%)
R 157 of 489 ~ 32.11%
G 155 of 489 ~ 31.7%
B 177 of 489 ~ 36.2%

%32.11
%31.7
%36.2

CMYK color model

#9D9BB1 color CMYK value is (11,12,0,31).

  • cyan value is 11.30%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(11,12,0,31)
C11M12Y0K31 
(11%,12%,0%,31%)
(0.11/0.12/0.00/0.31)	

CMYK percentages

%11.3
%12.43
%0
%30.59

Codes

Color #9D9BB1 in popluar color models

9D9BB1
RGB157155177
HSL245°12.36%65.10%
HSB/HSV245°12.43%69.41%
CMYK11.30%12.43%0.00%
30.59%

Color #9D9BB1 in popluar number systems.

HEX9D9BB1
Decimal157155177
Binary100111011001101110110001
Octal235233261

Shades and tints

Shades of #9D9BB1

#9D9BB1
(157,155,177)
#8F8DA1
(143,141,161)
#817F91
(129,127,145)
#737181
(115,113,129)
#656371
(101,99,113)
#575561
(87,85,97)
#494751
(73,71,81)
#3B3941
(59,57,65)
#2D2B31
(45,43,49)
#1F1D21
(31,29,33)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9D9BB1

#9D9BB1
(157,155,177)
#A5A4B8
(165,164,184)
#ADADBF
(173,173,191)
#B5B6C6
(181,182,198)
#BDBFCD
(189,191,205)
#C5C8D4
(197,200,212)
#CDD1DB
(205,209,219)
#D5DAE2
(213,218,226)
#DDE3E9
(221,227,233)
#E5ECF0
(229,236,240)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9BB1; }

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

This text font color is #9D9BB1.


Background Color

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

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

This div background color is #9D9BB1.


Border color

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

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

This div border color is #9D9BB1.


Opacity

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

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

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

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

This text has shadow with #9D9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9BB1 on black background.


Color preview on white background

This text has color #9D9BB1 on white background.



Black color preview on #9D9BB1 background

This text has black color on #9D9BB1 background.


White color preview on #9D9BB1 background

This text has white color on #9D9BB1 background.