COLOR #9B9DBD

HEX: #9B9DBD RGB: (155,157,189)

Color info

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

RGB color model

#9B9DBD color RGB value is (155,157,189).

RGB: (155,157,189) (61%, 62%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 157 of 255 = 62%
B 189 of 255 = 74%

155
157
189

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

Portions of RGB colors in percentages

R + G + B = 155 + 157 + 189 = 501 (100%)
R 155 of 501 ~ 30.94%
G 157 of 501 ~ 31.34%
B 189 of 501 ~ 37.72'%

%30.94
%31.34
%37.72

CMYK color model

#9B9DBD color CMYK value is (18,17,0,26).

  • cyan value is 17.99%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (18,17,0,26)
C18M17Y0K26 (18%, 17%, 0%, 26%)
(0.18 / 0.17 / 0.00 / 0.26)

CMYK percentages

%17.99
%16.93
%0
%25.88

Codes

Color #9B9DBD in popluar color models

9B 9D BD
RGB 155 157 189
HSL 236° 20.48% 67.45%
HSB/HSV 236° 17.99% 74.12%
CMYK 17.99% 16.93% 0.00%
25.88%

Color #9B9DBD in popluar number systems.

HEX 9B 9D BD
Decimal 155 157 189
Binary 10011011 10011101 10111101
Octal 233 235 275

Shades and tints

Shades of #9B9DBD

#9B9DBD
(155,157,189)
#8D8FAC
(141,143,172)
#7F819B
(127,129,155)
#71738A
(113,115,138)
#636579
(99,101,121)
#555768
(85,87,104)
#474957
(71,73,87)
#393B46
(57,59,70)
#2B2D35
(43,45,53)
#1D1F24
(29,31,36)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9B9DBD

#9B9DBD
(155,157,189)
#A4A5C3
(164,165,195)
#ADADC9
(173,173,201)
#B6B5CF
(182,181,207)
#BFBDD5
(191,189,213)
#C8C5DB
(200,197,219)
#D1CDE1
(209,205,225)
#DAD5E7
(218,213,231)
#E3DDED
(227,221,237)
#ECE5F3
(236,229,243)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9DBD; }

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

This text font color is #9B9DBD.

Background Color

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

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

This div background color is #9B9DBD.

Border color

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

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

This div border color is #9B9DBD.

Opacity

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

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

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

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

This text has shadow with #9B9DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9DBD.

Preview

Color preview on black background

This text has color #9B9DBD on black background.


Color preview on white background

This text has color #9B9DBD on white background.


Black color preview on #9B9DBD background

This text has black color on #9B9DBD background.


White color preview on #9B9DBD background

This text has white color on #9B9DBD background.


Related colors

Complementary color

Complementary color for #hex is #646242.


I love getcolorcode.com

Triadic colors

1 #BD9B9D and #9DBD9B with #9B9DBD are triadic colors.

2 #BD9D9B and #9D9BBD with #9B9DBD are triadic colors.