COLOR #919EAD

HEX: #919EAD
RGB: (145,158,173)

Color info

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

RGB color model

#919EAD color RGB value is (145,158,173).

  • red value is 145;
  • green value is 158;
  • blue value is 173.
RGB:
(145,158,173)
(57%,62%,68%)

RGB channels and saturation

R 145 of 255 = 57%
G 158 of 255 = 62%
B 173 of 255 = 68%

145
158
173

R + G + B ~ 62%. #919EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 158 + 173 = 476 (100%)
R 145 of 476 ~ 30.46%
G 158 of 476 ~ 33.19%
B 173 of 476 ~ 36.34%

%30.46
%33.19
%36.34

CMYK color model

#919EAD color CMYK value is (16,9,0,32).

  • cyan value is 16.18%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(16,9,0,32)
C16M9Y0K32 
(16%,9%,0%,32%)
(0.16/0.09/0.00/0.32)	

CMYK percentages

%16.18
%8.67
%0
%32.16

Codes

Color #919EAD in popluar color models

919EAD
RGB145158173
HSL212°14.58%62.35%
HSB/HSV212°16.18%67.84%
CMYK16.18%8.67%0.00%
32.16%

Color #919EAD in popluar number systems.

HEX919EAD
Decimal145158173
Binary100100011001111010101101
Octal221236255

Shades and tints

Shades of #919EAD

#919EAD
(145,158,173)
#84909E
(132,144,158)
#77828F
(119,130,143)
#6A7480
(106,116,128)
#5D6671
(93,102,113)
#505862
(80,88,98)
#434A53
(67,74,83)
#363C44
(54,60,68)
#292E35
(41,46,53)
#1C2026
(28,32,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #919EAD

#919EAD
(145,158,173)
#9BA6B4
(155,166,180)
#A5AEBB
(165,174,187)
#AFB6C2
(175,182,194)
#B9BEC9
(185,190,201)
#C3C6D0
(195,198,208)
#CDCED7
(205,206,215)
#D7D6DE
(215,214,222)
#E1DEE5
(225,222,229)
#EBE6EC
(235,230,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919EAD color. Also use rgb(145,158,173) instead hex code.

Text Font Color

.myTextColor { color: #919EAD; }

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

This text font color is #919EAD.


Background Color

.myBgColor { background-color: #919EAD; }

<div style="background-color:#919EAD">Inner text</div>

This div background color is #919EAD.


Border color

.myBorderColor { border: 1px solid #919EAD; }

<div style="border:3px solid #919EAD">Div</div>

This div border color is #919EAD.


Opacity

.myOpacity80 { color: #919EAD; opacity: 0.8; }

<p style="color:#919EAD;opacity:0.8;">80%</p>

Text with #919EAD 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 #919EAD;}

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

This text has shadow with #919EAD color.

.textShadow {text-shadow: 3px 3px 1px #919EAD, 3px 3px 1px red;}

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

This text has shadow with #919EAD primary color and red secondary color.


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

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

This text has shadow with #919EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919EAD on black background.


Color preview on white background

This text has color #919EAD on white background.



Black color preview on #919EAD background

This text has black color on #919EAD background.


White color preview on #919EAD background

This text has white color on #919EAD background.