COLOR #8992B5

HEX: #8992B5
RGB: (137,146,181)

Color info

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

RGB color model

#8992B5 color RGB value is (137,146,181).

  • red value is 137;
  • green value is 146;
  • blue value is 181.
RGB:
(137,146,181)
(54%,57%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 181 of 255 = 71%

137
146
181

R + G + B ~ 61%. #8992B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 181 = 464 (100%)
R 137 of 464 ~ 29.53%
G 146 of 464 ~ 31.47%
B 181 of 464 ~ 39.01%

%29.53
%31.47
%39.01

CMYK color model

#8992B5 color CMYK value is (24,19,0,29).

  • cyan value is 24.31%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(24,19,0,29)
C24M19Y0K29 
(24%,19%,0%,29%)
(0.24/0.19/0.00/0.29)	

CMYK percentages

%24.31
%19.34
%0
%29.02

Codes

Color #8992B5 in popluar color models

8992B5
RGB137146181
HSL228°22.92%62.35%
HSB/HSV228°24.31%70.98%
CMYK24.31%19.34%0.00%
29.02%

Color #8992B5 in popluar number systems.

HEX8992B5
Decimal137146181
Binary100010011001001010110101
Octal211222265

Shades and tints

Shades of #8992B5

#8992B5
(137,146,181)
#7D85A5
(125,133,165)
#717895
(113,120,149)
#656B85
(101,107,133)
#595E75
(89,94,117)
#4D5165
(77,81,101)
#414455
(65,68,85)
#353745
(53,55,69)
#292A35
(41,42,53)
#1D1D25
(29,29,37)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #8992B5

#8992B5
(137,146,181)
#939BBB
(147,155,187)
#9DA4C1
(157,164,193)
#A7ADC7
(167,173,199)
#B1B6CD
(177,182,205)
#BBBFD3
(187,191,211)
#C5C8D9
(197,200,217)
#CFD1DF
(207,209,223)
#D9DAE5
(217,218,229)
#E3E3EB
(227,227,235)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8992B5 color. Also use rgb(137,146,181) instead hex code.

Text Font Color

.myTextColor { color: #8992B5; }

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

This text font color is #8992B5.


Background Color

.myBgColor { background-color: #8992B5; }

<div style="background-color:#8992B5">Inner text</div>

This div background color is #8992B5.


Border color

.myBorderColor { border: 1px solid #8992B5; }

<div style="border:3px solid #8992B5">Div</div>

This div border color is #8992B5.


Opacity

.myOpacity80 { color: #8992B5; opacity: 0.8; }

<p style="color:#8992B5;opacity:0.8;">80%</p>

Text with #8992B5 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 #8992B5;}

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

This text has shadow with #8992B5 color.

.textShadow {text-shadow: 3px 3px 1px #8992B5, 3px 3px 1px red;}

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

This text has shadow with #8992B5 primary color and red secondary color.


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

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

This text has shadow with #8992B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8992B5 on black background.


Color preview on white background

This text has color #8992B5 on white background.



Black color preview on #8992B5 background

This text has black color on #8992B5 background.


White color preview on #8992B5 background

This text has white color on #8992B5 background.