COLOR #9698B2

HEX: #9698B2
RGB: (150,152,178)

Color info

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

RGB color model

#9698B2 color RGB value is (150,152,178).

  • red value is 150;
  • green value is 152;
  • blue value is 178.
RGB:
(150,152,178)
(59%,60%,70%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 178 of 255 = 70%

150
152
178

R + G + B ~ 63%. #9698B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 178 = 480 (100%)
R 150 of 480 ~ 31.25%
G 152 of 480 ~ 31.67%
B 178 of 480 ~ 37.08%

%31.25
%31.67
%37.08

CMYK color model

#9698B2 color CMYK value is (16,15,0,30).

  • cyan value is 15.73%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,15,0,30)
C16M15Y0K30 
(16%,15%,0%,30%)
(0.16/0.15/0.00/0.30)	

CMYK percentages

%15.73
%14.61
%0
%30.2

Codes

Color #9698B2 in popluar color models

9698B2
RGB150152178
HSL236°15.38%64.31%
HSB/HSV236°15.73%69.80%
CMYK15.73%14.61%0.00%
30.20%

Color #9698B2 in popluar number systems.

HEX9698B2
Decimal150152178
Binary100101101001100010110010
Octal226230262

Shades and tints

Shades of #9698B2

#9698B2
(150,152,178)
#898BA2
(137,139,162)
#7C7E92
(124,126,146)
#6F7182
(111,113,130)
#626472
(98,100,114)
#555762
(85,87,98)
#484A52
(72,74,82)
#3B3D42
(59,61,66)
#2E3032
(46,48,50)
#212322
(33,35,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #9698B2

#9698B2
(150,152,178)
#9FA1B9
(159,161,185)
#A8AAC0
(168,170,192)
#B1B3C7
(177,179,199)
#BABCCE
(186,188,206)
#C3C5D5
(195,197,213)
#CCCEDC
(204,206,220)
#D5D7E3
(213,215,227)
#DEE0EA
(222,224,234)
#E7E9F1
(231,233,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9698B2 color. Also use rgb(150,152,178) instead hex code.

Text Font Color

.myTextColor { color: #9698B2; }

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

This text font color is #9698B2.


Background Color

.myBgColor { background-color: #9698B2; }

<div style="background-color:#9698B2">Inner text</div>

This div background color is #9698B2.


Border color

.myBorderColor { border: 1px solid #9698B2; }

<div style="border:3px solid #9698B2">Div</div>

This div border color is #9698B2.


Opacity

.myOpacity80 { color: #9698B2; opacity: 0.8; }

<p style="color:#9698B2;opacity:0.8;">80%</p>

Text with #9698B2 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 #9698B2;}

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

This text has shadow with #9698B2 color.

.textShadow {text-shadow: 3px 3px 1px #9698B2, 3px 3px 1px red;}

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

This text has shadow with #9698B2 primary color and red secondary color.


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

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

This text has shadow with #9698B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9698B2 on black background.


Color preview on white background

This text has color #9698B2 on white background.



Black color preview on #9698B2 background

This text has black color on #9698B2 background.


White color preview on #9698B2 background

This text has white color on #9698B2 background.