COLOR #908C95

HEX: #908C95
RGB: (144,140,149)

Color info

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

RGB color model

#908C95 color RGB value is (144,140,149).

  • red value is 144;
  • green value is 140;
  • blue value is 149.
RGB:
(144,140,149)
(56%,55%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 149 of 255 = 58%

144
140
149

R + G + B ~ 56%. #908C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 149 = 433 (100%)
R 144 of 433 ~ 33.26%
G 140 of 433 ~ 32.33%
B 149 of 433 ~ 34.41%

%33.26
%32.33
%34.41

CMYK color model

#908C95 color CMYK value is (3,6,0,42).

  • cyan value is 3.36%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(3,6,0,42)
C3M6Y0K42 
(3%,6%,0%,42%)
(0.03/0.06/0.00/0.42)	

CMYK percentages

%3.36
%6.04
%0
%41.57

Codes

Color #908C95 in popluar color models

908C95
RGB144140149
HSL267°4.07%56.67%
HSB/HSV267°6.04%58.43%
CMYK3.36%6.04%0.00%
41.57%

Color #908C95 in popluar number systems.

HEX908C95
Decimal144140149
Binary100100001000110010010101
Octal220214225

Shades and tints

Shades of #908C95

#908C95
(144,140,149)
#838088
(131,128,136)
#76747B
(118,116,123)
#69686E
(105,104,110)
#5C5C61
(92,92,97)
#4F5054
(79,80,84)
#424447
(66,68,71)
#35383A
(53,56,58)
#282C2D
(40,44,45)
#1B2020
(27,32,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #908C95

#908C95
(144,140,149)
#9A969E
(154,150,158)
#A4A0A7
(164,160,167)
#AEAAB0
(174,170,176)
#B8B4B9
(184,180,185)
#C2BEC2
(194,190,194)
#CCC8CB
(204,200,203)
#D6D2D4
(214,210,212)
#E0DCDD
(224,220,221)
#EAE6E6
(234,230,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908C95 color. Also use rgb(144,140,149) instead hex code.

Text Font Color

.myTextColor { color: #908C95; }

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

This text font color is #908C95.


Background Color

.myBgColor { background-color: #908C95; }

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

This div background color is #908C95.


Border color

.myBorderColor { border: 1px solid #908C95; }

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

This div border color is #908C95.


Opacity

.myOpacity80 { color: #908C95; opacity: 0.8; }

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

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

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

This text has shadow with #908C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908C95 on black background.


Color preview on white background

This text has color #908C95 on white background.



Black color preview on #908C95 background

This text has black color on #908C95 background.


White color preview on #908C95 background

This text has white color on #908C95 background.