COLOR #8D89B9

HEX: #8D89B9
RGB: (141,137,185)

Color info

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

RGB color model

#8D89B9 color RGB value is (141,137,185).

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

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 185 of 255 = 73%

141
137
185

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

Portions of RGB colors in percentages

R + G + B =
141 + 137 + 185 = 463 (100%)
R 141 of 463 ~ 30.45%
G 137 of 463 ~ 29.59%
B 185 of 463 ~ 39.96%

%30.45
%29.59
%39.96

CMYK color model

#8D89B9 color CMYK value is (24,26,0,27).

  • cyan value is 23.78%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(24,26,0,27)
C24M26Y0K27 
(24%,26%,0%,27%)
(0.24/0.26/0.00/0.27)	

CMYK percentages

%23.78
%25.95
%0
%27.45

Codes

Color #8D89B9 in popluar color models

8D89B9
RGB141137185
HSL245°25.53%63.14%
HSB/HSV245°25.95%72.55%
CMYK23.78%25.95%0.00%
27.45%

Color #8D89B9 in popluar number systems.

HEX8D89B9
Decimal141137185
Binary100011011000100110111001
Octal215211271

Shades and tints

Shades of #8D89B9

#8D89B9
(141,137,185)
#817DA9
(129,125,169)
#757199
(117,113,153)
#696589
(105,101,137)
#5D5979
(93,89,121)
#514D69
(81,77,105)
#454159
(69,65,89)
#393549
(57,53,73)
#2D2939
(45,41,57)
#211D29
(33,29,41)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #8D89B9

#8D89B9
(141,137,185)
#9793BF
(151,147,191)
#A19DC5
(161,157,197)
#ABA7CB
(171,167,203)
#B5B1D1
(181,177,209)
#BFBBD7
(191,187,215)
#C9C5DD
(201,197,221)
#D3CFE3
(211,207,227)
#DDD9E9
(221,217,233)
#E7E3EF
(231,227,239)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D89B9; }

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

This text font color is #8D89B9.


Background Color

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

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

This div background color is #8D89B9.


Border color

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

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

This div border color is #8D89B9.


Opacity

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

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

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

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

This text has shadow with #8D89B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D89B9 on black background.


Color preview on white background

This text has color #8D89B9 on white background.



Black color preview on #8D89B9 background

This text has black color on #8D89B9 background.


White color preview on #8D89B9 background

This text has white color on #8D89B9 background.