COLOR #8996BE

HEX: #8996BE
RGB: (137,150,190)

Color info

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

RGB color model

#8996BE color RGB value is (137,150,190).

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

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 190 of 255 = 75%

137
150
190

R + G + B ~ 63%. #8996BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 190 = 477 (100%)
R 137 of 477 ~ 28.72%
G 150 of 477 ~ 31.45%
B 190 of 477 ~ 39.83%

%28.72
%31.45
%39.83

CMYK color model

#8996BE color CMYK value is (28,21,0,25).

  • cyan value is 27.89%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,21,0,25)
C28M21Y0K25 
(28%,21%,0%,25%)
(0.28/0.21/0.00/0.25)	

CMYK percentages

%27.89
%21.05
%0
%25.49

Codes

Color #8996BE in popluar color models

8996BE
RGB137150190
HSL225°28.96%64.12%
HSB/HSV225°27.89%74.51%
CMYK27.89%21.05%0.00%
25.49%

Color #8996BE in popluar number systems.

HEX8996BE
Decimal137150190
Binary100010011001011010111110
Octal211226276

Shades and tints

Shades of #8996BE

#8996BE
(137,150,190)
#7D89AD
(125,137,173)
#717C9C
(113,124,156)
#656F8B
(101,111,139)
#59627A
(89,98,122)
#4D5569
(77,85,105)
#414858
(65,72,88)
#353B47
(53,59,71)
#292E36
(41,46,54)
#1D2125
(29,33,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #8996BE

#8996BE
(137,150,190)
#939FC3
(147,159,195)
#9DA8C8
(157,168,200)
#A7B1CD
(167,177,205)
#B1BAD2
(177,186,210)
#BBC3D7
(187,195,215)
#C5CCDC
(197,204,220)
#CFD5E1
(207,213,225)
#D9DEE6
(217,222,230)
#E3E7EB
(227,231,235)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8996BE; }

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

This text font color is #8996BE.


Background Color

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

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

This div background color is #8996BE.


Border color

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

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

This div border color is #8996BE.


Opacity

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

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

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

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

This text has shadow with #8996BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996BE on black background.


Color preview on white background

This text has color #8996BE on white background.



Black color preview on #8996BE background

This text has black color on #8996BE background.


White color preview on #8996BE background

This text has white color on #8996BE background.