COLOR #9682DD

HEX: #9682DD
RGB: (150,130,221)

Color info

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

RGB color model

#9682DD color RGB value is (150,130,221).

  • red value is 150;
  • green value is 130;
  • blue value is 221.
RGB:
(150,130,221)
(59%,51%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 221 of 255 = 87%

150
130
221

R + G + B ~ 66%. #9682DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 130 + 221 = 501 (100%)
R 150 of 501 ~ 29.94%
G 130 of 501 ~ 25.95%
B 221 of 501 ~ 44.11%

%29.94
%25.95
%44.11

CMYK color model

#9682DD color CMYK value is (32,41,0,13).

  • cyan value is 32.13%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,41,0,13)
C32M41Y0K13 
(32%,41%,0%,13%)
(0.32/0.41/0.00/0.13)	

CMYK percentages

%32.13
%41.18
%0
%13.33

Codes

Color #9682DD in popluar color models

9682DD
RGB150130221
HSL253°57.23%68.82%
HSB/HSV253°41.18%86.67%
CMYK32.13%41.18%0.00%
13.33%

Color #9682DD in popluar number systems.

HEX9682DD
Decimal150130221
Binary100101101000001011011101
Octal226202335

Shades and tints

Shades of #9682DD

#9682DD
(150,130,221)
#8977C9
(137,119,201)
#7C6CB5
(124,108,181)
#6F61A1
(111,97,161)
#62568D
(98,86,141)
#554B79
(85,75,121)
#484065
(72,64,101)
#3B3551
(59,53,81)
#2E2A3D
(46,42,61)
#211F29
(33,31,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #9682DD

#9682DD
(150,130,221)
#9F8DE0
(159,141,224)
#A898E3
(168,152,227)
#B1A3E6
(177,163,230)
#BAAEE9
(186,174,233)
#C3B9EC
(195,185,236)
#CCC4EF
(204,196,239)
#D5CFF2
(213,207,242)
#DEDAF5
(222,218,245)
#E7E5F8
(231,229,248)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9682DD color. Also use rgb(150,130,221) instead hex code.

Text Font Color

.myTextColor { color: #9682DD; }

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

This text font color is #9682DD.


Background Color

.myBgColor { background-color: #9682DD; }

<div style="background-color:#9682DD">Inner text</div>

This div background color is #9682DD.


Border color

.myBorderColor { border: 1px solid #9682DD; }

<div style="border:3px solid #9682DD">Div</div>

This div border color is #9682DD.


Opacity

.myOpacity80 { color: #9682DD; opacity: 0.8; }

<p style="color:#9682DD;opacity:0.8;">80%</p>

Text with #9682DD 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 #9682DD;}

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

This text has shadow with #9682DD color.

.textShadow {text-shadow: 3px 3px 1px #9682DD, 3px 3px 1px red;}

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

This text has shadow with #9682DD primary color and red secondary color.


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

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

This text has shadow with #9682DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9682DD on black background.


Color preview on white background

This text has color #9682DD on white background.



Black color preview on #9682DD background

This text has black color on #9682DD background.


White color preview on #9682DD background

This text has white color on #9682DD background.