COLOR #9482A6

HEX: #9482A6
RGB: (148,130,166)

Color info

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

RGB color model

#9482A6 color RGB value is (148,130,166).

  • red value is 148;
  • green value is 130;
  • blue value is 166.
RGB:
(148,130,166)
(58%,51%,65%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 166 of 255 = 65%

148
130
166

R + G + B ~ 58%. #9482A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 166 = 444 (100%)
R 148 of 444 ~ 33.33%
G 130 of 444 ~ 29.28%
B 166 of 444 ~ 37.39%

%33.33
%29.28
%37.39

CMYK color model

#9482A6 color CMYK value is (11,22,0,35).

  • cyan value is 10.84%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,22,0,35)
C11M22Y0K35 
(11%,22%,0%,35%)
(0.11/0.22/0.00/0.35)	

CMYK percentages

%10.84
%21.69
%0
%34.9

Codes

Color #9482A6 in popluar color models

9482A6
RGB148130166
HSL270°16.82%58.04%
HSB/HSV270°21.69%65.10%
CMYK10.84%21.69%0.00%
34.90%

Color #9482A6 in popluar number systems.

HEX9482A6
Decimal148130166
Binary100101001000001010100110
Octal224202246

Shades and tints

Shades of #9482A6

#9482A6
(148,130,166)
#877797
(135,119,151)
#7A6C88
(122,108,136)
#6D6179
(109,97,121)
#60566A
(96,86,106)
#534B5B
(83,75,91)
#46404C
(70,64,76)
#39353D
(57,53,61)
#2C2A2E
(44,42,46)
#1F1F1F
(31,31,31)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #9482A6

#9482A6
(148,130,166)
#9D8DAE
(157,141,174)
#A698B6
(166,152,182)
#AFA3BE
(175,163,190)
#B8AEC6
(184,174,198)
#C1B9CE
(193,185,206)
#CAC4D6
(202,196,214)
#D3CFDE
(211,207,222)
#DCDAE6
(220,218,230)
#E5E5EE
(229,229,238)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9482A6 color. Also use rgb(148,130,166) instead hex code.

Text Font Color

.myTextColor { color: #9482A6; }

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

This text font color is #9482A6.


Background Color

.myBgColor { background-color: #9482A6; }

<div style="background-color:#9482A6">Inner text</div>

This div background color is #9482A6.


Border color

.myBorderColor { border: 1px solid #9482A6; }

<div style="border:3px solid #9482A6">Div</div>

This div border color is #9482A6.


Opacity

.myOpacity80 { color: #9482A6; opacity: 0.8; }

<p style="color:#9482A6;opacity:0.8;">80%</p>

Text with #9482A6 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 #9482A6;}

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

This text has shadow with #9482A6 color.

.textShadow {text-shadow: 3px 3px 1px #9482A6, 3px 3px 1px red;}

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

This text has shadow with #9482A6 primary color and red secondary color.


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

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

This text has shadow with #9482A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9482A6 on black background.


Color preview on white background

This text has color #9482A6 on white background.



Black color preview on #9482A6 background

This text has black color on #9482A6 background.


White color preview on #9482A6 background

This text has white color on #9482A6 background.