COLOR #999695

HEX: #999695 RGB: (153,150,149)

Color info

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

RGB color model

#999695 color RGB value is (153,150,149).

RGB: (153,150,149) (60%, 59%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 149 of 255 = 58%

153
150
149

R + G + B ~ 59%. #999695 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 150 + 149 = 452 (100%)
R 153 of 452 ~ 33.85%
G 150 of 452 ~ 33.19%
B 149 of 452 ~ 32.96'%

%33.85
%33.19
%32.96

CMYK color model

#999695 color CMYK value is (0,2,3,40).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 2.61%
  • key color value is 40.00%

CMYK: (0,2,3,40)
C0M2Y3K40 (0%, 2%, 3%, 40%)
(0.00 / 0.02 / 0.03 / 0.40)

CMYK percentages

%0
%1.96
%2.61
%40

Codes

Color #999695 in popluar color models

99 96 95
RGB 153 150 149
HSL 15° 1.92% 59.22%
HSB/HSV 15° 2.61% 60.00%
CMYK 0.00% 1.96% 2.61%
40.00%

Color #999695 in popluar number systems.

HEX 99 96 95
Decimal 153 150 149
Binary 10011001 10010110 10010101
Octal 231 226 225

Shades and tints

Shades of #999695

#999695
(153,150,149)
#8C8988
(140,137,136)
#7F7C7B
(127,124,123)
#726F6E
(114,111,110)
#656261
(101,98,97)
#585554
(88,85,84)
#4B4847
(75,72,71)
#3E3B3A
(62,59,58)
#312E2D
(49,46,45)
#242120
(36,33,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #999695

#999695
(153,150,149)
#A29F9E
(162,159,158)
#ABA8A7
(171,168,167)
#B4B1B0
(180,177,176)
#BDBAB9
(189,186,185)
#C6C3C2
(198,195,194)
#CFCCCB
(207,204,203)
#D8D5D4
(216,213,212)
#E1DEDD
(225,222,221)
#EAE7E6
(234,231,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999695; }

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

This text font color is #999695.

Background Color

.myBgColor { background-color: #999695; }

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

This div background color is #999695.

Border color

.myBorderColor { border: 1px solid #999695; }

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

This div border color is #999695.

Opacity

.myOpacity80 { color: #999695; opacity: 0.8; }

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

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

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

This text has shadow with #999695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999695.

Preview

Color preview on black background

This text has color #999695 on black background.


Color preview on white background

This text has color #999695 on white background.


Black color preview on #999695 background

This text has black color on #999695 background.


White color preview on #999695 background

This text has white color on #999695 background.


Related colors

Complementary color

Complementary color for #hex is #66696A.


I love getcolorcode.com

Triadic colors

1 #959996 and #969599 with #999695 are triadic colors.

2 #959699 and #969995 with #999695 are triadic colors.