COLOR #9693B4

HEX: #9693B4
RGB: (150,147,180)

Color info

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

RGB color model

#9693B4 color RGB value is (150,147,180).

  • red value is 150;
  • green value is 147;
  • blue value is 180.
RGB:
(150,147,180)
(59%,58%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 180 of 255 = 71%

150
147
180

R + G + B ~ 63%. #9693B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 147 + 180 = 477 (100%)
R 150 of 477 ~ 31.45%
G 147 of 477 ~ 30.82%
B 180 of 477 ~ 37.74%

%31.45
%30.82
%37.74

CMYK color model

#9693B4 color CMYK value is (17,18,0,29).

  • cyan value is 16.67%
  • magenta value is 18.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(17,18,0,29)
C17M18Y0K29 
(17%,18%,0%,29%)
(0.17/0.18/0.00/0.29)	

CMYK percentages

%16.67
%18.33
%0
%29.41

Codes

Color #9693B4 in popluar color models

9693B4
RGB150147180
HSL245°18.03%64.12%
HSB/HSV245°18.33%70.59%
CMYK16.67%18.33%0.00%
29.41%

Color #9693B4 in popluar number systems.

HEX9693B4
Decimal150147180
Binary100101101001001110110100
Octal226223264

Shades and tints

Shades of #9693B4

#9693B4
(150,147,180)
#8986A4
(137,134,164)
#7C7994
(124,121,148)
#6F6C84
(111,108,132)
#625F74
(98,95,116)
#555264
(85,82,100)
#484554
(72,69,84)
#3B3844
(59,56,68)
#2E2B34
(46,43,52)
#211E24
(33,30,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #9693B4

#9693B4
(150,147,180)
#9F9CBA
(159,156,186)
#A8A5C0
(168,165,192)
#B1AEC6
(177,174,198)
#BAB7CC
(186,183,204)
#C3C0D2
(195,192,210)
#CCC9D8
(204,201,216)
#D5D2DE
(213,210,222)
#DEDBE4
(222,219,228)
#E7E4EA
(231,228,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9693B4 color. Also use rgb(150,147,180) instead hex code.

Text Font Color

.myTextColor { color: #9693B4; }

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

This text font color is #9693B4.


Background Color

.myBgColor { background-color: #9693B4; }

<div style="background-color:#9693B4">Inner text</div>

This div background color is #9693B4.


Border color

.myBorderColor { border: 1px solid #9693B4; }

<div style="border:3px solid #9693B4">Div</div>

This div border color is #9693B4.


Opacity

.myOpacity80 { color: #9693B4; opacity: 0.8; }

<p style="color:#9693B4;opacity:0.8;">80%</p>

Text with #9693B4 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 #9693B4;}

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

This text has shadow with #9693B4 color.

.textShadow {text-shadow: 3px 3px 1px #9693B4, 3px 3px 1px red;}

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

This text has shadow with #9693B4 primary color and red secondary color.


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

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

This text has shadow with #9693B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9693B4 on black background.


Color preview on white background

This text has color #9693B4 on white background.



Black color preview on #9693B4 background

This text has black color on #9693B4 background.


White color preview on #9693B4 background

This text has white color on #9693B4 background.