COLOR #8D93AD

HEX: #8D93AD
RGB: (141,147,173)

Color info

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

RGB color model

#8D93AD color RGB value is (141,147,173).

  • red value is 141;
  • green value is 147;
  • blue value is 173.
RGB:
(141,147,173)
(55%,58%,68%)

RGB channels and saturation

R 141 of 255 = 55%
G 147 of 255 = 58%
B 173 of 255 = 68%

141
147
173

R + G + B ~ 60%. #8D93AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 147 + 173 = 461 (100%)
R 141 of 461 ~ 30.59%
G 147 of 461 ~ 31.89%
B 173 of 461 ~ 37.53%

%30.59
%31.89
%37.53

CMYK color model

#8D93AD color CMYK value is (18,15,0,32).

  • cyan value is 18.50%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,15,0,32)
C18M15Y0K32 
(18%,15%,0%,32%)
(0.18/0.15/0.00/0.32)	

CMYK percentages

%18.5
%15.03
%0
%32.16

Codes

Color #8D93AD in popluar color models

8D93AD
RGB141147173
HSL229°16.33%61.57%
HSB/HSV229°18.50%67.84%
CMYK18.50%15.03%0.00%
32.16%

Color #8D93AD in popluar number systems.

HEX8D93AD
Decimal141147173
Binary100011011001001110101101
Octal215223255

Shades and tints

Shades of #8D93AD

#8D93AD
(141,147,173)
#81869E
(129,134,158)
#75798F
(117,121,143)
#696C80
(105,108,128)
#5D5F71
(93,95,113)
#515262
(81,82,98)
#454553
(69,69,83)
#393844
(57,56,68)
#2D2B35
(45,43,53)
#211E26
(33,30,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #8D93AD

#8D93AD
(141,147,173)
#979CB4
(151,156,180)
#A1A5BB
(161,165,187)
#ABAEC2
(171,174,194)
#B5B7C9
(181,183,201)
#BFC0D0
(191,192,208)
#C9C9D7
(201,201,215)
#D3D2DE
(211,210,222)
#DDDBE5
(221,219,229)
#E7E4EC
(231,228,236)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D93AD color. Also use rgb(141,147,173) instead hex code.

Text Font Color

.myTextColor { color: #8D93AD; }

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

This text font color is #8D93AD.


Background Color

.myBgColor { background-color: #8D93AD; }

<div style="background-color:#8D93AD">Inner text</div>

This div background color is #8D93AD.


Border color

.myBorderColor { border: 1px solid #8D93AD; }

<div style="border:3px solid #8D93AD">Div</div>

This div border color is #8D93AD.


Opacity

.myOpacity80 { color: #8D93AD; opacity: 0.8; }

<p style="color:#8D93AD;opacity:0.8;">80%</p>

Text with #8D93AD 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 #8D93AD;}

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

This text has shadow with #8D93AD color.

.textShadow {text-shadow: 3px 3px 1px #8D93AD, 3px 3px 1px red;}

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

This text has shadow with #8D93AD primary color and red secondary color.


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

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

This text has shadow with #8D93AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D93AD on black background.


Color preview on white background

This text has color #8D93AD on white background.



Black color preview on #8D93AD background

This text has black color on #8D93AD background.


White color preview on #8D93AD background

This text has white color on #8D93AD background.