COLOR #8B889C

HEX: #8B889C RGB: (139,136,156)

Color info

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

RGB color model

#8B889C color RGB value is (139,136,156).

RGB: (139,136,156) (55%, 53%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 136 of 255 = 53%
B 156 of 255 = 61%

139
136
156

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

Portions of RGB colors in percentages

R + G + B = 139 + 136 + 156 = 431 (100%)
R 139 of 431 ~ 32.25%
G 136 of 431 ~ 31.55%
B 156 of 431 ~ 36.19'%

%32.25
%31.55
%36.19

CMYK color model

#8B889C color CMYK value is (11,13,0,39).

  • cyan value is 10.90%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (11,13,0,39)
C11M13Y0K39 (11%, 13%, 0%, 39%)
(0.11 / 0.13 / 0.00 / 0.39)

CMYK percentages

%10.9
%12.82
%0
%38.82

Codes

Color #8B889C in popluar color models

8B 88 9C
RGB 139 136 156
HSL 249° 9.17% 57.25%
HSB/HSV 249° 12.82% 61.18%
CMYK 10.90% 12.82% 0.00%
38.82%

Color #8B889C in popluar number systems.

HEX 8B 88 9C
Decimal 139 136 156
Binary 10001011 10001000 10011100
Octal 213 210 234

Shades and tints

Shades of #8B889C

#8B889C
(139,136,156)
#7F7C8E
(127,124,142)
#737080
(115,112,128)
#676472
(103,100,114)
#5B5864
(91,88,100)
#4F4C56
(79,76,86)
#434048
(67,64,72)
#37343A
(55,52,58)
#2B282C
(43,40,44)
#1F1C1E
(31,28,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B889C

#8B889C
(139,136,156)
#9592A5
(149,146,165)
#9F9CAE
(159,156,174)
#A9A6B7
(169,166,183)
#B3B0C0
(179,176,192)
#BDBAC9
(189,186,201)
#C7C4D2
(199,196,210)
#D1CEDB
(209,206,219)
#DBD8E4
(219,216,228)
#E5E2ED
(229,226,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B889C color. Also use rgb(139,136,156) instead hex code.

Text Font Color

.myTextColor { color: #8B889C; }

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

This text font color is #8B889C.

Background Color

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

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

This div background color is #8B889C.

Border color

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

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

This div border color is #8B889C.

Opacity

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

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

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

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

This text has shadow with #8B889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B889C.

Preview

Color preview on black background

This text has color #8B889C on black background.


Color preview on white background

This text has color #8B889C on white background.


Black color preview on #8B889C background

This text has black color on #8B889C background.


White color preview on #8B889C background

This text has white color on #8B889C background.


Related colors

Complementary color

Complementary color for #hex is #747763.


I love getcolorcode.com

Triadic colors

1 #9C8B88 and #889C8B with #8B889C are triadic colors.

2 #9C888B and #888B9C with #8B889C are triadic colors.