COLOR #9688B7

HEX: #9688B7 RGB: (150,136,183)

Color info

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

RGB color model

#9688B7 color RGB value is (150,136,183).

RGB: (150,136,183) (59%, 53%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 183 of 255 = 72%

150
136
183

R + G + B ~ 61%. #9688B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 183 = 469 (100%)
R 150 of 469 ~ 31.98%
G 136 of 469 ~ 29%
B 183 of 469 ~ 39.02'%

%31.98
%29
%39.02

CMYK color model

#9688B7 color CMYK value is (18,26,0,28).

  • cyan value is 18.03%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (18,26,0,28)
C18M26Y0K28 (18%, 26%, 0%, 28%)
(0.18 / 0.26 / 0.00 / 0.28)

CMYK percentages

%18.03
%25.68
%0
%28.24

Codes

Color #9688B7 in popluar color models

96 88 B7
RGB 150 136 183
HSL 258° 24.61% 62.55%
HSB/HSV 258° 25.68% 71.76%
CMYK 18.03% 25.68% 0.00%
28.24%

Color #9688B7 in popluar number systems.

HEX 96 88 B7
Decimal 150 136 183
Binary 10010110 10001000 10110111
Octal 226 210 267

Shades and tints

Shades of #9688B7

#9688B7
(150,136,183)
#897CA7
(137,124,167)
#7C7097
(124,112,151)
#6F6487
(111,100,135)
#625877
(98,88,119)
#554C67
(85,76,103)
#484057
(72,64,87)
#3B3447
(59,52,71)
#2E2837
(46,40,55)
#211C27
(33,28,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #9688B7

#9688B7
(150,136,183)
#9F92BD
(159,146,189)
#A89CC3
(168,156,195)
#B1A6C9
(177,166,201)
#BAB0CF
(186,176,207)
#C3BAD5
(195,186,213)
#CCC4DB
(204,196,219)
#D5CEE1
(213,206,225)
#DED8E7
(222,216,231)
#E7E2ED
(231,226,237)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9688B7; }

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

This text font color is #9688B7.

Background Color

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

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

This div background color is #9688B7.

Border color

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

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

This div border color is #9688B7.

Opacity

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

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

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

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

This text has shadow with #9688B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9688B7.

Preview

Color preview on black background

This text has color #9688B7 on black background.


Color preview on white background

This text has color #9688B7 on white background.


Black color preview on #9688B7 background

This text has black color on #9688B7 background.


White color preview on #9688B7 background

This text has white color on #9688B7 background.


Related colors

Complementary color

Complementary color for #hex is #697748.


I love getcolorcode.com

Triadic colors

1 #B79688 and #88B796 with #9688B7 are triadic colors.

2 #B78896 and #8896B7 with #9688B7 are triadic colors.