COLOR #9486B1

HEX: #9486B1
RGB: (148,134,177)

Color info

#9486B1 contains red, green and blue colors in about the same proportion. Web safe color of #9486B1 is #999999 (or #999).

RGB color model

#9486B1 color RGB value is (148,134,177).

  • red value is 148;
  • green value is 134;
  • blue value is 177.
RGB:
(148,134,177)
(58%,53%,69%)

RGB channels and saturation

R 148 of 255 = 58%
G 134 of 255 = 53%
B 177 of 255 = 69%

148
134
177

R + G + B ~ 60%. #9486B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 177 = 459 (100%)
R 148 of 459 ~ 32.24%
G 134 of 459 ~ 29.19%
B 177 of 459 ~ 38.56%

%32.24
%29.19
%38.56

CMYK color model

#9486B1 color CMYK value is (16,24,0,31).

  • cyan value is 16.38%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(16,24,0,31)
C16M24Y0K31 
(16%,24%,0%,31%)
(0.16/0.24/0.00/0.31)	

CMYK percentages

%16.38
%24.29
%0
%30.59

Codes

Color #9486B1 in popluar color models

9486B1
RGB148134177
HSL260°21.61%60.98%
HSB/HSV260°24.29%69.41%
CMYK16.38%24.29%0.00%
30.59%

Color #9486B1 in popluar number systems.

HEX9486B1
Decimal148134177
Binary100101001000011010110001
Octal224206261

Shades and tints

Shades of #9486B1

#9486B1
(148,134,177)
#877AA1
(135,122,161)
#7A6E91
(122,110,145)
#6D6281
(109,98,129)
#605671
(96,86,113)
#534A61
(83,74,97)
#463E51
(70,62,81)
#393241
(57,50,65)
#2C2631
(44,38,49)
#1F1A21
(31,26,33)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #9486B1

#9486B1
(148,134,177)
#9D91B8
(157,145,184)
#A69CBF
(166,156,191)
#AFA7C6
(175,167,198)
#B8B2CD
(184,178,205)
#C1BDD4
(193,189,212)
#CAC8DB
(202,200,219)
#D3D3E2
(211,211,226)
#DCDEE9
(220,222,233)
#E5E9F0
(229,233,240)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9486B1 color. Also use rgb(148,134,177) instead hex code.

Text Font Color

.myTextColor { color: #9486B1; }

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

This text font color is #9486B1.


Background Color

.myBgColor { background-color: #9486B1; }

<div style="background-color:#9486B1">Inner text</div>

This div background color is #9486B1.


Border color

.myBorderColor { border: 1px solid #9486B1; }

<div style="border:3px solid #9486B1">Div</div>

This div border color is #9486B1.


Opacity

.myOpacity80 { color: #9486B1; opacity: 0.8; }

<p style="color:#9486B1;opacity:0.8;">80%</p>

Text with #9486B1 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 #9486B1;}

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

This text has shadow with #9486B1 color.

.textShadow {text-shadow: 3px 3px 1px #9486B1, 3px 3px 1px red;}

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

This text has shadow with #9486B1 primary color and red secondary color.


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

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

This text has shadow with #9486B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9486B1 on black background.


Color preview on white background

This text has color #9486B1 on white background.



Black color preview on #9486B1 background

This text has black color on #9486B1 background.


White color preview on #9486B1 background

This text has white color on #9486B1 background.