COLOR #8D85BA

HEX: #8D85BA
RGB: (141,133,186)

Color info

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

RGB color model

#8D85BA color RGB value is (141,133,186).

  • red value is 141;
  • green value is 133;
  • blue value is 186.
RGB:
(141,133,186)
(55%,52%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 133 of 255 = 52%
B 186 of 255 = 73%

141
133
186

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

Portions of RGB colors in percentages

R + G + B =
141 + 133 + 186 = 460 (100%)
R 141 of 460 ~ 30.65%
G 133 of 460 ~ 28.91%
B 186 of 460 ~ 40.43%

%30.65
%28.91
%40.43

CMYK color model

#8D85BA color CMYK value is (24,28,0,27).

  • cyan value is 24.19%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(24,28,0,27)
C24M28Y0K27 
(24%,28%,0%,27%)
(0.24/0.28/0.00/0.27)	

CMYK percentages

%24.19
%28.49
%0
%27.06

Codes

Color #8D85BA in popluar color models

8D85BA
RGB141133186
HSL249°27.75%62.55%
HSB/HSV249°28.49%72.94%
CMYK24.19%28.49%0.00%
27.06%

Color #8D85BA in popluar number systems.

HEX8D85BA
Decimal141133186
Binary100011011000010110111010
Octal215205272

Shades and tints

Shades of #8D85BA

#8D85BA
(141,133,186)
#8179AA
(129,121,170)
#756D9A
(117,109,154)
#69618A
(105,97,138)
#5D557A
(93,85,122)
#51496A
(81,73,106)
#453D5A
(69,61,90)
#39314A
(57,49,74)
#2D253A
(45,37,58)
#21192A
(33,25,42)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #8D85BA

#8D85BA
(141,133,186)
#9790C0
(151,144,192)
#A19BC6
(161,155,198)
#ABA6CC
(171,166,204)
#B5B1D2
(181,177,210)
#BFBCD8
(191,188,216)
#C9C7DE
(201,199,222)
#D3D2E4
(211,210,228)
#DDDDEA
(221,221,234)
#E7E8F0
(231,232,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D85BA; }

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

This text font color is #8D85BA.


Background Color

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

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

This div background color is #8D85BA.


Border color

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

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

This div border color is #8D85BA.


Opacity

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

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

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

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

This text has shadow with #8D85BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D85BA on black background.


Color preview on white background

This text has color #8D85BA on white background.



Black color preview on #8D85BA background

This text has black color on #8D85BA background.


White color preview on #8D85BA background

This text has white color on #8D85BA background.