COLOR #918DAB

HEX: #918DAB RGB: (145,141,171)

Color info

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

RGB color model

#918DAB color RGB value is (145,141,171).

RGB: (145,141,171) (57%, 55%, 67%)

RGB channels and saturation

R 145 of 255 = 57%
G 141 of 255 = 55%
B 171 of 255 = 67%

145
141
171

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

Portions of RGB colors in percentages

R + G + B = 145 + 141 + 171 = 457 (100%)
R 145 of 457 ~ 31.73%
G 141 of 457 ~ 30.85%
B 171 of 457 ~ 37.42'%

%31.73
%30.85
%37.42

CMYK color model

#918DAB color CMYK value is (15,18,0,33).

  • cyan value is 15.20%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (15,18,0,33)
C15M18Y0K33 (15%, 18%, 0%, 33%)
(0.15 / 0.18 / 0.00 / 0.33)

CMYK percentages

%15.2
%17.54
%0
%32.94

Codes

Color #918DAB in popluar color models

91 8D AB
RGB 145 141 171
HSL 248° 15.15% 61.18%
HSB/HSV 248° 17.54% 67.06%
CMYK 15.20% 17.54% 0.00%
32.94%

Color #918DAB in popluar number systems.

HEX 91 8D AB
Decimal 145 141 171
Binary 10010001 10001101 10101011
Octal 221 215 253

Shades and tints

Shades of #918DAB

#918DAB
(145,141,171)
#84819C
(132,129,156)
#77758D
(119,117,141)
#6A697E
(106,105,126)
#5D5D6F
(93,93,111)
#505160
(80,81,96)
#434551
(67,69,81)
#363942
(54,57,66)
#292D33
(41,45,51)
#1C2124
(28,33,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #918DAB

#918DAB
(145,141,171)
#9B97B2
(155,151,178)
#A5A1B9
(165,161,185)
#AFABC0
(175,171,192)
#B9B5C7
(185,181,199)
#C3BFCE
(195,191,206)
#CDC9D5
(205,201,213)
#D7D3DC
(215,211,220)
#E1DDE3
(225,221,227)
#EBE7EA
(235,231,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918DAB; }

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

This text font color is #918DAB.

Background Color

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

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

This div background color is #918DAB.

Border color

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

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

This div border color is #918DAB.

Opacity

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

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

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

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

This text has shadow with #918DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #918DAB.

Preview

Color preview on black background

This text has color #918DAB on black background.


Color preview on white background

This text has color #918DAB on white background.


Black color preview on #918DAB background

This text has black color on #918DAB background.


White color preview on #918DAB background

This text has white color on #918DAB background.


Related colors

Complementary color

Complementary color for #hex is #6E7254.


I love getcolorcode.com

Triadic colors

1 #AB918D and #8DAB91 with #918DAB are triadic colors.

2 #AB8D91 and #8D91AB with #918DAB are triadic colors.