COLOR #8D8ABC

HEX: #8D8ABC
RGB: (141,138,188)

Color info

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

RGB color model

#8D8ABC color RGB value is (141,138,188).

  • red value is 141;
  • green value is 138;
  • blue value is 188.
RGB:
(141,138,188)
(55%,54%,74%)

RGB channels and saturation

R 141 of 255 = 55%
G 138 of 255 = 54%
B 188 of 255 = 74%

141
138
188

R + G + B ~ 61%. #8D8ABC is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 138 + 188 = 467 (100%)
R 141 of 467 ~ 30.19%
G 138 of 467 ~ 29.55%
B 188 of 467 ~ 40.26%

%30.19
%29.55
%40.26

CMYK color model

#8D8ABC color CMYK value is (25,27,0,26).

  • cyan value is 25.00%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(25,27,0,26)
C25M27Y0K26 
(25%,27%,0%,26%)
(0.25/0.27/0.00/0.26)	

CMYK percentages

%25
%26.6
%0
%26.27

Codes

Color #8D8ABC in popluar color models

8D8ABC
RGB141138188
HSL244°27.17%63.92%
HSB/HSV244°26.60%73.73%
CMYK25.00%26.60%0.00%
26.27%

Color #8D8ABC in popluar number systems.

HEX8D8ABC
Decimal141138188
Binary100011011000101010111100
Octal215212274

Shades and tints

Shades of #8D8ABC

#8D8ABC
(141,138,188)
#817EAB
(129,126,171)
#75729A
(117,114,154)
#696689
(105,102,137)
#5D5A78
(93,90,120)
#514E67
(81,78,103)
#454256
(69,66,86)
#393645
(57,54,69)
#2D2A34
(45,42,52)
#211E23
(33,30,35)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #8D8ABC

#8D8ABC
(141,138,188)
#9794C2
(151,148,194)
#A19EC8
(161,158,200)
#ABA8CE
(171,168,206)
#B5B2D4
(181,178,212)
#BFBCDA
(191,188,218)
#C9C6E0
(201,198,224)
#D3D0E6
(211,208,230)
#DDDAEC
(221,218,236)
#E7E4F2
(231,228,242)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8ABC; }

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

This text font color is #8D8ABC.


Background Color

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

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

This div background color is #8D8ABC.


Border color

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

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

This div border color is #8D8ABC.


Opacity

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

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

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

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

This text has shadow with #8D8ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8ABC on black background.


Color preview on white background

This text has color #8D8ABC on white background.



Black color preview on #8D8ABC background

This text has black color on #8D8ABC background.


White color preview on #8D8ABC background

This text has white color on #8D8ABC background.