COLOR #8A9BC1

HEX: #8A9BC1
RGB: (138,155,193)

Color info

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

RGB color model

#8A9BC1 color RGB value is (138,155,193).

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

RGB channels and saturation

R 138 of 255 = 54%
G 155 of 255 = 61%
B 193 of 255 = 76%

138
155
193

R + G + B ~ 64%. #8A9BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 155 + 193 = 486 (100%)
R 138 of 486 ~ 28.4%
G 155 of 486 ~ 31.89%
B 193 of 486 ~ 39.71%

%28.4
%31.89
%39.71

CMYK color model

#8A9BC1 color CMYK value is (28,20,0,24).

  • cyan value is 28.50%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(28,20,0,24)
C28M20Y0K24 
(28%,20%,0%,24%)
(0.28/0.20/0.00/0.24)	

CMYK percentages

%28.5
%19.69
%0
%24.31

Codes

Color #8A9BC1 in popluar color models

8A9BC1
RGB138155193
HSL221°30.73%64.90%
HSB/HSV221°28.50%75.69%
CMYK28.50%19.69%0.00%
24.31%

Color #8A9BC1 in popluar number systems.

HEX8A9BC1
Decimal138155193
Binary100010101001101111000001
Octal212233301

Shades and tints

Shades of #8A9BC1

#8A9BC1
(138,155,193)
#7E8DB0
(126,141,176)
#727F9F
(114,127,159)
#66718E
(102,113,142)
#5A637D
(90,99,125)
#4E556C
(78,85,108)
#42475B
(66,71,91)
#36394A
(54,57,74)
#2A2B39
(42,43,57)
#1E1D28
(30,29,40)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #8A9BC1

#8A9BC1
(138,155,193)
#94A4C6
(148,164,198)
#9EADCB
(158,173,203)
#A8B6D0
(168,182,208)
#B2BFD5
(178,191,213)
#BCC8DA
(188,200,218)
#C6D1DF
(198,209,223)
#D0DAE4
(208,218,228)
#DAE3E9
(218,227,233)
#E4ECEE
(228,236,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9BC1; }

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

This text font color is #8A9BC1.


Background Color

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

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

This div background color is #8A9BC1.


Border color

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

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

This div border color is #8A9BC1.


Opacity

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

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

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

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

This text has shadow with #8A9BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9BC1 on black background.


Color preview on white background

This text has color #8A9BC1 on white background.



Black color preview on #8A9BC1 background

This text has black color on #8A9BC1 background.


White color preview on #8A9BC1 background

This text has white color on #8A9BC1 background.