COLOR #8985B7

HEX: #8985B7
RGB: (137,133,183)

Color info

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

RGB color model

#8985B7 color RGB value is (137,133,183).

  • red value is 137;
  • green value is 133;
  • blue value is 183.
RGB:
(137,133,183)
(54%,52%,72%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 183 of 255 = 72%

137
133
183

R + G + B ~ 59%. #8985B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 183 = 453 (100%)
R 137 of 453 ~ 30.24%
G 133 of 453 ~ 29.36%
B 183 of 453 ~ 40.4%

%30.24
%29.36
%40.4

CMYK color model

#8985B7 color CMYK value is (25,27,0,28).

  • cyan value is 25.14%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(25,27,0,28)
C25M27Y0K28 
(25%,27%,0%,28%)
(0.25/0.27/0.00/0.28)	

CMYK percentages

%25.14
%27.32
%0
%28.24

Codes

Color #8985B7 in popluar color models

8985B7
RGB137133183
HSL245°25.77%61.96%
HSB/HSV245°27.32%71.76%
CMYK25.14%27.32%0.00%
28.24%

Color #8985B7 in popluar number systems.

HEX8985B7
Decimal137133183
Binary100010011000010110110111
Octal211205267

Shades and tints

Shades of #8985B7

#8985B7
(137,133,183)
#7D79A7
(125,121,167)
#716D97
(113,109,151)
#656187
(101,97,135)
#595577
(89,85,119)
#4D4967
(77,73,103)
#413D57
(65,61,87)
#353147
(53,49,71)
#292537
(41,37,55)
#1D1927
(29,25,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #8985B7

#8985B7
(137,133,183)
#9390BD
(147,144,189)
#9D9BC3
(157,155,195)
#A7A6C9
(167,166,201)
#B1B1CF
(177,177,207)
#BBBCD5
(187,188,213)
#C5C7DB
(197,199,219)
#CFD2E1
(207,210,225)
#D9DDE7
(217,221,231)
#E3E8ED
(227,232,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8985B7 color. Also use rgb(137,133,183) instead hex code.

Text Font Color

.myTextColor { color: #8985B7; }

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

This text font color is #8985B7.


Background Color

.myBgColor { background-color: #8985B7; }

<div style="background-color:#8985B7">Inner text</div>

This div background color is #8985B7.


Border color

.myBorderColor { border: 1px solid #8985B7; }

<div style="border:3px solid #8985B7">Div</div>

This div border color is #8985B7.


Opacity

.myOpacity80 { color: #8985B7; opacity: 0.8; }

<p style="color:#8985B7;opacity:0.8;">80%</p>

Text with #8985B7 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 #8985B7;}

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

This text has shadow with #8985B7 color.

.textShadow {text-shadow: 3px 3px 1px #8985B7, 3px 3px 1px red;}

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

This text has shadow with #8985B7 primary color and red secondary color.


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

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

This text has shadow with #8985B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8985B7 on black background.


Color preview on white background

This text has color #8985B7 on white background.



Black color preview on #8985B7 background

This text has black color on #8985B7 background.


White color preview on #8985B7 background

This text has white color on #8985B7 background.