COLOR #8D8DB4

HEX: #8D8DB4
RGB: (141,141,180)

Color info

#8D8DB4 contains red, green and blue colors in about the same proportion. Web safe color of #8D8DB4 is #9999CC (or #99C).

RGB color model

#8D8DB4 color RGB value is (141,141,180).

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

RGB channels and saturation

R 141 of 255 = 55%
G 141 of 255 = 55%
B 180 of 255 = 71%

141
141
180

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

Portions of RGB colors in percentages

R + G + B =
141 + 141 + 180 = 462 (100%)
R 141 of 462 ~ 30.52%
G 141 of 462 ~ 30.52%
B 180 of 462 ~ 38.96%

%30.52
%30.52
%38.96

CMYK color model

#8D8DB4 color CMYK value is (22,22,0,29).

  • cyan value is 21.67%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(22,22,0,29)
C22M22Y0K29 
(22%,22%,0%,29%)
(0.22/0.22/0.00/0.29)	

CMYK percentages

%21.67
%21.67
%0
%29.41

Codes

Color #8D8DB4 in popluar color models

8D8DB4
RGB141141180
HSL240°20.63%62.94%
HSB/HSV240°21.67%70.59%
CMYK21.67%21.67%0.00%
29.41%

Color #8D8DB4 in popluar number systems.

HEX8D8DB4
Decimal141141180
Binary100011011000110110110100
Octal215215264

Shades and tints

Shades of #8D8DB4

#8D8DB4
(141,141,180)
#8181A4
(129,129,164)
#757594
(117,117,148)
#696984
(105,105,132)
#5D5D74
(93,93,116)
#515164
(81,81,100)
#454554
(69,69,84)
#393944
(57,57,68)
#2D2D34
(45,45,52)
#212124
(33,33,36)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8D8DB4

#8D8DB4
(141,141,180)
#9797BA
(151,151,186)
#A1A1C0
(161,161,192)
#ABABC6
(171,171,198)
#B5B5CC
(181,181,204)
#BFBFD2
(191,191,210)
#C9C9D8
(201,201,216)
#D3D3DE
(211,211,222)
#DDDDE4
(221,221,228)
#E7E7EA
(231,231,234)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8DB4; }

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

This text font color is #8D8DB4.


Background Color

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

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

This div background color is #8D8DB4.


Border color

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

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

This div border color is #8D8DB4.


Opacity

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

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

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

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

This text has shadow with #8D8DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8DB4 on black background.


Color preview on white background

This text has color #8D8DB4 on white background.



Black color preview on #8D8DB4 background

This text has black color on #8D8DB4 background.


White color preview on #8D8DB4 background

This text has white color on #8D8DB4 background.