COLOR #9689D3

HEX: #9689D3
RGB: (150,137,211)

Color info

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

RGB color model

#9689D3 color RGB value is (150,137,211).

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

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 211 of 255 = 83%

150
137
211

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 211 = 498 (100%)
R 150 of 498 ~ 30.12%
G 137 of 498 ~ 27.51%
B 211 of 498 ~ 42.37%

%30.12
%27.51
%42.37

CMYK color model

#9689D3 color CMYK value is (29,35,0,17).

  • cyan value is 28.91%
  • magenta value is 35.07%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(29,35,0,17)
C29M35Y0K17 
(29%,35%,0%,17%)
(0.29/0.35/0.00/0.17)	

CMYK percentages

%28.91
%35.07
%0
%17.25

Codes

Color #9689D3 in popluar color models

9689D3
RGB150137211
HSL251°45.68%68.24%
HSB/HSV251°35.07%82.75%
CMYK28.91%35.07%0.00%
17.25%

Color #9689D3 in popluar number systems.

HEX9689D3
Decimal150137211
Binary100101101000100111010011
Octal226211323

Shades and tints

Shades of #9689D3

#9689D3
(150,137,211)
#897DC0
(137,125,192)
#7C71AD
(124,113,173)
#6F659A
(111,101,154)
#625987
(98,89,135)
#554D74
(85,77,116)
#484161
(72,65,97)
#3B354E
(59,53,78)
#2E293B
(46,41,59)
#211D28
(33,29,40)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #9689D3

#9689D3
(150,137,211)
#9F93D7
(159,147,215)
#A89DDB
(168,157,219)
#B1A7DF
(177,167,223)
#BAB1E3
(186,177,227)
#C3BBE7
(195,187,231)
#CCC5EB
(204,197,235)
#D5CFEF
(213,207,239)
#DED9F3
(222,217,243)
#E7E3F7
(231,227,247)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9689D3; }

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

This text font color is #9689D3.


Background Color

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

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

This div background color is #9689D3.


Border color

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

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

This div border color is #9689D3.


Opacity

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

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

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

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

This text has shadow with #9689D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9689D3 on black background.


Color preview on white background

This text has color #9689D3 on white background.



Black color preview on #9689D3 background

This text has black color on #9689D3 background.


White color preview on #9689D3 background

This text has white color on #9689D3 background.