COLOR #908995

HEX: #908995
RGB: (144,137,149)

Color info

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

RGB color model

#908995 color RGB value is (144,137,149).

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

RGB channels and saturation

R 144 of 255 = 56%
G 137 of 255 = 54%
B 149 of 255 = 58%

144
137
149

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

Portions of RGB colors in percentages

R + G + B =
144 + 137 + 149 = 430 (100%)
R 144 of 430 ~ 33.49%
G 137 of 430 ~ 31.86%
B 149 of 430 ~ 34.65%

%33.49
%31.86
%34.65

CMYK color model

#908995 color CMYK value is (3,8,0,42).

  • cyan value is 3.36%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(3,8,0,42)
C3M8Y0K42 
(3%,8%,0%,42%)
(0.03/0.08/0.00/0.42)	

CMYK percentages

%3.36
%8.05
%0
%41.57

Codes

Color #908995 in popluar color models

908995
RGB144137149
HSL275°5.36%56.08%
HSB/HSV275°8.05%58.43%
CMYK3.36%8.05%0.00%
41.57%

Color #908995 in popluar number systems.

HEX908995
Decimal144137149
Binary100100001000100110010101
Octal220211225

Shades and tints

Shades of #908995

#908995
(144,137,149)
#837D88
(131,125,136)
#76717B
(118,113,123)
#69656E
(105,101,110)
#5C5961
(92,89,97)
#4F4D54
(79,77,84)
#424147
(66,65,71)
#35353A
(53,53,58)
#28292D
(40,41,45)
#1B1D20
(27,29,32)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #908995

#908995
(144,137,149)
#9A939E
(154,147,158)
#A49DA7
(164,157,167)
#AEA7B0
(174,167,176)
#B8B1B9
(184,177,185)
#C2BBC2
(194,187,194)
#CCC5CB
(204,197,203)
#D6CFD4
(214,207,212)
#E0D9DD
(224,217,221)
#EAE3E6
(234,227,230)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908995; }

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

This text font color is #908995.


Background Color

.myBgColor { background-color: #908995; }

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

This div background color is #908995.


Border color

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

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

This div border color is #908995.


Opacity

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

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

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

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

This text has shadow with #908995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908995 on black background.


Color preview on white background

This text has color #908995 on white background.



Black color preview on #908995 background

This text has black color on #908995 background.


White color preview on #908995 background

This text has white color on #908995 background.