COLOR #8A9DC1

HEX: #8A9DC1
RGB: (138,157,193)

Color info

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

RGB color model

#8A9DC1 color RGB value is (138,157,193).

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

RGB channels and saturation

R 138 of 255 = 54%
G 157 of 255 = 62%
B 193 of 255 = 76%

138
157
193

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

Portions of RGB colors in percentages

R + G + B =
138 + 157 + 193 = 488 (100%)
R 138 of 488 ~ 28.28%
G 157 of 488 ~ 32.17%
B 193 of 488 ~ 39.55%

%28.28
%32.17
%39.55

CMYK color model

#8A9DC1 color CMYK value is (28,19,0,24).

  • cyan value is 28.50%
  • magenta value is 18.65%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(28,19,0,24)
C28M19Y0K24 
(28%,19%,0%,24%)
(0.28/0.19/0.00/0.24)	

CMYK percentages

%28.5
%18.65
%0
%24.31

Codes

Color #8A9DC1 in popluar color models

8A9DC1
RGB138157193
HSL219°30.73%64.90%
HSB/HSV219°28.50%75.69%
CMYK28.50%18.65%0.00%
24.31%

Color #8A9DC1 in popluar number systems.

HEX8A9DC1
Decimal138157193
Binary100010101001110111000001
Octal212235301

Shades and tints

Shades of #8A9DC1

#8A9DC1
(138,157,193)
#7E8FB0
(126,143,176)
#72819F
(114,129,159)
#66738E
(102,115,142)
#5A657D
(90,101,125)
#4E576C
(78,87,108)
#42495B
(66,73,91)
#363B4A
(54,59,74)
#2A2D39
(42,45,57)
#1E1F28
(30,31,40)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #8A9DC1

#8A9DC1
(138,157,193)
#94A5C6
(148,165,198)
#9EADCB
(158,173,203)
#A8B5D0
(168,181,208)
#B2BDD5
(178,189,213)
#BCC5DA
(188,197,218)
#C6CDDF
(198,205,223)
#D0D5E4
(208,213,228)
#DADDE9
(218,221,233)
#E4E5EE
(228,229,238)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9DC1; }

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

This text font color is #8A9DC1.


Background Color

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

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

This div background color is #8A9DC1.


Border color

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

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

This div border color is #8A9DC1.


Opacity

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

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

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

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

This text has shadow with #8A9DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9DC1 on black background.


Color preview on white background

This text has color #8A9DC1 on white background.



Black color preview on #8A9DC1 background

This text has black color on #8A9DC1 background.


White color preview on #8A9DC1 background

This text has white color on #8A9DC1 background.