COLOR #908197

HEX: #908197
RGB: (144,129,151)

Color info

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

RGB color model

#908197 color RGB value is (144,129,151).

  • red value is 144;
  • green value is 129;
  • blue value is 151.
RGB:
(144,129,151)
(56%,51%,59%)

RGB channels and saturation

R 144 of 255 = 56%
G 129 of 255 = 51%
B 151 of 255 = 59%

144
129
151

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

Portions of RGB colors in percentages

R + G + B =
144 + 129 + 151 = 424 (100%)
R 144 of 424 ~ 33.96%
G 129 of 424 ~ 30.42%
B 151 of 424 ~ 35.61%

%33.96
%30.42
%35.61

CMYK color model

#908197 color CMYK value is (5,15,0,41).

  • cyan value is 4.64%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(5,15,0,41)
C5M15Y0K41 
(5%,15%,0%,41%)
(0.05/0.15/0.00/0.41)	

CMYK percentages

%4.64
%14.57
%0
%40.78

Codes

Color #908197 in popluar color models

908197
RGB144129151
HSL281°9.57%54.90%
HSB/HSV281°14.57%59.22%
CMYK4.64%14.57%0.00%
40.78%

Color #908197 in popluar number systems.

HEX908197
Decimal144129151
Binary100100001000000110010111
Octal220201227

Shades and tints

Shades of #908197

#908197
(144,129,151)
#83768A
(131,118,138)
#766B7D
(118,107,125)
#696070
(105,96,112)
#5C5563
(92,85,99)
#4F4A56
(79,74,86)
#423F49
(66,63,73)
#35343C
(53,52,60)
#28292F
(40,41,47)
#1B1E22
(27,30,34)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #908197

#908197
(144,129,151)
#9A8CA0
(154,140,160)
#A497A9
(164,151,169)
#AEA2B2
(174,162,178)
#B8ADBB
(184,173,187)
#C2B8C4
(194,184,196)
#CCC3CD
(204,195,205)
#D6CED6
(214,206,214)
#E0D9DF
(224,217,223)
#EAE4E8
(234,228,232)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908197 color. Also use rgb(144,129,151) instead hex code.

Text Font Color

.myTextColor { color: #908197; }

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

This text font color is #908197.


Background Color

.myBgColor { background-color: #908197; }

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

This div background color is #908197.


Border color

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

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

This div border color is #908197.


Opacity

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

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

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

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

This text has shadow with #908197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908197 on black background.


Color preview on white background

This text has color #908197 on white background.



Black color preview on #908197 background

This text has black color on #908197 background.


White color preview on #908197 background

This text has white color on #908197 background.