COLOR #9982BE

HEX: #9982BE
RGB: (153,130,190)

Color info

#9982BE contains mainly red and blue colors. Web safe color of #9982BE is #9999CC (or #99C).

RGB color model

#9982BE color RGB value is (153,130,190).

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

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 190 of 255 = 75%

153
130
190

R + G + B ~ 62%. #9982BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 190 = 473 (100%)
R 153 of 473 ~ 32.35%
G 130 of 473 ~ 27.48%
B 190 of 473 ~ 40.17%

%32.35
%27.48
%40.17

CMYK color model

#9982BE color CMYK value is (19,32,0,25).

  • cyan value is 19.47%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,32,0,25)
C19M32Y0K25 
(19%,32%,0%,25%)
(0.19/0.32/0.00/0.25)	

CMYK percentages

%19.47
%31.58
%0
%25.49

Codes

Color #9982BE in popluar color models

9982BE
RGB153130190
HSL263°31.58%62.75%
HSB/HSV263°31.58%74.51%
CMYK19.47%31.58%0.00%
25.49%

Color #9982BE in popluar number systems.

HEX9982BE
Decimal153130190
Binary100110011000001010111110
Octal231202276

Shades and tints

Shades of #9982BE

#9982BE
(153,130,190)
#8C77AD
(140,119,173)
#7F6C9C
(127,108,156)
#72618B
(114,97,139)
#65567A
(101,86,122)
#584B69
(88,75,105)
#4B4058
(75,64,88)
#3E3547
(62,53,71)
#312A36
(49,42,54)
#241F25
(36,31,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #9982BE

#9982BE
(153,130,190)
#A28DC3
(162,141,195)
#AB98C8
(171,152,200)
#B4A3CD
(180,163,205)
#BDAED2
(189,174,210)
#C6B9D7
(198,185,215)
#CFC4DC
(207,196,220)
#D8CFE1
(216,207,225)
#E1DAE6
(225,218,230)
#EAE5EB
(234,229,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9982BE; }

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

This text font color is #9982BE.


Background Color

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

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

This div background color is #9982BE.


Border color

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

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

This div border color is #9982BE.


Opacity

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

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

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

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

This text has shadow with #9982BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9982BE on black background.


Color preview on white background

This text has color #9982BE on white background.



Black color preview on #9982BE background

This text has black color on #9982BE background.


White color preview on #9982BE background

This text has white color on #9982BE background.