COLOR #9688AF

HEX: #9688AF
RGB: (150,136,175)

Color info

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

RGB color model

#9688AF color RGB value is (150,136,175).

  • red value is 150;
  • green value is 136;
  • blue value is 175.
RGB:
(150,136,175)
(59%,53%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 175 of 255 = 69%

150
136
175

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 175 = 461 (100%)
R 150 of 461 ~ 32.54%
G 136 of 461 ~ 29.5%
B 175 of 461 ~ 37.96%

%32.54
%29.5
%37.96

CMYK color model

#9688AF color CMYK value is (14,22,0,31).

  • cyan value is 14.29%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,22,0,31)
C14M22Y0K31 
(14%,22%,0%,31%)
(0.14/0.22/0.00/0.31)	

CMYK percentages

%14.29
%22.29
%0
%31.37

Codes

Color #9688AF in popluar color models

9688AF
RGB150136175
HSL262°19.60%60.98%
HSB/HSV262°22.29%68.63%
CMYK14.29%22.29%0.00%
31.37%

Color #9688AF in popluar number systems.

HEX9688AF
Decimal150136175
Binary100101101000100010101111
Octal226210257

Shades and tints

Shades of #9688AF

#9688AF
(150,136,175)
#897CA0
(137,124,160)
#7C7091
(124,112,145)
#6F6482
(111,100,130)
#625873
(98,88,115)
#554C64
(85,76,100)
#484055
(72,64,85)
#3B3446
(59,52,70)
#2E2837
(46,40,55)
#211C28
(33,28,40)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #9688AF

#9688AF
(150,136,175)
#9F92B6
(159,146,182)
#A89CBD
(168,156,189)
#B1A6C4
(177,166,196)
#BAB0CB
(186,176,203)
#C3BAD2
(195,186,210)
#CCC4D9
(204,196,217)
#D5CEE0
(213,206,224)
#DED8E7
(222,216,231)
#E7E2EE
(231,226,238)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9688AF; }

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

This text font color is #9688AF.


Background Color

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

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

This div background color is #9688AF.


Border color

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

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

This div border color is #9688AF.


Opacity

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

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

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

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

This text has shadow with #9688AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9688AF on black background.


Color preview on white background

This text has color #9688AF on white background.



Black color preview on #9688AF background

This text has black color on #9688AF background.


White color preview on #9688AF background

This text has white color on #9688AF background.