COLOR #8992BE

HEX: #8992BE
RGB: (137,146,190)

Color info

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

RGB color model

#8992BE color RGB value is (137,146,190).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 190 of 255 = 75%

137
146
190

R + G + B ~ 62%. #8992BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 190 = 473 (100%)
R 137 of 473 ~ 28.96%
G 146 of 473 ~ 30.87%
B 190 of 473 ~ 40.17%

%28.96
%30.87
%40.17

CMYK color model

#8992BE color CMYK value is (28,23,0,25).

  • cyan value is 27.89%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,23,0,25)
C28M23Y0K25 
(28%,23%,0%,25%)
(0.28/0.23/0.00/0.25)	

CMYK percentages

%27.89
%23.16
%0
%25.49

Codes

Color #8992BE in popluar color models

8992BE
RGB137146190
HSL230°28.96%64.12%
HSB/HSV230°27.89%74.51%
CMYK27.89%23.16%0.00%
25.49%

Color #8992BE in popluar number systems.

HEX8992BE
Decimal137146190
Binary100010011001001010111110
Octal211222276

Shades and tints

Shades of #8992BE

#8992BE
(137,146,190)
#7D85AD
(125,133,173)
#71789C
(113,120,156)
#656B8B
(101,107,139)
#595E7A
(89,94,122)
#4D5169
(77,81,105)
#414458
(65,68,88)
#353747
(53,55,71)
#292A36
(41,42,54)
#1D1D25
(29,29,37)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #8992BE

#8992BE
(137,146,190)
#939BC3
(147,155,195)
#9DA4C8
(157,164,200)
#A7ADCD
(167,173,205)
#B1B6D2
(177,182,210)
#BBBFD7
(187,191,215)
#C5C8DC
(197,200,220)
#CFD1E1
(207,209,225)
#D9DAE6
(217,218,230)
#E3E3EB
(227,227,235)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8992BE; }

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

This text font color is #8992BE.


Background Color

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

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

This div background color is #8992BE.


Border color

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

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

This div border color is #8992BE.


Opacity

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

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

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

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

This text has shadow with #8992BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8992BE on black background.


Color preview on white background

This text has color #8992BE on white background.



Black color preview on #8992BE background

This text has black color on #8992BE background.


White color preview on #8992BE background

This text has white color on #8992BE background.