COLOR #9B9DAE

HEX: #9B9DAE
RGB: (155,157,174)

Color info

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

RGB color model

#9B9DAE color RGB value is (155,157,174).

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

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 174 of 255 = 68%

155
157
174

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

Portions of RGB colors in percentages

R + G + B =
155 + 157 + 174 = 486 (100%)
R 155 of 486 ~ 31.89%
G 157 of 486 ~ 32.3%
B 174 of 486 ~ 35.8%

%31.89
%32.3
%35.8

CMYK color model

#9B9DAE color CMYK value is (11,10,0,32).

  • cyan value is 10.92%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(11,10,0,32)
C11M10Y0K32 
(11%,10%,0%,32%)
(0.11/0.10/0.00/0.32)	

CMYK percentages

%10.92
%9.77
%0
%31.76

Codes

Color #9B9DAE in popluar color models

9B9DAE
RGB155157174
HSL234°10.50%64.51%
HSB/HSV234°10.92%68.24%
CMYK10.92%9.77%0.00%
31.76%

Color #9B9DAE in popluar number systems.

HEX9B9DAE
Decimal155157174
Binary100110111001110110101110
Octal233235256

Shades and tints

Shades of #9B9DAE

#9B9DAE
(155,157,174)
#8D8F9F
(141,143,159)
#7F8190
(127,129,144)
#717381
(113,115,129)
#636572
(99,101,114)
#555763
(85,87,99)
#474954
(71,73,84)
#393B45
(57,59,69)
#2B2D36
(43,45,54)
#1D1F27
(29,31,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #9B9DAE

#9B9DAE
(155,157,174)
#A4A5B5
(164,165,181)
#ADADBC
(173,173,188)
#B6B5C3
(182,181,195)
#BFBDCA
(191,189,202)
#C8C5D1
(200,197,209)
#D1CDD8
(209,205,216)
#DAD5DF
(218,213,223)
#E3DDE6
(227,221,230)
#ECE5ED
(236,229,237)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9DAE; }

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

This text font color is #9B9DAE.


Background Color

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

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

This div background color is #9B9DAE.


Border color

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

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

This div border color is #9B9DAE.


Opacity

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

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

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

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

This text has shadow with #9B9DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9DAE on black background.


Color preview on white background

This text has color #9B9DAE on white background.



Black color preview on #9B9DAE background

This text has black color on #9B9DAE background.


White color preview on #9B9DAE background

This text has white color on #9B9DAE background.