COLOR #9699A2

HEX: #9699A2
RGB: (150,153,162)

Color info

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

RGB color model

#9699A2 color RGB value is (150,153,162).

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

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 162 of 255 = 64%

150
153
162

R + G + B ~ 61%. #9699A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 162 = 465 (100%)
R 150 of 465 ~ 32.26%
G 153 of 465 ~ 32.9%
B 162 of 465 ~ 34.84%

%32.26
%32.9
%34.84

CMYK color model

#9699A2 color CMYK value is (7,6,0,36).

  • cyan value is 7.41%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,6,0,36)
C7M6Y0K36 
(7%,6%,0%,36%)
(0.07/0.06/0.00/0.36)	

CMYK percentages

%7.41
%5.56
%0
%36.47

Codes

Color #9699A2 in popluar color models

9699A2
RGB150153162
HSL225°6.06%61.18%
HSB/HSV225°7.41%63.53%
CMYK7.41%5.56%0.00%
36.47%

Color #9699A2 in popluar number systems.

HEX9699A2
Decimal150153162
Binary100101101001100110100010
Octal226231242

Shades and tints

Shades of #9699A2

#9699A2
(150,153,162)
#898C94
(137,140,148)
#7C7F86
(124,127,134)
#6F7278
(111,114,120)
#62656A
(98,101,106)
#55585C
(85,88,92)
#484B4E
(72,75,78)
#3B3E40
(59,62,64)
#2E3132
(46,49,50)
#212424
(33,36,36)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #9699A2

#9699A2
(150,153,162)
#9FA2AA
(159,162,170)
#A8ABB2
(168,171,178)
#B1B4BA
(177,180,186)
#BABDC2
(186,189,194)
#C3C6CA
(195,198,202)
#CCCFD2
(204,207,210)
#D5D8DA
(213,216,218)
#DEE1E2
(222,225,226)
#E7EAEA
(231,234,234)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9699A2; }

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

This text font color is #9699A2.


Background Color

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

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

This div background color is #9699A2.


Border color

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

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

This div border color is #9699A2.


Opacity

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

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

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

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

This text has shadow with #9699A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9699A2 on black background.


Color preview on white background

This text has color #9699A2 on white background.



Black color preview on #9699A2 background

This text has black color on #9699A2 background.


White color preview on #9699A2 background

This text has white color on #9699A2 background.