COLOR #918EB3

HEX: #918EB3
RGB: (145,142,179)

Color info

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

RGB color model

#918EB3 color RGB value is (145,142,179).

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

RGB channels and saturation

R 145 of 255 = 57%
G 142 of 255 = 56%
B 179 of 255 = 70%

145
142
179

R + G + B ~ 61%. #918EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 142 + 179 = 466 (100%)
R 145 of 466 ~ 31.12%
G 142 of 466 ~ 30.47%
B 179 of 466 ~ 38.41%

%31.12
%30.47
%38.41

CMYK color model

#918EB3 color CMYK value is (19,21,0,30).

  • cyan value is 18.99%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(19,21,0,30)
C19M21Y0K30 
(19%,21%,0%,30%)
(0.19/0.21/0.00/0.30)	

CMYK percentages

%18.99
%20.67
%0
%29.8

Codes

Color #918EB3 in popluar color models

918EB3
RGB145142179
HSL245°19.58%62.94%
HSB/HSV245°20.67%70.20%
CMYK18.99%20.67%0.00%
29.80%

Color #918EB3 in popluar number systems.

HEX918EB3
Decimal145142179
Binary100100011000111010110011
Octal221216263

Shades and tints

Shades of #918EB3

#918EB3
(145,142,179)
#8482A3
(132,130,163)
#777693
(119,118,147)
#6A6A83
(106,106,131)
#5D5E73
(93,94,115)
#505263
(80,82,99)
#434653
(67,70,83)
#363A43
(54,58,67)
#292E33
(41,46,51)
#1C2223
(28,34,35)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #918EB3

#918EB3
(145,142,179)
#9B98B9
(155,152,185)
#A5A2BF
(165,162,191)
#AFACC5
(175,172,197)
#B9B6CB
(185,182,203)
#C3C0D1
(195,192,209)
#CDCAD7
(205,202,215)
#D7D4DD
(215,212,221)
#E1DEE3
(225,222,227)
#EBE8E9
(235,232,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918EB3; }

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

This text font color is #918EB3.


Background Color

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

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

This div background color is #918EB3.


Border color

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

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

This div border color is #918EB3.


Opacity

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

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

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

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

This text has shadow with #918EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918EB3 on black background.


Color preview on white background

This text has color #918EB3 on white background.



Black color preview on #918EB3 background

This text has black color on #918EB3 background.


White color preview on #918EB3 background

This text has white color on #918EB3 background.