COLOR #9482AC

HEX: #9482AC
RGB: (148,130,172)

Color info

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

RGB color model

#9482AC color RGB value is (148,130,172).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 172 of 255 = 67%

148
130
172

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 172 = 450 (100%)
R 148 of 450 ~ 32.89%
G 130 of 450 ~ 28.89%
B 172 of 450 ~ 38.22%

%32.89
%28.89
%38.22

CMYK color model

#9482AC color CMYK value is (14,24,0,33).

  • cyan value is 13.95%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(14,24,0,33)
C14M24Y0K33 
(14%,24%,0%,33%)
(0.14/0.24/0.00/0.33)	

CMYK percentages

%13.95
%24.42
%0
%32.55

Codes

Color #9482AC in popluar color models

9482AC
RGB148130172
HSL266°20.19%59.22%
HSB/HSV266°24.42%67.45%
CMYK13.95%24.42%0.00%
32.55%

Color #9482AC in popluar number systems.

HEX9482AC
Decimal148130172
Binary100101001000001010101100
Octal224202254

Shades and tints

Shades of #9482AC

#9482AC
(148,130,172)
#87779D
(135,119,157)
#7A6C8E
(122,108,142)
#6D617F
(109,97,127)
#605670
(96,86,112)
#534B61
(83,75,97)
#464052
(70,64,82)
#393543
(57,53,67)
#2C2A34
(44,42,52)
#1F1F25
(31,31,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #9482AC

#9482AC
(148,130,172)
#9D8DB3
(157,141,179)
#A698BA
(166,152,186)
#AFA3C1
(175,163,193)
#B8AEC8
(184,174,200)
#C1B9CF
(193,185,207)
#CAC4D6
(202,196,214)
#D3CFDD
(211,207,221)
#DCDAE4
(220,218,228)
#E5E5EB
(229,229,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9482AC; }

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

This text font color is #9482AC.


Background Color

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

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

This div background color is #9482AC.


Border color

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

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

This div border color is #9482AC.


Opacity

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

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

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

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

This text has shadow with #9482AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9482AC on black background.


Color preview on white background

This text has color #9482AC on white background.



Black color preview on #9482AC background

This text has black color on #9482AC background.


White color preview on #9482AC background

This text has white color on #9482AC background.