COLOR #8985B2

HEX: #8985B2
RGB: (137,133,178)

Color info

#8985B2 contains red, green and blue colors in about the same proportion. Web safe color of #8985B2 is #999999 (or #999).

RGB color model

#8985B2 color RGB value is (137,133,178).

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

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 178 of 255 = 70%

137
133
178

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 178 = 448 (100%)
R 137 of 448 ~ 30.58%
G 133 of 448 ~ 29.69%
B 178 of 448 ~ 39.73%

%30.58
%29.69
%39.73

CMYK color model

#8985B2 color CMYK value is (23,25,0,30).

  • cyan value is 23.03%
  • magenta value is 25.28%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(23,25,0,30)
C23M25Y0K30 
(23%,25%,0%,30%)
(0.23/0.25/0.00/0.30)	

CMYK percentages

%23.03
%25.28
%0
%30.2

Codes

Color #8985B2 in popluar color models

8985B2
RGB137133178
HSL245°22.61%60.98%
HSB/HSV245°25.28%69.80%
CMYK23.03%25.28%0.00%
30.20%

Color #8985B2 in popluar number systems.

HEX8985B2
Decimal137133178
Binary100010011000010110110010
Octal211205262

Shades and tints

Shades of #8985B2

#8985B2
(137,133,178)
#7D79A2
(125,121,162)
#716D92
(113,109,146)
#656182
(101,97,130)
#595572
(89,85,114)
#4D4962
(77,73,98)
#413D52
(65,61,82)
#353142
(53,49,66)
#292532
(41,37,50)
#1D1922
(29,25,34)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #8985B2

#8985B2
(137,133,178)
#9390B9
(147,144,185)
#9D9BC0
(157,155,192)
#A7A6C7
(167,166,199)
#B1B1CE
(177,177,206)
#BBBCD5
(187,188,213)
#C5C7DC
(197,199,220)
#CFD2E3
(207,210,227)
#D9DDEA
(217,221,234)
#E3E8F1
(227,232,241)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8985B2; }

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

This text font color is #8985B2.


Background Color

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

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

This div background color is #8985B2.


Border color

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

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

This div border color is #8985B2.


Opacity

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

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

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

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

This text has shadow with #8985B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8985B2 on black background.


Color preview on white background

This text has color #8985B2 on white background.



Black color preview on #8985B2 background

This text has black color on #8985B2 background.


White color preview on #8985B2 background

This text has white color on #8985B2 background.