COLOR #9B8BDB

HEX: #9B8BDB
RGB: (155,139,219)

Color info

#9B8BDB contains mainly blue color. Web safe color of #9B8BDB is #9999CC (or #99C).

RGB color model

#9B8BDB color RGB value is (155,139,219).

  • red value is 155;
  • green value is 139;
  • blue value is 219.
RGB:
(155,139,219)
(61%,55%,86%)

RGB channels and saturation

R 155 of 255 = 61%
G 139 of 255 = 55%
B 219 of 255 = 86%

155
139
219

R + G + B ~ 67%. #9B8BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 139 + 219 = 513 (100%)
R 155 of 513 ~ 30.21%
G 139 of 513 ~ 27.1%
B 219 of 513 ~ 42.69%

%30.21
%27.1
%42.69

CMYK color model

#9B8BDB color CMYK value is (29,37,0,14).

  • cyan value is 29.22%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,37,0,14)
C29M37Y0K14 
(29%,37%,0%,14%)
(0.29/0.37/0.00/0.14)	

CMYK percentages

%29.22
%36.53
%0
%14.12

Codes

Color #9B8BDB in popluar color models

9B8BDB
RGB155139219
HSL252°52.63%70.20%
HSB/HSV252°36.53%85.88%
CMYK29.22%36.53%0.00%
14.12%

Color #9B8BDB in popluar number systems.

HEX9B8BDB
Decimal155139219
Binary100110111000101111011011
Octal233213333

Shades and tints

Shades of #9B8BDB

#9B8BDB
(155,139,219)
#8D7FC8
(141,127,200)
#7F73B5
(127,115,181)
#7167A2
(113,103,162)
#635B8F
(99,91,143)
#554F7C
(85,79,124)
#474369
(71,67,105)
#393756
(57,55,86)
#2B2B43
(43,43,67)
#1D1F30
(29,31,48)
#0F131D
(15,19,29)
#000000
(0,0,0)

Tints of #9B8BDB

#9B8BDB
(155,139,219)
#A495DE
(164,149,222)
#AD9FE1
(173,159,225)
#B6A9E4
(182,169,228)
#BFB3E7
(191,179,231)
#C8BDEA
(200,189,234)
#D1C7ED
(209,199,237)
#DAD1F0
(218,209,240)
#E3DBF3
(227,219,243)
#ECE5F6
(236,229,246)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8BDB; }

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

This text font color is #9B8BDB.


Background Color

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

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

This div background color is #9B8BDB.


Border color

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

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

This div border color is #9B8BDB.


Opacity

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

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

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

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

This text has shadow with #9B8BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8BDB on black background.


Color preview on white background

This text has color #9B8BDB on white background.



Black color preview on #9B8BDB background

This text has black color on #9B8BDB background.


White color preview on #9B8BDB background

This text has white color on #9B8BDB background.