COLOR #9688B9

HEX: #9688B9 RGB: (150,136,185)

Color info

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

RGB color model

#9688B9 color RGB value is (150,136,185).

RGB: (150,136,185) (59%, 53%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 185 of 255 = 73%

150
136
185

R + G + B ~ 62%. #9688B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 185 = 471 (100%)
R 150 of 471 ~ 31.85%
G 136 of 471 ~ 28.87%
B 185 of 471 ~ 39.28'%

%31.85
%28.87
%39.28

CMYK color model

#9688B9 color CMYK value is (19,26,0,27).

  • cyan value is 18.92%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 27.45%

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

CMYK percentages

%18.92
%26.49
%0
%27.45

Codes

Color #9688B9 in popluar color models

96 88 B9
RGB 150 136 185
HSL 257° 25.93% 62.94%
HSB/HSV 257° 26.49% 72.55%
CMYK 18.92% 26.49% 0.00%
27.45%

Color #9688B9 in popluar number systems.

HEX 96 88 B9
Decimal 150 136 185
Binary 10010110 10001000 10111001
Octal 226 210 271

Shades and tints

Shades of #9688B9

#9688B9
(150,136,185)
#897CA9
(137,124,169)
#7C7099
(124,112,153)
#6F6489
(111,100,137)
#625879
(98,88,121)
#554C69
(85,76,105)
#484059
(72,64,89)
#3B3449
(59,52,73)
#2E2839
(46,40,57)
#211C29
(33,28,41)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #9688B9

#9688B9
(150,136,185)
#9F92BF
(159,146,191)
#A89CC5
(168,156,197)
#B1A6CB
(177,166,203)
#BAB0D1
(186,176,209)
#C3BAD7
(195,186,215)
#CCC4DD
(204,196,221)
#D5CEE3
(213,206,227)
#DED8E9
(222,216,233)
#E7E2EF
(231,226,239)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9688B9 color. Also use rgb(150,136,185) instead hex code.

Text Font Color

.myTextColor { color: #9688B9; }

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

This text font color is #9688B9.

Background Color

.myBgColor { background-color: #9688B9; }

<div style="background-color:#9688B9">Inner text</div>

This div background color is #9688B9.

Border color

.myBorderColor { border: 1px solid #9688B9; }

<div style="border:3px solid #9688B9">Div</div>

This div border color is #9688B9.

Opacity

.myOpacity80 { color: #9688B9; opacity: 0.8; }

<p style="color:#9688B9;opacity:0.8;">80%</p>

Text with #9688B9 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 #9688B9;}

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

This text has shadow with #9688B9 color.


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

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

This text has shadow with #9688B9 primary color and red secondary color.


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

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

This text has shadow with #9688B9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9688B9.

Preview

Color preview on black background

This text has color #9688B9 on black background.


Color preview on white background

This text has color #9688B9 on white background.


Black color preview on #9688B9 background

This text has black color on #9688B9 background.


White color preview on #9688B9 background

This text has white color on #9688B9 background.


Related colors

Complementary color

Complementary color for #hex is #697746.


I love getcolorcode.com

Triadic colors

1 #B99688 and #88B996 with #9688B9 are triadic colors.

2 #B98896 and #8896B9 with #9688B9 are triadic colors.