COLOR #918DAA

HEX: #918DAA
RGB: (145,141,170)

Color info

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

RGB color model

#918DAA color RGB value is (145,141,170).

  • red value is 145;
  • green value is 141;
  • blue value is 170.
RGB:
(145,141,170)
(57%,55%,67%)

RGB channels and saturation

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

145
141
170

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

Portions of RGB colors in percentages

R + G + B =
145 + 141 + 170 = 456 (100%)
R 145 of 456 ~ 31.8%
G 141 of 456 ~ 30.92%
B 170 of 456 ~ 37.28%

%31.8
%30.92
%37.28

CMYK color model

#918DAA color CMYK value is (15,17,0,33).

  • cyan value is 14.71%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,17,0,33)
C15M17Y0K33 
(15%,17%,0%,33%)
(0.15/0.17/0.00/0.33)	

CMYK percentages

%14.71
%17.06
%0
%33.33

Codes

Color #918DAA in popluar color models

918DAA
RGB145141170
HSL248°14.57%60.98%
HSB/HSV248°17.06%66.67%
CMYK14.71%17.06%0.00%
33.33%

Color #918DAA in popluar number systems.

HEX918DAA
Decimal145141170
Binary100100011000110110101010
Octal221215252

Shades and tints

Shades of #918DAA

#918DAA
(145,141,170)
#84819B
(132,129,155)
#77758C
(119,117,140)
#6A697D
(106,105,125)
#5D5D6E
(93,93,110)
#50515F
(80,81,95)
#434550
(67,69,80)
#363941
(54,57,65)
#292D32
(41,45,50)
#1C2123
(28,33,35)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #918DAA

#918DAA
(145,141,170)
#9B97B1
(155,151,177)
#A5A1B8
(165,161,184)
#AFABBF
(175,171,191)
#B9B5C6
(185,181,198)
#C3BFCD
(195,191,205)
#CDC9D4
(205,201,212)
#D7D3DB
(215,211,219)
#E1DDE2
(225,221,226)
#EBE7E9
(235,231,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918DAA; }

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

This text font color is #918DAA.


Background Color

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

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

This div background color is #918DAA.


Border color

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

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

This div border color is #918DAA.


Opacity

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

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

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

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

This text has shadow with #918DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918DAA on black background.


Color preview on white background

This text has color #918DAA on white background.



Black color preview on #918DAA background

This text has black color on #918DAA background.


White color preview on #918DAA background

This text has white color on #918DAA background.