COLOR #918FA1

HEX: #918FA1
RGB: (145,143,161)

Color info

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

RGB color model

#918FA1 color RGB value is (145,143,161).

  • red value is 145;
  • green value is 143;
  • blue value is 161.
RGB:
(145,143,161)
(57%,56%,63%)

RGB channels and saturation

R 145 of 255 = 57%
G 143 of 255 = 56%
B 161 of 255 = 63%

145
143
161

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

Portions of RGB colors in percentages

R + G + B =
145 + 143 + 161 = 449 (100%)
R 145 of 449 ~ 32.29%
G 143 of 449 ~ 31.85%
B 161 of 449 ~ 35.86%

%32.29
%31.85
%35.86

CMYK color model

#918FA1 color CMYK value is (10,11,0,37).

  • cyan value is 9.94%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(10,11,0,37)
C10M11Y0K37 
(10%,11%,0%,37%)
(0.10/0.11/0.00/0.37)	

CMYK percentages

%9.94
%11.18
%0
%36.86

Codes

Color #918FA1 in popluar color models

918FA1
RGB145143161
HSL247°8.74%59.61%
HSB/HSV247°11.18%63.14%
CMYK9.94%11.18%0.00%
36.86%

Color #918FA1 in popluar number systems.

HEX918FA1
Decimal145143161
Binary100100011000111110100001
Octal221217241

Shades and tints

Shades of #918FA1

#918FA1
(145,143,161)
#848293
(132,130,147)
#777585
(119,117,133)
#6A6877
(106,104,119)
#5D5B69
(93,91,105)
#504E5B
(80,78,91)
#43414D
(67,65,77)
#36343F
(54,52,63)
#292731
(41,39,49)
#1C1A23
(28,26,35)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #918FA1

#918FA1
(145,143,161)
#9B99A9
(155,153,169)
#A5A3B1
(165,163,177)
#AFADB9
(175,173,185)
#B9B7C1
(185,183,193)
#C3C1C9
(195,193,201)
#CDCBD1
(205,203,209)
#D7D5D9
(215,213,217)
#E1DFE1
(225,223,225)
#EBE9E9
(235,233,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918FA1 color. Also use rgb(145,143,161) instead hex code.

Text Font Color

.myTextColor { color: #918FA1; }

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

This text font color is #918FA1.


Background Color

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

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

This div background color is #918FA1.


Border color

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

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

This div border color is #918FA1.


Opacity

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

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

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

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

This text has shadow with #918FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918FA1 on black background.


Color preview on white background

This text has color #918FA1 on white background.



Black color preview on #918FA1 background

This text has black color on #918FA1 background.


White color preview on #918FA1 background

This text has white color on #918FA1 background.