COLOR #9685BA

HEX: #9685BA
RGB: (150,133,186)

Color info

#9685BA contains red, green and blue colors in about the same proportion. Web safe color of #9685BA is #9999CC (or #99C).

RGB color model

#9685BA color RGB value is (150,133,186).

  • red value is 150;
  • green value is 133;
  • blue value is 186.
RGB:
(150,133,186)
(59%,52%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 186 of 255 = 73%

150
133
186

R + G + B ~ 61%. #9685BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 186 = 469 (100%)
R 150 of 469 ~ 31.98%
G 133 of 469 ~ 28.36%
B 186 of 469 ~ 39.66%

%31.98
%28.36
%39.66

CMYK color model

#9685BA color CMYK value is (19,28,0,27).

  • cyan value is 19.35%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,28,0,27)
C19M28Y0K27 
(19%,28%,0%,27%)
(0.19/0.28/0.00/0.27)	

CMYK percentages

%19.35
%28.49
%0
%27.06

Codes

Color #9685BA in popluar color models

9685BA
RGB150133186
HSL259°27.75%62.55%
HSB/HSV259°28.49%72.94%
CMYK19.35%28.49%0.00%
27.06%

Color #9685BA in popluar number systems.

HEX9685BA
Decimal150133186
Binary100101101000010110111010
Octal226205272

Shades and tints

Shades of #9685BA

#9685BA
(150,133,186)
#8979AA
(137,121,170)
#7C6D9A
(124,109,154)
#6F618A
(111,97,138)
#62557A
(98,85,122)
#55496A
(85,73,106)
#483D5A
(72,61,90)
#3B314A
(59,49,74)
#2E253A
(46,37,58)
#21192A
(33,25,42)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #9685BA

#9685BA
(150,133,186)
#9F90C0
(159,144,192)
#A89BC6
(168,155,198)
#B1A6CC
(177,166,204)
#BAB1D2
(186,177,210)
#C3BCD8
(195,188,216)
#CCC7DE
(204,199,222)
#D5D2E4
(213,210,228)
#DEDDEA
(222,221,234)
#E7E8F0
(231,232,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9685BA color. Also use rgb(150,133,186) instead hex code.

Text Font Color

.myTextColor { color: #9685BA; }

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

This text font color is #9685BA.


Background Color

.myBgColor { background-color: #9685BA; }

<div style="background-color:#9685BA">Inner text</div>

This div background color is #9685BA.


Border color

.myBorderColor { border: 1px solid #9685BA; }

<div style="border:3px solid #9685BA">Div</div>

This div border color is #9685BA.


Opacity

.myOpacity80 { color: #9685BA; opacity: 0.8; }

<p style="color:#9685BA;opacity:0.8;">80%</p>

Text with #9685BA 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 #9685BA;}

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

This text has shadow with #9685BA color.

.textShadow {text-shadow: 3px 3px 1px #9685BA, 3px 3px 1px red;}

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

This text has shadow with #9685BA primary color and red secondary color.


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

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

This text has shadow with #9685BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9685BA on black background.


Color preview on white background

This text has color #9685BA on white background.



Black color preview on #9685BA background

This text has black color on #9685BA background.


White color preview on #9685BA background

This text has white color on #9685BA background.