COLOR #9B9EB6

HEX: #9B9EB6 RGB: (155,158,182)

Color info

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

RGB color model

#9B9EB6 color RGB value is (155,158,182).

RGB: (155,158,182) (61%, 62%, 71%)

RGB channels and saturation

R 155 of 255 = 61%
G 158 of 255 = 62%
B 182 of 255 = 71%

155
158
182

R + G + B ~ 65%. #9B9EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 158 + 182 = 495 (100%)
R 155 of 495 ~ 31.31%
G 158 of 495 ~ 31.92%
B 182 of 495 ~ 36.77'%

%31.31
%31.92
%36.77

CMYK color model

#9B9EB6 color CMYK value is (15,13,0,29).

  • cyan value is 14.84%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (15,13,0,29)
C15M13Y0K29 (15%, 13%, 0%, 29%)
(0.15 / 0.13 / 0.00 / 0.29)

CMYK percentages

%14.84
%13.19
%0
%28.63

Codes

Color #9B9EB6 in popluar color models

9B 9E B6
RGB 155 158 182
HSL 233° 15.61% 66.08%
HSB/HSV 233° 14.84% 71.37%
CMYK 14.84% 13.19% 0.00%
28.63%

Color #9B9EB6 in popluar number systems.

HEX 9B 9E B6
Decimal 155 158 182
Binary 10011011 10011110 10110110
Octal 233 236 266

Shades and tints

Shades of #9B9EB6

#9B9EB6
(155,158,182)
#8D90A6
(141,144,166)
#7F8296
(127,130,150)
#717486
(113,116,134)
#636676
(99,102,118)
#555866
(85,88,102)
#474A56
(71,74,86)
#393C46
(57,60,70)
#2B2E36
(43,46,54)
#1D2026
(29,32,38)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #9B9EB6

#9B9EB6
(155,158,182)
#A4A6BC
(164,166,188)
#ADAEC2
(173,174,194)
#B6B6C8
(182,182,200)
#BFBECE
(191,190,206)
#C8C6D4
(200,198,212)
#D1CEDA
(209,206,218)
#DAD6E0
(218,214,224)
#E3DEE6
(227,222,230)
#ECE6EC
(236,230,236)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9EB6 color. Also use rgb(155,158,182) instead hex code.

Text Font Color

.myTextColor { color: #9B9EB6; }

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

This text font color is #9B9EB6.

Background Color

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

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

This div background color is #9B9EB6.

Border color

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

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

This div border color is #9B9EB6.

Opacity

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

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

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

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

This text has shadow with #9B9EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9EB6.

Preview

Color preview on black background

This text has color #9B9EB6 on black background.


Color preview on white background

This text has color #9B9EB6 on white background.


Black color preview on #9B9EB6 background

This text has black color on #9B9EB6 background.


White color preview on #9B9EB6 background

This text has white color on #9B9EB6 background.


Related colors

Complementary color

Complementary color for #hex is #646149.


I love getcolorcode.com

Triadic colors

1 #B69B9E and #9EB69B with #9B9EB6 are triadic colors.

2 #B69E9B and #9E9BB6 with #9B9EB6 are triadic colors.