COLOR #8D8FA4

HEX: #8D8FA4
RGB: (141,143,164)

Color info

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

RGB color model

#8D8FA4 color RGB value is (141,143,164).

  • red value is 141;
  • green value is 143;
  • blue value is 164.
RGB:
(141,143,164)
(55%,56%,64%)

RGB channels and saturation

R 141 of 255 = 55%
G 143 of 255 = 56%
B 164 of 255 = 64%

141
143
164

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

Portions of RGB colors in percentages

R + G + B =
141 + 143 + 164 = 448 (100%)
R 141 of 448 ~ 31.47%
G 143 of 448 ~ 31.92%
B 164 of 448 ~ 36.61%

%31.47
%31.92
%36.61

CMYK color model

#8D8FA4 color CMYK value is (14,13,0,36).

  • cyan value is 14.02%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(14,13,0,36)
C14M13Y0K36 
(14%,13%,0%,36%)
(0.14/0.13/0.00/0.36)	

CMYK percentages

%14.02
%12.8
%0
%35.69

Codes

Color #8D8FA4 in popluar color models

8D8FA4
RGB141143164
HSL235°11.22%59.80%
HSB/HSV235°14.02%64.31%
CMYK14.02%12.80%0.00%
35.69%

Color #8D8FA4 in popluar number systems.

HEX8D8FA4
Decimal141143164
Binary100011011000111110100100
Octal215217244

Shades and tints

Shades of #8D8FA4

#8D8FA4
(141,143,164)
#818296
(129,130,150)
#757588
(117,117,136)
#69687A
(105,104,122)
#5D5B6C
(93,91,108)
#514E5E
(81,78,94)
#454150
(69,65,80)
#393442
(57,52,66)
#2D2734
(45,39,52)
#211A26
(33,26,38)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #8D8FA4

#8D8FA4
(141,143,164)
#9799AC
(151,153,172)
#A1A3B4
(161,163,180)
#ABADBC
(171,173,188)
#B5B7C4
(181,183,196)
#BFC1CC
(191,193,204)
#C9CBD4
(201,203,212)
#D3D5DC
(211,213,220)
#DDDFE4
(221,223,228)
#E7E9EC
(231,233,236)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8FA4; }

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

This text font color is #8D8FA4.


Background Color

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

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

This div background color is #8D8FA4.


Border color

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

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

This div border color is #8D8FA4.


Opacity

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

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

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

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

This text has shadow with #8D8FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8FA4 on black background.


Color preview on white background

This text has color #8D8FA4 on white background.



Black color preview on #8D8FA4 background

This text has black color on #8D8FA4 background.


White color preview on #8D8FA4 background

This text has white color on #8D8FA4 background.