COLOR #949686

HEX: #949686
RGB: (148,150,134)

Color info

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

RGB color model

#949686 color RGB value is (148,150,134).

  • red value is 148;
  • green value is 150;
  • blue value is 134.
RGB:
(148,150,134)
(58%,59%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 134 of 255 = 53%

148
150
134

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 134 = 432 (100%)
R 148 of 432 ~ 34.26%
G 150 of 432 ~ 34.72%
B 134 of 432 ~ 31.02%

%34.26
%34.72
%31.02

CMYK color model

#949686 color CMYK value is (1,0,11,41).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 41.18%
CMYK:
(1,0,11,41)
C1M0Y11K41 
(1%,0%,11%,41%)
(0.01/0.00/0.11/0.41)	

CMYK percentages

%1.33
%0
%10.67
%41.18

Codes

Color #949686 in popluar color models

949686
RGB148150134
HSL68°7.08%55.69%
HSB/HSV68°10.67%58.82%
CMYK1.33%0.00%10.67%
41.18%

Color #949686 in popluar number systems.

HEX949686
Decimal148150134
Binary100101001001011010000110
Octal224226206

Shades and tints

Shades of #949686

#949686
(148,150,134)
#87897A
(135,137,122)
#7A7C6E
(122,124,110)
#6D6F62
(109,111,98)
#606256
(96,98,86)
#53554A
(83,85,74)
#46483E
(70,72,62)
#393B32
(57,59,50)
#2C2E26
(44,46,38)
#1F211A
(31,33,26)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #949686

#949686
(148,150,134)
#9D9F91
(157,159,145)
#A6A89C
(166,168,156)
#AFB1A7
(175,177,167)
#B8BAB2
(184,186,178)
#C1C3BD
(193,195,189)
#CACCC8
(202,204,200)
#D3D5D3
(211,213,211)
#DCDEDE
(220,222,222)
#E5E7E9
(229,231,233)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949686 color. Also use rgb(148,150,134) instead hex code.

Text Font Color

.myTextColor { color: #949686; }

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

This text font color is #949686.


Background Color

.myBgColor { background-color: #949686; }

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

This div background color is #949686.


Border color

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

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

This div border color is #949686.


Opacity

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

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

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

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

This text has shadow with #949686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949686 on black background.


Color preview on white background

This text has color #949686 on white background.



Black color preview on #949686 background

This text has black color on #949686 background.


White color preview on #949686 background

This text has white color on #949686 background.