COLOR #8D8BB9

HEX: #8D8BB9
RGB: (141,139,185)

Color info

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

RGB color model

#8D8BB9 color RGB value is (141,139,185).

  • red value is 141;
  • green value is 139;
  • blue value is 185.
RGB:
(141,139,185)
(55%,55%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 139 of 255 = 55%
B 185 of 255 = 73%

141
139
185

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

Portions of RGB colors in percentages

R + G + B =
141 + 139 + 185 = 465 (100%)
R 141 of 465 ~ 30.32%
G 139 of 465 ~ 29.89%
B 185 of 465 ~ 39.78%

%30.32
%29.89
%39.78

CMYK color model

#8D8BB9 color CMYK value is (24,25,0,27).

  • cyan value is 23.78%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(24,25,0,27)
C24M25Y0K27 
(24%,25%,0%,27%)
(0.24/0.25/0.00/0.27)	

CMYK percentages

%23.78
%24.86
%0
%27.45

Codes

Color #8D8BB9 in popluar color models

8D8BB9
RGB141139185
HSL243°24.73%63.53%
HSB/HSV243°24.86%72.55%
CMYK23.78%24.86%0.00%
27.45%

Color #8D8BB9 in popluar number systems.

HEX8D8BB9
Decimal141139185
Binary100011011000101110111001
Octal215213271

Shades and tints

Shades of #8D8BB9

#8D8BB9
(141,139,185)
#817FA9
(129,127,169)
#757399
(117,115,153)
#696789
(105,103,137)
#5D5B79
(93,91,121)
#514F69
(81,79,105)
#454359
(69,67,89)
#393749
(57,55,73)
#2D2B39
(45,43,57)
#211F29
(33,31,41)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #8D8BB9

#8D8BB9
(141,139,185)
#9795BF
(151,149,191)
#A19FC5
(161,159,197)
#ABA9CB
(171,169,203)
#B5B3D1
(181,179,209)
#BFBDD7
(191,189,215)
#C9C7DD
(201,199,221)
#D3D1E3
(211,209,227)
#DDDBE9
(221,219,233)
#E7E5EF
(231,229,239)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8BB9; }

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

This text font color is #8D8BB9.


Background Color

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

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

This div background color is #8D8BB9.


Border color

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

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

This div border color is #8D8BB9.


Opacity

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

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

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

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

This text has shadow with #8D8BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8BB9 on black background.


Color preview on white background

This text has color #8D8BB9 on white background.



Black color preview on #8D8BB9 background

This text has black color on #8D8BB9 background.


White color preview on #8D8BB9 background

This text has white color on #8D8BB9 background.