COLOR #9694B1

HEX: #9694B1
RGB: (150,148,177)

Color info

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

RGB color model

#9694B1 color RGB value is (150,148,177).

  • red value is 150;
  • green value is 148;
  • blue value is 177.
RGB:
(150,148,177)
(59%,58%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 177 of 255 = 69%

150
148
177

R + G + B ~ 62%. #9694B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 177 = 475 (100%)
R 150 of 475 ~ 31.58%
G 148 of 475 ~ 31.16%
B 177 of 475 ~ 37.26%

%31.58
%31.16
%37.26

CMYK color model

#9694B1 color CMYK value is (15,16,0,31).

  • cyan value is 15.25%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,16,0,31)
C15M16Y0K31 
(15%,16%,0%,31%)
(0.15/0.16/0.00/0.31)	

CMYK percentages

%15.25
%16.38
%0
%30.59

Codes

Color #9694B1 in popluar color models

9694B1
RGB150148177
HSL244°15.68%63.73%
HSB/HSV244°16.38%69.41%
CMYK15.25%16.38%0.00%
30.59%

Color #9694B1 in popluar number systems.

HEX9694B1
Decimal150148177
Binary100101101001010010110001
Octal226224261

Shades and tints

Shades of #9694B1

#9694B1
(150,148,177)
#8987A1
(137,135,161)
#7C7A91
(124,122,145)
#6F6D81
(111,109,129)
#626071
(98,96,113)
#555361
(85,83,97)
#484651
(72,70,81)
#3B3941
(59,57,65)
#2E2C31
(46,44,49)
#211F21
(33,31,33)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #9694B1

#9694B1
(150,148,177)
#9F9DB8
(159,157,184)
#A8A6BF
(168,166,191)
#B1AFC6
(177,175,198)
#BAB8CD
(186,184,205)
#C3C1D4
(195,193,212)
#CCCADB
(204,202,219)
#D5D3E2
(213,211,226)
#DEDCE9
(222,220,233)
#E7E5F0
(231,229,240)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9694B1 color. Also use rgb(150,148,177) instead hex code.

Text Font Color

.myTextColor { color: #9694B1; }

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

This text font color is #9694B1.


Background Color

.myBgColor { background-color: #9694B1; }

<div style="background-color:#9694B1">Inner text</div>

This div background color is #9694B1.


Border color

.myBorderColor { border: 1px solid #9694B1; }

<div style="border:3px solid #9694B1">Div</div>

This div border color is #9694B1.


Opacity

.myOpacity80 { color: #9694B1; opacity: 0.8; }

<p style="color:#9694B1;opacity:0.8;">80%</p>

Text with #9694B1 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 #9694B1;}

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

This text has shadow with #9694B1 color.

.textShadow {text-shadow: 3px 3px 1px #9694B1, 3px 3px 1px red;}

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

This text has shadow with #9694B1 primary color and red secondary color.


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

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

This text has shadow with #9694B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9694B1 on black background.


Color preview on white background

This text has color #9694B1 on white background.



Black color preview on #9694B1 background

This text has black color on #9694B1 background.


White color preview on #9694B1 background

This text has white color on #9694B1 background.