COLOR #9482A7

HEX: #9482A7
RGB: (148,130,167)

Color info

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

RGB color model

#9482A7 color RGB value is (148,130,167).

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

RGB channels and saturation

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

148
130
167

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 167 = 445 (100%)
R 148 of 445 ~ 33.26%
G 130 of 445 ~ 29.21%
B 167 of 445 ~ 37.53%

%33.26
%29.21
%37.53

CMYK color model

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

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

CMYK percentages

%11.38
%22.16
%0
%34.51

Codes

Color #9482A7 in popluar color models

9482A7
RGB148130167
HSL269°17.37%58.24%
HSB/HSV269°22.16%65.49%
CMYK11.38%22.16%0.00%
34.51%

Color #9482A7 in popluar number systems.

HEX9482A7
Decimal148130167
Binary100101001000001010100111
Octal224202247

Shades and tints

Shades of #9482A7

#9482A7
(148,130,167)
#877798
(135,119,152)
#7A6C89
(122,108,137)
#6D617A
(109,97,122)
#60566B
(96,86,107)
#534B5C
(83,75,92)
#46404D
(70,64,77)
#39353E
(57,53,62)
#2C2A2F
(44,42,47)
#1F1F20
(31,31,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #9482A7

#9482A7
(148,130,167)
#9D8DAF
(157,141,175)
#A698B7
(166,152,183)
#AFA3BF
(175,163,191)
#B8AEC7
(184,174,199)
#C1B9CF
(193,185,207)
#CAC4D7
(202,196,215)
#D3CFDF
(211,207,223)
#DCDAE7
(220,218,231)
#E5E5EF
(229,229,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9482A7; }

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

This text font color is #9482A7.


Background Color

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

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

This div background color is #9482A7.


Border color

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

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

This div border color is #9482A7.


Opacity

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

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

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

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

This text has shadow with #9482A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9482A7 on black background.


Color preview on white background

This text has color #9482A7 on white background.



Black color preview on #9482A7 background

This text has black color on #9482A7 background.


White color preview on #9482A7 background

This text has white color on #9482A7 background.