COLOR #9D9BB3

HEX: #9D9BB3
RGB: (157,155,179)

Color info

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

RGB color model

#9D9BB3 color RGB value is (157,155,179).

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

RGB channels and saturation

R 157 of 255 = 62%
G 155 of 255 = 61%
B 179 of 255 = 70%

157
155
179

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

Portions of RGB colors in percentages

R + G + B =
157 + 155 + 179 = 491 (100%)
R 157 of 491 ~ 31.98%
G 155 of 491 ~ 31.57%
B 179 of 491 ~ 36.46%

%31.98
%31.57
%36.46

CMYK color model

#9D9BB3 color CMYK value is (12,13,0,30).

  • cyan value is 12.29%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,13,0,30)
C12M13Y0K30 
(12%,13%,0%,30%)
(0.12/0.13/0.00/0.30)	

CMYK percentages

%12.29
%13.41
%0
%29.8

Codes

Color #9D9BB3 in popluar color models

9D9BB3
RGB157155179
HSL245°13.64%65.49%
HSB/HSV245°13.41%70.20%
CMYK12.29%13.41%0.00%
29.80%

Color #9D9BB3 in popluar number systems.

HEX9D9BB3
Decimal157155179
Binary100111011001101110110011
Octal235233263

Shades and tints

Shades of #9D9BB3

#9D9BB3
(157,155,179)
#8F8DA3
(143,141,163)
#817F93
(129,127,147)
#737183
(115,113,131)
#656373
(101,99,115)
#575563
(87,85,99)
#494753
(73,71,83)
#3B3943
(59,57,67)
#2D2B33
(45,43,51)
#1F1D23
(31,29,35)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9D9BB3

#9D9BB3
(157,155,179)
#A5A4B9
(165,164,185)
#ADADBF
(173,173,191)
#B5B6C5
(181,182,197)
#BDBFCB
(189,191,203)
#C5C8D1
(197,200,209)
#CDD1D7
(205,209,215)
#D5DADD
(213,218,221)
#DDE3E3
(221,227,227)
#E5ECE9
(229,236,233)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9BB3; }

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

This text font color is #9D9BB3.


Background Color

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

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

This div background color is #9D9BB3.


Border color

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

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

This div border color is #9D9BB3.


Opacity

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

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

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

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

This text has shadow with #9D9BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9BB3 on black background.


Color preview on white background

This text has color #9D9BB3 on white background.



Black color preview on #9D9BB3 background

This text has black color on #9D9BB3 background.


White color preview on #9D9BB3 background

This text has white color on #9D9BB3 background.