COLOR #908C9E

HEX: #908C9E
RGB: (144,140,158)

Color info

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

RGB color model

#908C9E color RGB value is (144,140,158).

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

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 158 of 255 = 62%

144
140
158

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 158 = 442 (100%)
R 144 of 442 ~ 32.58%
G 140 of 442 ~ 31.67%
B 158 of 442 ~ 35.75%

%32.58
%31.67
%35.75

CMYK color model

#908C9E color CMYK value is (9,11,0,38).

  • cyan value is 8.86%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,11,0,38)
C9M11Y0K38 
(9%,11%,0%,38%)
(0.09/0.11/0.00/0.38)	

CMYK percentages

%8.86
%11.39
%0
%38.04

Codes

Color #908C9E in popluar color models

908C9E
RGB144140158
HSL253°8.49%58.43%
HSB/HSV253°11.39%61.96%
CMYK8.86%11.39%0.00%
38.04%

Color #908C9E in popluar number systems.

HEX908C9E
Decimal144140158
Binary100100001000110010011110
Octal220214236

Shades and tints

Shades of #908C9E

#908C9E
(144,140,158)
#838090
(131,128,144)
#767482
(118,116,130)
#696874
(105,104,116)
#5C5C66
(92,92,102)
#4F5058
(79,80,88)
#42444A
(66,68,74)
#35383C
(53,56,60)
#282C2E
(40,44,46)
#1B2020
(27,32,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #908C9E

#908C9E
(144,140,158)
#9A96A6
(154,150,166)
#A4A0AE
(164,160,174)
#AEAAB6
(174,170,182)
#B8B4BE
(184,180,190)
#C2BEC6
(194,190,198)
#CCC8CE
(204,200,206)
#D6D2D6
(214,210,214)
#E0DCDE
(224,220,222)
#EAE6E6
(234,230,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908C9E; }

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

This text font color is #908C9E.


Background Color

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

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

This div background color is #908C9E.


Border color

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

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

This div border color is #908C9E.


Opacity

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

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

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

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

This text has shadow with #908C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908C9E on black background.


Color preview on white background

This text has color #908C9E on white background.



Black color preview on #908C9E background

This text has black color on #908C9E background.


White color preview on #908C9E background

This text has white color on #908C9E background.