COLOR #918EAA

HEX: #918EAA
RGB: (145,142,170)

Color info

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

RGB color model

#918EAA color RGB value is (145,142,170).

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

RGB channels and saturation

R 145 of 255 = 57%
G 142 of 255 = 56%
B 170 of 255 = 67%

145
142
170

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

Portions of RGB colors in percentages

R + G + B =
145 + 142 + 170 = 457 (100%)
R 145 of 457 ~ 31.73%
G 142 of 457 ~ 31.07%
B 170 of 457 ~ 37.2%

%31.73
%31.07
%37.2

CMYK color model

#918EAA color CMYK value is (15,16,0,33).

  • cyan value is 14.71%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,16,0,33)
C15M16Y0K33 
(15%,16%,0%,33%)
(0.15/0.16/0.00/0.33)	

CMYK percentages

%14.71
%16.47
%0
%33.33

Codes

Color #918EAA in popluar color models

918EAA
RGB145142170
HSL246°14.14%61.18%
HSB/HSV246°16.47%66.67%
CMYK14.71%16.47%0.00%
33.33%

Color #918EAA in popluar number systems.

HEX918EAA
Decimal145142170
Binary100100011000111010101010
Octal221216252

Shades and tints

Shades of #918EAA

#918EAA
(145,142,170)
#84829B
(132,130,155)
#77768C
(119,118,140)
#6A6A7D
(106,106,125)
#5D5E6E
(93,94,110)
#50525F
(80,82,95)
#434650
(67,70,80)
#363A41
(54,58,65)
#292E32
(41,46,50)
#1C2223
(28,34,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #918EAA

#918EAA
(145,142,170)
#9B98B1
(155,152,177)
#A5A2B8
(165,162,184)
#AFACBF
(175,172,191)
#B9B6C6
(185,182,198)
#C3C0CD
(195,192,205)
#CDCAD4
(205,202,212)
#D7D4DB
(215,212,219)
#E1DEE2
(225,222,226)
#EBE8E9
(235,232,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918EAA; }

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

This text font color is #918EAA.


Background Color

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

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

This div background color is #918EAA.


Border color

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

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

This div border color is #918EAA.


Opacity

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

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

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

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

This text has shadow with #918EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918EAA on black background.


Color preview on white background

This text has color #918EAA on white background.



Black color preview on #918EAA background

This text has black color on #918EAA background.


White color preview on #918EAA background

This text has white color on #918EAA background.