COLOR #9689CE

HEX: #9689CE
RGB: (150,137,206)

Color info

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

RGB color model

#9689CE color RGB value is (150,137,206).

  • red value is 150;
  • green value is 137;
  • blue value is 206.
RGB:
(150,137,206)
(59%,54%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 206 of 255 = 81%

150
137
206

R + G + B ~ 65%. #9689CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 206 = 493 (100%)
R 150 of 493 ~ 30.43%
G 137 of 493 ~ 27.79%
B 206 of 493 ~ 41.78%

%30.43
%27.79
%41.78

CMYK color model

#9689CE color CMYK value is (27,33,0,19).

  • cyan value is 27.18%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(27,33,0,19)
C27M33Y0K19 
(27%,33%,0%,19%)
(0.27/0.33/0.00/0.19)	

CMYK percentages

%27.18
%33.5
%0
%19.22

Codes

Color #9689CE in popluar color models

9689CE
RGB150137206
HSL251°41.32%67.25%
HSB/HSV251°33.50%80.78%
CMYK27.18%33.50%0.00%
19.22%

Color #9689CE in popluar number systems.

HEX9689CE
Decimal150137206
Binary100101101000100111001110
Octal226211316

Shades and tints

Shades of #9689CE

#9689CE
(150,137,206)
#897DBC
(137,125,188)
#7C71AA
(124,113,170)
#6F6598
(111,101,152)
#625986
(98,89,134)
#554D74
(85,77,116)
#484162
(72,65,98)
#3B3550
(59,53,80)
#2E293E
(46,41,62)
#211D2C
(33,29,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #9689CE

#9689CE
(150,137,206)
#9F93D2
(159,147,210)
#A89DD6
(168,157,214)
#B1A7DA
(177,167,218)
#BAB1DE
(186,177,222)
#C3BBE2
(195,187,226)
#CCC5E6
(204,197,230)
#D5CFEA
(213,207,234)
#DED9EE
(222,217,238)
#E7E3F2
(231,227,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9689CE color. Also use rgb(150,137,206) instead hex code.

Text Font Color

.myTextColor { color: #9689CE; }

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

This text font color is #9689CE.


Background Color

.myBgColor { background-color: #9689CE; }

<div style="background-color:#9689CE">Inner text</div>

This div background color is #9689CE.


Border color

.myBorderColor { border: 1px solid #9689CE; }

<div style="border:3px solid #9689CE">Div</div>

This div border color is #9689CE.


Opacity

.myOpacity80 { color: #9689CE; opacity: 0.8; }

<p style="color:#9689CE;opacity:0.8;">80%</p>

Text with #9689CE 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 #9689CE;}

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

This text has shadow with #9689CE color.

.textShadow {text-shadow: 3px 3px 1px #9689CE, 3px 3px 1px red;}

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

This text has shadow with #9689CE primary color and red secondary color.


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

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

This text has shadow with #9689CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9689CE on black background.


Color preview on white background

This text has color #9689CE on white background.



Black color preview on #9689CE background

This text has black color on #9689CE background.


White color preview on #9689CE background

This text has white color on #9689CE background.