COLOR #9484D0

HEX: #9484D0
RGB: (148,132,208)

Color info

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

RGB color model

#9484D0 color RGB value is (148,132,208).

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

RGB channels and saturation

R 148 of 255 = 58%
G 132 of 255 = 52%
B 208 of 255 = 82%

148
132
208

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

Portions of RGB colors in percentages

R + G + B =
148 + 132 + 208 = 488 (100%)
R 148 of 488 ~ 30.33%
G 132 of 488 ~ 27.05%
B 208 of 488 ~ 42.62%

%30.33
%27.05
%42.62

CMYK color model

#9484D0 color CMYK value is (29,37,0,18).

  • cyan value is 28.85%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(29,37,0,18)
C29M37Y0K18 
(29%,37%,0%,18%)
(0.29/0.37/0.00/0.18)	

CMYK percentages

%28.85
%36.54
%0
%18.43

Codes

Color #9484D0 in popluar color models

9484D0
RGB148132208
HSL253°44.71%66.67%
HSB/HSV253°36.54%81.57%
CMYK28.85%36.54%0.00%
18.43%

Color #9484D0 in popluar number systems.

HEX9484D0
Decimal148132208
Binary100101001000010011010000
Octal224204320

Shades and tints

Shades of #9484D0

#9484D0
(148,132,208)
#8778BE
(135,120,190)
#7A6CAC
(122,108,172)
#6D609A
(109,96,154)
#605488
(96,84,136)
#534876
(83,72,118)
#463C64
(70,60,100)
#393052
(57,48,82)
#2C2440
(44,36,64)
#1F182E
(31,24,46)
#120C1C
(18,12,28)
#000000
(0,0,0)

Tints of #9484D0

#9484D0
(148,132,208)
#9D8FD4
(157,143,212)
#A69AD8
(166,154,216)
#AFA5DC
(175,165,220)
#B8B0E0
(184,176,224)
#C1BBE4
(193,187,228)
#CAC6E8
(202,198,232)
#D3D1EC
(211,209,236)
#DCDCF0
(220,220,240)
#E5E7F4
(229,231,244)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9484D0; }

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

This text font color is #9484D0.


Background Color

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

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

This div background color is #9484D0.


Border color

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

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

This div border color is #9484D0.


Opacity

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

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

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

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

This text has shadow with #9484D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9484D0 on black background.


Color preview on white background

This text has color #9484D0 on white background.



Black color preview on #9484D0 background

This text has black color on #9484D0 background.


White color preview on #9484D0 background

This text has white color on #9484D0 background.