COLOR #9982E0

HEX: #9982E0
RGB: (153,130,224)

Color info

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

RGB color model

#9982E0 color RGB value is (153,130,224).

  • red value is 153;
  • green value is 130;
  • blue value is 224.
RGB:
(153,130,224)
(60%,51%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 224 of 255 = 88%

153
130
224

R + G + B ~ 66%. #9982E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 224 = 507 (100%)
R 153 of 507 ~ 30.18%
G 130 of 507 ~ 25.64%
B 224 of 507 ~ 44.18%

%30.18
%25.64
%44.18

CMYK color model

#9982E0 color CMYK value is (32,42,0,12).

  • cyan value is 31.70%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(32,42,0,12)
C32M42Y0K12 
(32%,42%,0%,12%)
(0.32/0.42/0.00/0.12)	

CMYK percentages

%31.7
%41.96
%0
%12.16

Codes

Color #9982E0 in popluar color models

9982E0
RGB153130224
HSL255°60.26%69.41%
HSB/HSV255°41.96%87.84%
CMYK31.70%41.96%0.00%
12.16%

Color #9982E0 in popluar number systems.

HEX9982E0
Decimal153130224
Binary100110011000001011100000
Octal231202340

Shades and tints

Shades of #9982E0

#9982E0
(153,130,224)
#8C77CC
(140,119,204)
#7F6CB8
(127,108,184)
#7261A4
(114,97,164)
#655690
(101,86,144)
#584B7C
(88,75,124)
#4B4068
(75,64,104)
#3E3554
(62,53,84)
#312A40
(49,42,64)
#241F2C
(36,31,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #9982E0

#9982E0
(153,130,224)
#A28DE2
(162,141,226)
#AB98E4
(171,152,228)
#B4A3E6
(180,163,230)
#BDAEE8
(189,174,232)
#C6B9EA
(198,185,234)
#CFC4EC
(207,196,236)
#D8CFEE
(216,207,238)
#E1DAF0
(225,218,240)
#EAE5F2
(234,229,242)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9982E0 color. Also use rgb(153,130,224) instead hex code.

Text Font Color

.myTextColor { color: #9982E0; }

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

This text font color is #9982E0.


Background Color

.myBgColor { background-color: #9982E0; }

<div style="background-color:#9982E0">Inner text</div>

This div background color is #9982E0.


Border color

.myBorderColor { border: 1px solid #9982E0; }

<div style="border:3px solid #9982E0">Div</div>

This div border color is #9982E0.


Opacity

.myOpacity80 { color: #9982E0; opacity: 0.8; }

<p style="color:#9982E0;opacity:0.8;">80%</p>

Text with #9982E0 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 #9982E0;}

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

This text has shadow with #9982E0 color.

.textShadow {text-shadow: 3px 3px 1px #9982E0, 3px 3px 1px red;}

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

This text has shadow with #9982E0 primary color and red secondary color.


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

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

This text has shadow with #9982E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9982E0 on black background.


Color preview on white background

This text has color #9982E0 on white background.



Black color preview on #9982E0 background

This text has black color on #9982E0 background.


White color preview on #9982E0 background

This text has white color on #9982E0 background.