COLOR #9695AA

HEX: #9695AA RGB: (150,149,170)

Color info

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

RGB color model

#9695AA color RGB value is (150,149,170).

RGB: (150,149,170) (59%, 58%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 170 of 255 = 67%

150
149
170

R + G + B ~ 61%. #9695AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 149 + 170 = 469 (100%)
R 150 of 469 ~ 31.98%
G 149 of 469 ~ 31.77%
B 170 of 469 ~ 36.25'%

%31.98
%31.77
%36.25

CMYK color model

#9695AA color CMYK value is (12,12,0,33).

  • cyan value is 11.76%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (12,12,0,33) C12M12Y0K33 (12%,12%,0%,33%) (0.12/0.12/0.00/0.33) 

CMYK percentages

%11.76
%12.35
%0
%33.33

Codes

Color #9695AA in popluar color models

96 95 AA
RGB 150 149 170
HSL 243° 10.99% 62.55%
HSB/HSV 243° 12.35% 66.67%
CMYK 11.76% 12.35% 0.00%
33.33%

Color #9695AA in popluar number systems.

HEX 96 95 AA
Decimal 150 149 170
Binary 10010110 10010101 10101010
Octal 226 225 252

Shades and tints

Shades of #9695AA

#9695AA
(150,149,170)
#89889B
(137,136,155)
#7C7B8C
(124,123,140)
#6F6E7D
(111,110,125)
#62616E
(98,97,110)
#55545F
(85,84,95)
#484750
(72,71,80)
#3B3A41
(59,58,65)
#2E2D32
(46,45,50)
#212023
(33,32,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #9695AA

#9695AA
(150,149,170)
#9F9EB1
(159,158,177)
#A8A7B8
(168,167,184)
#B1B0BF
(177,176,191)
#BAB9C6
(186,185,198)
#C3C2CD
(195,194,205)
#CCCBD4
(204,203,212)
#D5D4DB
(213,212,219)
#DEDDE2
(222,221,226)
#E7E6E9
(231,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9695AA color. Also use rgb(150,149,170) instead hex code.

Text Font Color

.myTextColor { color: #9695AA; }

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

This text font color is #9695AA.

Background Color

.myBgColor { background-color: #9695AA; }

<div style="background-color:#9695AA">Inner text</div>

This div background color is #9695AA.

Border color

.myBorderColor { border: 1px solid #9695AA; }

<div style="border:3px solid #9695AA">Div</div>

This div border color is #9695AA.

Opacity

.myOpacity80 { color: #9695AA; opacity: 0.8; }

<p style="color:#9695AA;opacity:0.8;">80%</p>

Text with #9695AA 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 #9695AA;}

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

This text has shadow with #9695AA color.


.textShadow {text-shadow: 3px 3px 1px #9695AA', 3px 3px 1px red;}

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

This text has shadow with #9695AA primary color and red secondary color.


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

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

This text has shadow with #9695AA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9695AA; -webkit-box-shadow: 1px 1px 3px 2px #9695AA; box-shadow:1px 1px 3px 2px #9695AA;">
Div content here
</div>

This div box has shadow with color #9695AA.

Preview

Color preview on black background

This text has color #9695AA on black background.


Color preview on white background

This text has color #9695AA on white background.


Black color preview on #9695AA background

This text has black color on #9695AA background.


White color preview on #9695AA background

This text has white color on #9695AA background.


Related colors

Complementary color

Complementary color for #hex is #696A55.


I love getcolorcode.com

Triadic colors

1 #AA9695 and #95AA96 with #9695AA are triadic colors.

2 #AA9596 and #9596AA with #9695AA are triadic colors.