COLOR #918CA4

HEX: #918CA4
RGB: (145,140,164)

Color info

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

RGB color model

#918CA4 color RGB value is (145,140,164).

  • red value is 145;
  • green value is 140;
  • blue value is 164.
RGB:
(145,140,164)
(57%,55%,64%)

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 164 of 255 = 64%

145
140
164

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

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 164 = 449 (100%)
R 145 of 449 ~ 32.29%
G 140 of 449 ~ 31.18%
B 164 of 449 ~ 36.53%

%32.29
%31.18
%36.53

CMYK color model

#918CA4 color CMYK value is (12,15,0,36).

  • cyan value is 11.59%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(12,15,0,36)
C12M15Y0K36 
(12%,15%,0%,36%)
(0.12/0.15/0.00/0.36)	

CMYK percentages

%11.59
%14.63
%0
%35.69

Codes

Color #918CA4 in popluar color models

918CA4
RGB145140164
HSL253°11.65%59.61%
HSB/HSV253°14.63%64.31%
CMYK11.59%14.63%0.00%
35.69%

Color #918CA4 in popluar number systems.

HEX918CA4
Decimal145140164
Binary100100011000110010100100
Octal221214244

Shades and tints

Shades of #918CA4

#918CA4
(145,140,164)
#848096
(132,128,150)
#777488
(119,116,136)
#6A687A
(106,104,122)
#5D5C6C
(93,92,108)
#50505E
(80,80,94)
#434450
(67,68,80)
#363842
(54,56,66)
#292C34
(41,44,52)
#1C2026
(28,32,38)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #918CA4

#918CA4
(145,140,164)
#9B96AC
(155,150,172)
#A5A0B4
(165,160,180)
#AFAABC
(175,170,188)
#B9B4C4
(185,180,196)
#C3BECC
(195,190,204)
#CDC8D4
(205,200,212)
#D7D2DC
(215,210,220)
#E1DCE4
(225,220,228)
#EBE6EC
(235,230,236)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918CA4 color. Also use rgb(145,140,164) instead hex code.

Text Font Color

.myTextColor { color: #918CA4; }

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

This text font color is #918CA4.


Background Color

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

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

This div background color is #918CA4.


Border color

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

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

This div border color is #918CA4.


Opacity

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

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

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

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

This text has shadow with #918CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918CA4 on black background.


Color preview on white background

This text has color #918CA4 on white background.



Black color preview on #918CA4 background

This text has black color on #918CA4 background.


White color preview on #918CA4 background

This text has white color on #918CA4 background.