COLOR #9B9BD0

HEX: #9B9BD0 RGB: (155,155,208)

Color info

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

RGB color model

#9B9BD0 color RGB value is (155,155,208).

RGB: (155,155,208) (61%, 61%, 82%)

RGB channels and saturation

R 155 of 255 = 61%
G 155 of 255 = 61%
B 208 of 255 = 82%

155
155
208

R + G + B ~ 68%. #9B9BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 155 + 208 = 518 (100%)
R 155 of 518 ~ 29.92%
G 155 of 518 ~ 29.92%
B 208 of 518 ~ 40.15'%

%29.92
%29.92
%40.15

CMYK color model

#9B9BD0 color CMYK value is (25,25,0,18).

  • cyan value is 25.48%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (25,25,0,18) C25M25Y0K18 (25%,25%,0%,18%) (0.25/0.25/0.00/0.18) 

CMYK percentages

%25.48
%25.48
%0
%18.43

Codes

Color #9B9BD0 in popluar color models

9B 9B D0
RGB 155 155 208
HSL 240° 36.05% 71.18%
HSB/HSV 240° 25.48% 81.57%
CMYK 25.48% 25.48% 0.00%
18.43%

Color #9B9BD0 in popluar number systems.

HEX 9B 9B D0
Decimal 155 155 208
Binary 10011011 10011011 11010000
Octal 233 233 320

Shades and tints

Shades of #9B9BD0

#9B9BD0
(155,155,208)
#8D8DBE
(141,141,190)
#7F7FAC
(127,127,172)
#71719A
(113,113,154)
#636388
(99,99,136)
#555576
(85,85,118)
#474764
(71,71,100)
#393952
(57,57,82)
#2B2B40
(43,43,64)
#1D1D2E
(29,29,46)
#0F0F1C
(15,15,28)
#000000
(0,0,0)

Tints of #9B9BD0

#9B9BD0
(155,155,208)
#A4A4D4
(164,164,212)
#ADADD8
(173,173,216)
#B6B6DC
(182,182,220)
#BFBFE0
(191,191,224)
#C8C8E4
(200,200,228)
#D1D1E8
(209,209,232)
#DADAEC
(218,218,236)
#E3E3F0
(227,227,240)
#ECECF4
(236,236,244)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9BD0; }

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

This text font color is #9B9BD0.

Background Color

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

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

This div background color is #9B9BD0.

Border color

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

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

This div border color is #9B9BD0.

Opacity

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

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

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

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

This text has shadow with #9B9BD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9BD0.

Preview

Color preview on black background

This text has color #9B9BD0 on black background.


Color preview on white background

This text has color #9B9BD0 on white background.


Black color preview on #9B9BD0 background

This text has black color on #9B9BD0 background.


White color preview on #9B9BD0 background

This text has white color on #9B9BD0 background.


Related colors

Complementary color

Complementary color for #hex is #64642F.


I love getcolorcode.com