COLOR #9692B5

HEX: #9692B5 RGB: (150,146,181)

Color info

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

RGB color model

#9692B5 color RGB value is (150,146,181).

RGB: (150,146,181) (59%, 57%, 71%)

RGB channels and saturation

R 150 of 255 = 59%
G 146 of 255 = 57%
B 181 of 255 = 71%

150
146
181

R + G + B ~ 62%. #9692B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 146 + 181 = 477 (100%)
R 150 of 477 ~ 31.45%
G 146 of 477 ~ 30.61%
B 181 of 477 ~ 37.95'%

%31.45
%30.61
%37.95

CMYK color model

#9692B5 color CMYK value is (17,19,0,29).

  • cyan value is 17.13%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (17,19,0,29)
C17M19Y0K29 (17%, 19%, 0%, 29%)
(0.17 / 0.19 / 0.00 / 0.29)

CMYK percentages

%17.13
%19.34
%0
%29.02

Codes

Color #9692B5 in popluar color models

96 92 B5
RGB 150 146 181
HSL 247° 19.13% 64.12%
HSB/HSV 247° 19.34% 70.98%
CMYK 17.13% 19.34% 0.00%
29.02%

Color #9692B5 in popluar number systems.

HEX 96 92 B5
Decimal 150 146 181
Binary 10010110 10010010 10110101
Octal 226 222 265

Shades and tints

Shades of #9692B5

#9692B5
(150,146,181)
#8985A5
(137,133,165)
#7C7895
(124,120,149)
#6F6B85
(111,107,133)
#625E75
(98,94,117)
#555165
(85,81,101)
#484455
(72,68,85)
#3B3745
(59,55,69)
#2E2A35
(46,42,53)
#211D25
(33,29,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #9692B5

#9692B5
(150,146,181)
#9F9BBB
(159,155,187)
#A8A4C1
(168,164,193)
#B1ADC7
(177,173,199)
#BAB6CD
(186,182,205)
#C3BFD3
(195,191,211)
#CCC8D9
(204,200,217)
#D5D1DF
(213,209,223)
#DEDAE5
(222,218,229)
#E7E3EB
(231,227,235)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9692B5; }

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

This text font color is #9692B5.

Background Color

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

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

This div background color is #9692B5.

Border color

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

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

This div border color is #9692B5.

Opacity

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

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

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

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

This text has shadow with #9692B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9692B5.

Preview

Color preview on black background

This text has color #9692B5 on black background.


Color preview on white background

This text has color #9692B5 on white background.


Black color preview on #9692B5 background

This text has black color on #9692B5 background.


White color preview on #9692B5 background

This text has white color on #9692B5 background.


Related colors

Complementary color

Complementary color for #hex is #696D4A.


I love getcolorcode.com

Triadic colors

1 #B59692 and #92B596 with #9692B5 are triadic colors.

2 #B59296 and #9296B5 with #9692B5 are triadic colors.