COLOR #918DA5

HEX: #918DA5
RGB: (145,141,165)

Color info

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

RGB color model

#918DA5 color RGB value is (145,141,165).

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

RGB channels and saturation

R 145 of 255 = 57%
G 141 of 255 = 55%
B 165 of 255 = 65%

145
141
165

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

Portions of RGB colors in percentages

R + G + B =
145 + 141 + 165 = 451 (100%)
R 145 of 451 ~ 32.15%
G 141 of 451 ~ 31.26%
B 165 of 451 ~ 36.59%

%32.15
%31.26
%36.59

CMYK color model

#918DA5 color CMYK value is (12,15,0,35).

  • cyan value is 12.12%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(12,15,0,35)
C12M15Y0K35 
(12%,15%,0%,35%)
(0.12/0.15/0.00/0.35)	

CMYK percentages

%12.12
%14.55
%0
%35.29

Codes

Color #918DA5 in popluar color models

918DA5
RGB145141165
HSL250°11.76%60.00%
HSB/HSV250°14.55%64.71%
CMYK12.12%14.55%0.00%
35.29%

Color #918DA5 in popluar number systems.

HEX918DA5
Decimal145141165
Binary100100011000110110100101
Octal221215245

Shades and tints

Shades of #918DA5

#918DA5
(145,141,165)
#848196
(132,129,150)
#777587
(119,117,135)
#6A6978
(106,105,120)
#5D5D69
(93,93,105)
#50515A
(80,81,90)
#43454B
(67,69,75)
#36393C
(54,57,60)
#292D2D
(41,45,45)
#1C211E
(28,33,30)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #918DA5

#918DA5
(145,141,165)
#9B97AD
(155,151,173)
#A5A1B5
(165,161,181)
#AFABBD
(175,171,189)
#B9B5C5
(185,181,197)
#C3BFCD
(195,191,205)
#CDC9D5
(205,201,213)
#D7D3DD
(215,211,221)
#E1DDE5
(225,221,229)
#EBE7ED
(235,231,237)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918DA5; }

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

This text font color is #918DA5.


Background Color

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

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

This div background color is #918DA5.


Border color

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

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

This div border color is #918DA5.


Opacity

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

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

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

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

This text has shadow with #918DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918DA5 on black background.


Color preview on white background

This text has color #918DA5 on white background.



Black color preview on #918DA5 background

This text has black color on #918DA5 background.


White color preview on #918DA5 background

This text has white color on #918DA5 background.