COLOR #9686AE

HEX: #9686AE
RGB: (150,134,174)

Color info

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

RGB color model

#9686AE color RGB value is (150,134,174).

  • red value is 150;
  • green value is 134;
  • blue value is 174.
RGB:
(150,134,174)
(59%,53%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 174 of 255 = 68%

150
134
174

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 174 = 458 (100%)
R 150 of 458 ~ 32.75%
G 134 of 458 ~ 29.26%
B 174 of 458 ~ 37.99%

%32.75
%29.26
%37.99

CMYK color model

#9686AE color CMYK value is (14,23,0,32).

  • cyan value is 13.79%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(14,23,0,32)
C14M23Y0K32 
(14%,23%,0%,32%)
(0.14/0.23/0.00/0.32)	

CMYK percentages

%13.79
%22.99
%0
%31.76

Codes

Color #9686AE in popluar color models

9686AE
RGB150134174
HSL264°19.80%60.39%
HSB/HSV264°22.99%68.24%
CMYK13.79%22.99%0.00%
31.76%

Color #9686AE in popluar number systems.

HEX9686AE
Decimal150134174
Binary100101101000011010101110
Octal226206256

Shades and tints

Shades of #9686AE

#9686AE
(150,134,174)
#897A9F
(137,122,159)
#7C6E90
(124,110,144)
#6F6281
(111,98,129)
#625672
(98,86,114)
#554A63
(85,74,99)
#483E54
(72,62,84)
#3B3245
(59,50,69)
#2E2636
(46,38,54)
#211A27
(33,26,39)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #9686AE

#9686AE
(150,134,174)
#9F91B5
(159,145,181)
#A89CBC
(168,156,188)
#B1A7C3
(177,167,195)
#BAB2CA
(186,178,202)
#C3BDD1
(195,189,209)
#CCC8D8
(204,200,216)
#D5D3DF
(213,211,223)
#DEDEE6
(222,222,230)
#E7E9ED
(231,233,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9686AE color. Also use rgb(150,134,174) instead hex code.

Text Font Color

.myTextColor { color: #9686AE; }

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

This text font color is #9686AE.


Background Color

.myBgColor { background-color: #9686AE; }

<div style="background-color:#9686AE">Inner text</div>

This div background color is #9686AE.


Border color

.myBorderColor { border: 1px solid #9686AE; }

<div style="border:3px solid #9686AE">Div</div>

This div border color is #9686AE.


Opacity

.myOpacity80 { color: #9686AE; opacity: 0.8; }

<p style="color:#9686AE;opacity:0.8;">80%</p>

Text with #9686AE 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 #9686AE;}

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

This text has shadow with #9686AE color.

.textShadow {text-shadow: 3px 3px 1px #9686AE, 3px 3px 1px red;}

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

This text has shadow with #9686AE primary color and red secondary color.


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

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

This text has shadow with #9686AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9686AE on black background.


Color preview on white background

This text has color #9686AE on white background.



Black color preview on #9686AE background

This text has black color on #9686AE background.


White color preview on #9686AE background

This text has white color on #9686AE background.