COLOR #908DAB

HEX: #908DAB RGB: (144,141,171)

Color info

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

RGB color model

#908DAB color RGB value is (144,141,171).

RGB: (144,141,171) (56%, 55%, 67%)

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 171 of 255 = 67%

144
141
171

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

Portions of RGB colors in percentages

R + G + B = 144 + 141 + 171 = 456 (100%)
R 144 of 456 ~ 31.58%
G 141 of 456 ~ 30.92%
B 171 of 456 ~ 37.5'%

%31.58
%30.92
%37.5

CMYK color model

#908DAB color CMYK value is (16,18,0,33).

  • cyan value is 15.79%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (16,18,0,33) C16M18Y0K33 (16%,18%,0%,33%) (0.16/0.18/0.00/0.33) 

CMYK percentages

%15.79
%17.54
%0
%32.94

Codes

Color #908DAB in popluar color models

90 8D AB
RGB 144 141 171
HSL 246° 15.15% 61.18%
HSB/HSV 246° 17.54% 67.06%
CMYK 15.79% 17.54% 0.00%
32.94%

Color #908DAB in popluar number systems.

HEX 90 8D AB
Decimal 144 141 171
Binary 10010000 10001101 10101011
Octal 220 215 253

Shades and tints

Shades of #908DAB

#908DAB
(144,141,171)
#83819C
(131,129,156)
#76758D
(118,117,141)
#69697E
(105,105,126)
#5C5D6F
(92,93,111)
#4F5160
(79,81,96)
#424551
(66,69,81)
#353942
(53,57,66)
#282D33
(40,45,51)
#1B2124
(27,33,36)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #908DAB

#908DAB
(144,141,171)
#9A97B2
(154,151,178)
#A4A1B9
(164,161,185)
#AEABC0
(174,171,192)
#B8B5C7
(184,181,199)
#C2BFCE
(194,191,206)
#CCC9D5
(204,201,213)
#D6D3DC
(214,211,220)
#E0DDE3
(224,221,227)
#EAE7EA
(234,231,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908DAB color. Also use rgb(144,141,171) instead hex code.

Text Font Color

.myTextColor { color: #908DAB; }

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

This text font color is #908DAB.

Background Color

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

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

This div background color is #908DAB.

Border color

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

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

This div border color is #908DAB.

Opacity

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

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

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

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

This text has shadow with #908DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908DAB.

Preview

Color preview on black background

This text has color #908DAB on black background.


Color preview on white background

This text has color #908DAB on white background.


Black color preview on #908DAB background

This text has black color on #908DAB background.


White color preview on #908DAB background

This text has white color on #908DAB background.


Related colors

Complementary color

Complementary color for #hex is #6F7254.


I love getcolorcode.com

Triadic colors

1 #AB908D and #8DAB90 with #908DAB are triadic colors.

2 #AB8D90 and #8D90AB with #908DAB are triadic colors.