COLOR #9688AB

HEX: #9688AB RGB: (150,136,171)

Color info

#9688AB contains red, green and blue colors in about the same proportion. Web safe color of #9688AB is #999999 (or #999).

RGB color model

#9688AB color RGB value is (150,136,171).

RGB: (150,136,171) (59%, 53%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 171 of 255 = 67%

150
136
171

R + G + B ~ 60%. #9688AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 136 + 171 = 457 (100%)
R 150 of 457 ~ 32.82%
G 136 of 457 ~ 29.76%
B 171 of 457 ~ 37.42'%

%32.82
%29.76
%37.42

CMYK color model

#9688AB color CMYK value is (12,20,0,33).

  • cyan value is 12.28%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (12,20,0,33) C12M20Y0K33 (12%,20%,0%,33%) (0.12/0.20/0.00/0.33) 

CMYK percentages

%12.28
%20.47
%0
%32.94

Codes

Color #9688AB in popluar color models

96 88 AB
RGB 150 136 171
HSL 264° 17.24% 60.20%
HSB/HSV 264° 20.47% 67.06%
CMYK 12.28% 20.47% 0.00%
32.94%

Color #9688AB in popluar number systems.

HEX 96 88 AB
Decimal 150 136 171
Binary 10010110 10001000 10101011
Octal 226 210 253

Shades and tints

Shades of #9688AB

#9688AB
(150,136,171)
#897C9C
(137,124,156)
#7C708D
(124,112,141)
#6F647E
(111,100,126)
#62586F
(98,88,111)
#554C60
(85,76,96)
#484051
(72,64,81)
#3B3442
(59,52,66)
#2E2833
(46,40,51)
#211C24
(33,28,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #9688AB

#9688AB
(150,136,171)
#9F92B2
(159,146,178)
#A89CB9
(168,156,185)
#B1A6C0
(177,166,192)
#BAB0C7
(186,176,199)
#C3BACE
(195,186,206)
#CCC4D5
(204,196,213)
#D5CEDC
(213,206,220)
#DED8E3
(222,216,227)
#E7E2EA
(231,226,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9688AB; }

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

This text font color is #9688AB.

Background Color

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

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

This div background color is #9688AB.

Border color

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

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

This div border color is #9688AB.

Opacity

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

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

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

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

This text has shadow with #9688AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9688AB.

Preview

Color preview on black background

This text has color #9688AB on black background.


Color preview on white background

This text has color #9688AB on white background.


Black color preview on #9688AB background

This text has black color on #9688AB background.


White color preview on #9688AB background

This text has white color on #9688AB background.


Related colors

Complementary color

Complementary color for #hex is #697754.


I love getcolorcode.com

Triadic colors

1 #AB9688 and #88AB96 with #9688AB are triadic colors.

2 #AB8896 and #8896AB with #9688AB are triadic colors.