COLOR #9B86DC

HEX: #9B86DC
RGB: (155,134,220)

Color info

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

RGB color model

#9B86DC color RGB value is (155,134,220).

  • red value is 155;
  • green value is 134;
  • blue value is 220.
RGB:
(155,134,220)
(61%,53%,86%)

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 220 of 255 = 86%

155
134
220

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 220 = 509 (100%)
R 155 of 509 ~ 30.45%
G 134 of 509 ~ 26.33%
B 220 of 509 ~ 43.22%

%30.45
%26.33
%43.22

CMYK color model

#9B86DC color CMYK value is (30,39,0,14).

  • cyan value is 29.55%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(30,39,0,14)
C30M39Y0K14 
(30%,39%,0%,14%)
(0.30/0.39/0.00/0.14)	

CMYK percentages

%29.55
%39.09
%0
%13.73

Codes

Color #9B86DC in popluar color models

9B86DC
RGB155134220
HSL255°55.13%69.41%
HSB/HSV255°39.09%86.27%
CMYK29.55%39.09%0.00%
13.73%

Color #9B86DC in popluar number systems.

HEX9B86DC
Decimal155134220
Binary100110111000011011011100
Octal233206334

Shades and tints

Shades of #9B86DC

#9B86DC
(155,134,220)
#8D7AC8
(141,122,200)
#7F6EB4
(127,110,180)
#7162A0
(113,98,160)
#63568C
(99,86,140)
#554A78
(85,74,120)
#473E64
(71,62,100)
#393250
(57,50,80)
#2B263C
(43,38,60)
#1D1A28
(29,26,40)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #9B86DC

#9B86DC
(155,134,220)
#A491DF
(164,145,223)
#AD9CE2
(173,156,226)
#B6A7E5
(182,167,229)
#BFB2E8
(191,178,232)
#C8BDEB
(200,189,235)
#D1C8EE
(209,200,238)
#DAD3F1
(218,211,241)
#E3DEF4
(227,222,244)
#ECE9F7
(236,233,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B86DC; }

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

This text font color is #9B86DC.


Background Color

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

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

This div background color is #9B86DC.


Border color

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

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

This div border color is #9B86DC.


Opacity

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

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

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

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

This text has shadow with #9B86DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B86DC on black background.


Color preview on white background

This text has color #9B86DC on white background.



Black color preview on #9B86DC background

This text has black color on #9B86DC background.


White color preview on #9B86DC background

This text has white color on #9B86DC background.