COLOR #9689BA

HEX: #9689BA RGB: (150,137,186)

Color info

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

RGB color model

#9689BA color RGB value is (150,137,186).

RGB: (150,137,186) (59%, 54%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 186 of 255 = 73%

150
137
186

R + G + B ~ 62%. #9689BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 137 + 186 = 473 (100%)
R 150 of 473 ~ 31.71%
G 137 of 473 ~ 28.96%
B 186 of 473 ~ 39.32'%

%31.71
%28.96
%39.32

CMYK color model

#9689BA color CMYK value is (19,26,0,27).

  • cyan value is 19.35%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (19,26,0,27)
C19M26Y0K27 (19%, 26%, 0%, 27%)
(0.19 / 0.26 / 0.00 / 0.27)

CMYK percentages

%19.35
%26.34
%0
%27.06

Codes

Color #9689BA in popluar color models

96 89 BA
RGB 150 137 186
HSL 256° 26.20% 63.33%
HSB/HSV 256° 26.34% 72.94%
CMYK 19.35% 26.34% 0.00%
27.06%

Color #9689BA in popluar number systems.

HEX 96 89 BA
Decimal 150 137 186
Binary 10010110 10001001 10111010
Octal 226 211 272

Shades and tints

Shades of #9689BA

#9689BA
(150,137,186)
#897DAA
(137,125,170)
#7C719A
(124,113,154)
#6F658A
(111,101,138)
#62597A
(98,89,122)
#554D6A
(85,77,106)
#48415A
(72,65,90)
#3B354A
(59,53,74)
#2E293A
(46,41,58)
#211D2A
(33,29,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #9689BA

#9689BA
(150,137,186)
#9F93C0
(159,147,192)
#A89DC6
(168,157,198)
#B1A7CC
(177,167,204)
#BAB1D2
(186,177,210)
#C3BBD8
(195,187,216)
#CCC5DE
(204,197,222)
#D5CFE4
(213,207,228)
#DED9EA
(222,217,234)
#E7E3F0
(231,227,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9689BA; }

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

This text font color is #9689BA.

Background Color

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

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

This div background color is #9689BA.

Border color

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

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

This div border color is #9689BA.

Opacity

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

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

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

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

This text has shadow with #9689BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9689BA.

Preview

Color preview on black background

This text has color #9689BA on black background.


Color preview on white background

This text has color #9689BA on white background.


Black color preview on #9689BA background

This text has black color on #9689BA background.


White color preview on #9689BA background

This text has white color on #9689BA background.


Related colors

Complementary color

Complementary color for #hex is #697645.


I love getcolorcode.com

Triadic colors

1 #BA9689 and #89BA96 with #9689BA are triadic colors.

2 #BA8996 and #8996BA with #9689BA are triadic colors.