COLOR #949687

HEX: #949687
RGB: (148,150,135)

Color info

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

RGB color model

#949687 color RGB value is (148,150,135).

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

RGB channels and saturation

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

148
150
135

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

Portions of RGB colors in percentages

R + G + B =
148 + 150 + 135 = 433 (100%)
R 148 of 433 ~ 34.18%
G 150 of 433 ~ 34.64%
B 135 of 433 ~ 31.18%

%34.18
%34.64
%31.18

CMYK color model

#949687 color CMYK value is (1,0,10,41).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 41.18%
CMYK:
(1,0,10,41)
C1M0Y10K41 
(1%,0%,10%,41%)
(0.01/0.00/0.10/0.41)	

CMYK percentages

%1.33
%0
%10
%41.18

Codes

Color #949687 in popluar color models

949687
RGB148150135
HSL68°6.67%55.88%
HSB/HSV68°10.00%58.82%
CMYK1.33%0.00%10.00%
41.18%

Color #949687 in popluar number systems.

HEX949687
Decimal148150135
Binary100101001001011010000111
Octal224226207

Shades and tints

Shades of #949687

#949687
(148,150,135)
#87897B
(135,137,123)
#7A7C6F
(122,124,111)
#6D6F63
(109,111,99)
#606257
(96,98,87)
#53554B
(83,85,75)
#46483F
(70,72,63)
#393B33
(57,59,51)
#2C2E27
(44,46,39)
#1F211B
(31,33,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #949687

#949687
(148,150,135)
#9D9F91
(157,159,145)
#A6A89B
(166,168,155)
#AFB1A5
(175,177,165)
#B8BAAF
(184,186,175)
#C1C3B9
(193,195,185)
#CACCC3
(202,204,195)
#D3D5CD
(211,213,205)
#DCDED7
(220,222,215)
#E5E7E1
(229,231,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949687; }

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

This text font color is #949687.


Background Color

.myBgColor { background-color: #949687; }

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

This div background color is #949687.


Border color

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

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

This div border color is #949687.


Opacity

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

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

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

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

This text has shadow with #949687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949687 on black background.


Color preview on white background

This text has color #949687 on white background.



Black color preview on #949687 background

This text has black color on #949687 background.


White color preview on #949687 background

This text has white color on #949687 background.