COLOR #8892B3

HEX: #8892B3
RGB: (136,146,179)

Color info

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

RGB color model

#8892B3 color RGB value is (136,146,179).

  • red value is 136;
  • green value is 146;
  • blue value is 179.
RGB:
(136,146,179)
(53%,57%,70%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 179 of 255 = 70%

136
146
179

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

Portions of RGB colors in percentages

R + G + B =
136 + 146 + 179 = 461 (100%)
R 136 of 461 ~ 29.5%
G 146 of 461 ~ 31.67%
B 179 of 461 ~ 38.83%

%29.5
%31.67
%38.83

CMYK color model

#8892B3 color CMYK value is (24,18,0,30).

  • cyan value is 24.02%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(24,18,0,30)
C24M18Y0K30 
(24%,18%,0%,30%)
(0.24/0.18/0.00/0.30)	

CMYK percentages

%24.02
%18.44
%0
%29.8

Codes

Color #8892B3 in popluar color models

8892B3
RGB136146179
HSL226°22.05%61.76%
HSB/HSV226°24.02%70.20%
CMYK24.02%18.44%0.00%
29.80%

Color #8892B3 in popluar number systems.

HEX8892B3
Decimal136146179
Binary100010001001001010110011
Octal210222263

Shades and tints

Shades of #8892B3

#8892B3
(136,146,179)
#7C85A3
(124,133,163)
#707893
(112,120,147)
#646B83
(100,107,131)
#585E73
(88,94,115)
#4C5163
(76,81,99)
#404453
(64,68,83)
#343743
(52,55,67)
#282A33
(40,42,51)
#1C1D23
(28,29,35)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #8892B3

#8892B3
(136,146,179)
#929BB9
(146,155,185)
#9CA4BF
(156,164,191)
#A6ADC5
(166,173,197)
#B0B6CB
(176,182,203)
#BABFD1
(186,191,209)
#C4C8D7
(196,200,215)
#CED1DD
(206,209,221)
#D8DAE3
(216,218,227)
#E2E3E9
(226,227,233)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8892B3 color. Also use rgb(136,146,179) instead hex code.

Text Font Color

.myTextColor { color: #8892B3; }

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

This text font color is #8892B3.


Background Color

.myBgColor { background-color: #8892B3; }

<div style="background-color:#8892B3">Inner text</div>

This div background color is #8892B3.


Border color

.myBorderColor { border: 1px solid #8892B3; }

<div style="border:3px solid #8892B3">Div</div>

This div border color is #8892B3.


Opacity

.myOpacity80 { color: #8892B3; opacity: 0.8; }

<p style="color:#8892B3;opacity:0.8;">80%</p>

Text with #8892B3 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 #8892B3;}

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

This text has shadow with #8892B3 color.

.textShadow {text-shadow: 3px 3px 1px #8892B3, 3px 3px 1px red;}

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

This text has shadow with #8892B3 primary color and red secondary color.


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

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

This text has shadow with #8892B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8892B3 on black background.


Color preview on white background

This text has color #8892B3 on white background.



Black color preview on #8892B3 background

This text has black color on #8892B3 background.


White color preview on #8892B3 background

This text has white color on #8892B3 background.