COLOR #9692AD

HEX: #9692AD RGB: (150,146,173)

Color info

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

RGB color model

#9692AD color RGB value is (150,146,173).

RGB: (150,146,173) (59%, 57%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 173 of 255 = 68%

150
146
173

R + G + B ~ 61%. #9692AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 146 + 173 = 469 (100%)
R 150 of 469 ~ 31.98%
G 146 of 469 ~ 31.13%
B 173 of 469 ~ 36.89'%

%31.98
%31.13
%36.89

CMYK color model

#9692AD color CMYK value is (13,16,0,32).

  • cyan value is 13.29%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (13,16,0,32) C13M16Y0K32 (13%,16%,0%,32%) (0.13/0.16/0.00/0.32) 

CMYK percentages

%13.29
%15.61
%0
%32.16

Codes

Color #9692AD in popluar color models

96 92 AD
RGB 150 146 173
HSL 249° 14.14% 62.55%
HSB/HSV 249° 15.61% 67.84%
CMYK 13.29% 15.61% 0.00%
32.16%

Color #9692AD in popluar number systems.

HEX 96 92 AD
Decimal 150 146 173
Binary 10010110 10010010 10101101
Octal 226 222 255

Shades and tints

Shades of #9692AD

#9692AD
(150,146,173)
#89859E
(137,133,158)
#7C788F
(124,120,143)
#6F6B80
(111,107,128)
#625E71
(98,94,113)
#555162
(85,81,98)
#484453
(72,68,83)
#3B3744
(59,55,68)
#2E2A35
(46,42,53)
#211D26
(33,29,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #9692AD

#9692AD
(150,146,173)
#9F9BB4
(159,155,180)
#A8A4BB
(168,164,187)
#B1ADC2
(177,173,194)
#BAB6C9
(186,182,201)
#C3BFD0
(195,191,208)
#CCC8D7
(204,200,215)
#D5D1DE
(213,209,222)
#DEDAE5
(222,218,229)
#E7E3EC
(231,227,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9692AD color. Also use rgb(150,146,173) instead hex code.

Text Font Color

.myTextColor { color: #9692AD; }

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

This text font color is #9692AD.

Background Color

.myBgColor { background-color: #9692AD; }

<div style="background-color:#9692AD">Inner text</div>

This div background color is #9692AD.

Border color

.myBorderColor { border: 1px solid #9692AD; }

<div style="border:3px solid #9692AD">Div</div>

This div border color is #9692AD.

Opacity

.myOpacity80 { color: #9692AD; opacity: 0.8; }

<p style="color:#9692AD;opacity:0.8;">80%</p>

Text with #9692AD 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 #9692AD;}

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

This text has shadow with #9692AD color.


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

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

This text has shadow with #9692AD primary color and red secondary color.


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

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

This text has shadow with #9692AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9692AD.

Preview

Color preview on black background

This text has color #9692AD on black background.


Color preview on white background

This text has color #9692AD on white background.


Black color preview on #9692AD background

This text has black color on #9692AD background.


White color preview on #9692AD background

This text has white color on #9692AD background.


Related colors

Complementary color

Complementary color for #hex is #696D52.


I love getcolorcode.com

Triadic colors

1 #AD9692 and #92AD96 with #9692AD are triadic colors.

2 #AD9296 and #9296AD with #9692AD are triadic colors.