COLOR #9484D4

HEX: #9484D4
RGB: (148,132,212)

Color info

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

RGB color model

#9484D4 color RGB value is (148,132,212).

  • red value is 148;
  • green value is 132;
  • blue value is 212.
RGB:
(148,132,212)
(58%,52%,83%)

RGB channels and saturation

R 148 of 255 = 58%
G 132 of 255 = 52%
B 212 of 255 = 83%

148
132
212

R + G + B ~ 64%. #9484D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 132 + 212 = 492 (100%)
R 148 of 492 ~ 30.08%
G 132 of 492 ~ 26.83%
B 212 of 492 ~ 43.09%

%30.08
%26.83
%43.09

CMYK color model

#9484D4 color CMYK value is (30,38,0,17).

  • cyan value is 30.19%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(30,38,0,17)
C30M38Y0K17 
(30%,38%,0%,17%)
(0.30/0.38/0.00/0.17)	

CMYK percentages

%30.19
%37.74
%0
%16.86

Codes

Color #9484D4 in popluar color models

9484D4
RGB148132212
HSL252°48.19%67.45%
HSB/HSV252°37.74%83.14%
CMYK30.19%37.74%0.00%
16.86%

Color #9484D4 in popluar number systems.

HEX9484D4
Decimal148132212
Binary100101001000010011010100
Octal224204324

Shades and tints

Shades of #9484D4

#9484D4
(148,132,212)
#8778C1
(135,120,193)
#7A6CAE
(122,108,174)
#6D609B
(109,96,155)
#605488
(96,84,136)
#534875
(83,72,117)
#463C62
(70,60,98)
#39304F
(57,48,79)
#2C243C
(44,36,60)
#1F1829
(31,24,41)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #9484D4

#9484D4
(148,132,212)
#9D8FD7
(157,143,215)
#A69ADA
(166,154,218)
#AFA5DD
(175,165,221)
#B8B0E0
(184,176,224)
#C1BBE3
(193,187,227)
#CAC6E6
(202,198,230)
#D3D1E9
(211,209,233)
#DCDCEC
(220,220,236)
#E5E7EF
(229,231,239)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9484D4 color. Also use rgb(148,132,212) instead hex code.

Text Font Color

.myTextColor { color: #9484D4; }

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

This text font color is #9484D4.


Background Color

.myBgColor { background-color: #9484D4; }

<div style="background-color:#9484D4">Inner text</div>

This div background color is #9484D4.


Border color

.myBorderColor { border: 1px solid #9484D4; }

<div style="border:3px solid #9484D4">Div</div>

This div border color is #9484D4.


Opacity

.myOpacity80 { color: #9484D4; opacity: 0.8; }

<p style="color:#9484D4;opacity:0.8;">80%</p>

Text with #9484D4 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 #9484D4;}

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

This text has shadow with #9484D4 color.

.textShadow {text-shadow: 3px 3px 1px #9484D4, 3px 3px 1px red;}

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

This text has shadow with #9484D4 primary color and red secondary color.


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

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

This text has shadow with #9484D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9484D4 on black background.


Color preview on white background

This text has color #9484D4 on white background.



Black color preview on #9484D4 background

This text has black color on #9484D4 background.


White color preview on #9484D4 background

This text has white color on #9484D4 background.