COLOR #9699B2

HEX: #9699B2
RGB: (150,153,178)

Color info

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

RGB color model

#9699B2 color RGB value is (150,153,178).

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

RGB channels and saturation

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

150
153
178

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

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 178 = 481 (100%)
R 150 of 481 ~ 31.19%
G 153 of 481 ~ 31.81%
B 178 of 481 ~ 37.01%

%31.19
%31.81
%37.01

CMYK color model

#9699B2 color CMYK value is (16,14,0,30).

  • cyan value is 15.73%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,14,0,30)
C16M14Y0K30 
(16%,14%,0%,30%)
(0.16/0.14/0.00/0.30)	

CMYK percentages

%15.73
%14.04
%0
%30.2

Codes

Color #9699B2 in popluar color models

9699B2
RGB150153178
HSL234°15.38%64.31%
HSB/HSV234°15.73%69.80%
CMYK15.73%14.04%0.00%
30.20%

Color #9699B2 in popluar number systems.

HEX9699B2
Decimal150153178
Binary100101101001100110110010
Octal226231262

Shades and tints

Shades of #9699B2

#9699B2
(150,153,178)
#898CA2
(137,140,162)
#7C7F92
(124,127,146)
#6F7282
(111,114,130)
#626572
(98,101,114)
#555862
(85,88,98)
#484B52
(72,75,82)
#3B3E42
(59,62,66)
#2E3132
(46,49,50)
#212422
(33,36,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #9699B2

#9699B2
(150,153,178)
#9FA2B9
(159,162,185)
#A8ABC0
(168,171,192)
#B1B4C7
(177,180,199)
#BABDCE
(186,189,206)
#C3C6D5
(195,198,213)
#CCCFDC
(204,207,220)
#D5D8E3
(213,216,227)
#DEE1EA
(222,225,234)
#E7EAF1
(231,234,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9699B2; }

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

This text font color is #9699B2.


Background Color

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

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

This div background color is #9699B2.


Border color

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

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

This div border color is #9699B2.


Opacity

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

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

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

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

This text has shadow with #9699B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9699B2 on black background.


Color preview on white background

This text has color #9699B2 on white background.



Black color preview on #9699B2 background

This text has black color on #9699B2 background.


White color preview on #9699B2 background

This text has white color on #9699B2 background.