COLOR #9697B5

HEX: #9697B5
RGB: (150,151,181)

Color info

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

RGB color model

#9697B5 color RGB value is (150,151,181).

  • red value is 150;
  • green value is 151;
  • blue value is 181.
RGB:
(150,151,181)
(59%,59%,71%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 181 of 255 = 71%

150
151
181

R + G + B ~ 63%. #9697B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 181 = 482 (100%)
R 150 of 482 ~ 31.12%
G 151 of 482 ~ 31.33%
B 181 of 482 ~ 37.55%

%31.12
%31.33
%37.55

CMYK color model

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

  • cyan value is 17.13%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,17,0,29)
C17M17Y0K29 
(17%,17%,0%,29%)
(0.17/0.17/0.00/0.29)	

CMYK percentages

%17.13
%16.57
%0
%29.02

Codes

Color #9697B5 in popluar color models

9697B5
RGB150151181
HSL238°17.32%64.90%
HSB/HSV238°17.13%70.98%
CMYK17.13%16.57%0.00%
29.02%

Color #9697B5 in popluar number systems.

HEX9697B5
Decimal150151181
Binary100101101001011110110101
Octal226227265

Shades and tints

Shades of #9697B5

#9697B5
(150,151,181)
#898AA5
(137,138,165)
#7C7D95
(124,125,149)
#6F7085
(111,112,133)
#626375
(98,99,117)
#555665
(85,86,101)
#484955
(72,73,85)
#3B3C45
(59,60,69)
#2E2F35
(46,47,53)
#212225
(33,34,37)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #9697B5

#9697B5
(150,151,181)
#9FA0BB
(159,160,187)
#A8A9C1
(168,169,193)
#B1B2C7
(177,178,199)
#BABBCD
(186,187,205)
#C3C4D3
(195,196,211)
#CCCDD9
(204,205,217)
#D5D6DF
(213,214,223)
#DEDFE5
(222,223,229)
#E7E8EB
(231,232,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9697B5; }

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

This text font color is #9697B5.


Background Color

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

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

This div background color is #9697B5.


Border color

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

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

This div border color is #9697B5.


Opacity

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

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

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

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

This text has shadow with #9697B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9697B5 on black background.


Color preview on white background

This text has color #9697B5 on white background.



Black color preview on #9697B5 background

This text has black color on #9697B5 background.


White color preview on #9697B5 background

This text has white color on #9697B5 background.