COLOR #8A9BBE

HEX: #8A9BBE
RGB: (138,155,190)

Color info

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

RGB color model

#8A9BBE color RGB value is (138,155,190).

  • red value is 138;
  • green value is 155;
  • blue value is 190.
RGB:
(138,155,190)
(54%,61%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 155 of 255 = 61%
B 190 of 255 = 75%

138
155
190

R + G + B ~ 63%. #8A9BBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 155 + 190 = 483 (100%)
R 138 of 483 ~ 28.57%
G 155 of 483 ~ 32.09%
B 190 of 483 ~ 39.34%

%28.57
%32.09
%39.34

CMYK color model

#8A9BBE color CMYK value is (27,18,0,25).

  • cyan value is 27.37%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,18,0,25)
C27M18Y0K25 
(27%,18%,0%,25%)
(0.27/0.18/0.00/0.25)	

CMYK percentages

%27.37
%18.42
%0
%25.49

Codes

Color #8A9BBE in popluar color models

8A9BBE
RGB138155190
HSL220°28.57%64.31%
HSB/HSV220°27.37%74.51%
CMYK27.37%18.42%0.00%
25.49%

Color #8A9BBE in popluar number systems.

HEX8A9BBE
Decimal138155190
Binary100010101001101110111110
Octal212233276

Shades and tints

Shades of #8A9BBE

#8A9BBE
(138,155,190)
#7E8DAD
(126,141,173)
#727F9C
(114,127,156)
#66718B
(102,113,139)
#5A637A
(90,99,122)
#4E5569
(78,85,105)
#424758
(66,71,88)
#363947
(54,57,71)
#2A2B36
(42,43,54)
#1E1D25
(30,29,37)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #8A9BBE

#8A9BBE
(138,155,190)
#94A4C3
(148,164,195)
#9EADC8
(158,173,200)
#A8B6CD
(168,182,205)
#B2BFD2
(178,191,210)
#BCC8D7
(188,200,215)
#C6D1DC
(198,209,220)
#D0DAE1
(208,218,225)
#DAE3E6
(218,227,230)
#E4ECEB
(228,236,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9BBE color. Also use rgb(138,155,190) instead hex code.

Text Font Color

.myTextColor { color: #8A9BBE; }

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

This text font color is #8A9BBE.


Background Color

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

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

This div background color is #8A9BBE.


Border color

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

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

This div border color is #8A9BBE.


Opacity

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

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

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

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

This text has shadow with #8A9BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9BBE on black background.


Color preview on white background

This text has color #8A9BBE on white background.



Black color preview on #8A9BBE background

This text has black color on #8A9BBE background.


White color preview on #8A9BBE background

This text has white color on #8A9BBE background.