COLOR #8C8DB8

HEX: #8C8DB8
RGB: (140,141,184)

Color info

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

RGB color model

#8C8DB8 color RGB value is (140,141,184).

  • red value is 140;
  • green value is 141;
  • blue value is 184.
RGB:
(140,141,184)
(55%,55%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 141 of 255 = 55%
B 184 of 255 = 72%

140
141
184

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

Portions of RGB colors in percentages

R + G + B =
140 + 141 + 184 = 465 (100%)
R 140 of 465 ~ 30.11%
G 141 of 465 ~ 30.32%
B 184 of 465 ~ 39.57%

%30.11
%30.32
%39.57

CMYK color model

#8C8DB8 color CMYK value is (24,23,0,28).

  • cyan value is 23.91%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(24,23,0,28)
C24M23Y0K28 
(24%,23%,0%,28%)
(0.24/0.23/0.00/0.28)	

CMYK percentages

%23.91
%23.37
%0
%27.84

Codes

Color #8C8DB8 in popluar color models

8C8DB8
RGB140141184
HSL239°23.66%63.53%
HSB/HSV239°23.91%72.16%
CMYK23.91%23.37%0.00%
27.84%

Color #8C8DB8 in popluar number systems.

HEX8C8DB8
Decimal140141184
Binary100011001000110110111000
Octal214215270

Shades and tints

Shades of #8C8DB8

#8C8DB8
(140,141,184)
#8081A8
(128,129,168)
#747598
(116,117,152)
#686988
(104,105,136)
#5C5D78
(92,93,120)
#505168
(80,81,104)
#444558
(68,69,88)
#383948
(56,57,72)
#2C2D38
(44,45,56)
#202128
(32,33,40)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #8C8DB8

#8C8DB8
(140,141,184)
#9697BE
(150,151,190)
#A0A1C4
(160,161,196)
#AAABCA
(170,171,202)
#B4B5D0
(180,181,208)
#BEBFD6
(190,191,214)
#C8C9DC
(200,201,220)
#D2D3E2
(210,211,226)
#DCDDE8
(220,221,232)
#E6E7EE
(230,231,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8DB8; }

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

This text font color is #8C8DB8.


Background Color

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

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

This div background color is #8C8DB8.


Border color

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

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

This div border color is #8C8DB8.


Opacity

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

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

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

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

This text has shadow with #8C8DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8DB8 on black background.


Color preview on white background

This text has color #8C8DB8 on white background.



Black color preview on #8C8DB8 background

This text has black color on #8C8DB8 background.


White color preview on #8C8DB8 background

This text has white color on #8C8DB8 background.