COLOR #8D8DAF

HEX: #8D8DAF
RGB: (141,141,175)

Color info

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

RGB color model

#8D8DAF color RGB value is (141,141,175).

  • red value is 141;
  • green value is 141;
  • blue value is 175.
RGB:
(141,141,175)
(55%,55%,69%)

RGB channels and saturation

R 141 of 255 = 55%
G 141 of 255 = 55%
B 175 of 255 = 69%

141
141
175

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

Portions of RGB colors in percentages

R + G + B =
141 + 141 + 175 = 457 (100%)
R 141 of 457 ~ 30.85%
G 141 of 457 ~ 30.85%
B 175 of 457 ~ 38.29%

%30.85
%30.85
%38.29

CMYK color model

#8D8DAF color CMYK value is (19,19,0,31).

  • cyan value is 19.43%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,19,0,31)
C19M19Y0K31 
(19%,19%,0%,31%)
(0.19/0.19/0.00/0.31)	

CMYK percentages

%19.43
%19.43
%0
%31.37

Codes

Color #8D8DAF in popluar color models

8D8DAF
RGB141141175
HSL240°17.53%61.96%
HSB/HSV240°19.43%68.63%
CMYK19.43%19.43%0.00%
31.37%

Color #8D8DAF in popluar number systems.

HEX8D8DAF
Decimal141141175
Binary100011011000110110101111
Octal215215257

Shades and tints

Shades of #8D8DAF

#8D8DAF
(141,141,175)
#8181A0
(129,129,160)
#757591
(117,117,145)
#696982
(105,105,130)
#5D5D73
(93,93,115)
#515164
(81,81,100)
#454555
(69,69,85)
#393946
(57,57,70)
#2D2D37
(45,45,55)
#212128
(33,33,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #8D8DAF

#8D8DAF
(141,141,175)
#9797B6
(151,151,182)
#A1A1BD
(161,161,189)
#ABABC4
(171,171,196)
#B5B5CB
(181,181,203)
#BFBFD2
(191,191,210)
#C9C9D9
(201,201,217)
#D3D3E0
(211,211,224)
#DDDDE7
(221,221,231)
#E7E7EE
(231,231,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8DAF; }

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

This text font color is #8D8DAF.


Background Color

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

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

This div background color is #8D8DAF.


Border color

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

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

This div border color is #8D8DAF.


Opacity

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

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

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

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

This text has shadow with #8D8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8DAF on black background.


Color preview on white background

This text has color #8D8DAF on white background.



Black color preview on #8D8DAF background

This text has black color on #8D8DAF background.


White color preview on #8D8DAF background

This text has white color on #8D8DAF background.