COLOR #8A93BD

HEX: #8A93BD
RGB: (138,147,189)

Color info

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

RGB color model

#8A93BD color RGB value is (138,147,189).

  • red value is 138;
  • green value is 147;
  • blue value is 189.
RGB:
(138,147,189)
(54%,58%,74%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 189 of 255 = 74%

138
147
189

R + G + B ~ 62%. #8A93BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 189 = 474 (100%)
R 138 of 474 ~ 29.11%
G 147 of 474 ~ 31.01%
B 189 of 474 ~ 39.87%

%29.11
%31.01
%39.87

CMYK color model

#8A93BD color CMYK value is (27,22,0,26).

  • cyan value is 26.98%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,22,0,26)
C27M22Y0K26 
(27%,22%,0%,26%)
(0.27/0.22/0.00/0.26)	

CMYK percentages

%26.98
%22.22
%0
%25.88

Codes

Color #8A93BD in popluar color models

8A93BD
RGB138147189
HSL229°27.87%64.12%
HSB/HSV229°26.98%74.12%
CMYK26.98%22.22%0.00%
25.88%

Color #8A93BD in popluar number systems.

HEX8A93BD
Decimal138147189
Binary100010101001001110111101
Octal212223275

Shades and tints

Shades of #8A93BD

#8A93BD
(138,147,189)
#7E86AC
(126,134,172)
#72799B
(114,121,155)
#666C8A
(102,108,138)
#5A5F79
(90,95,121)
#4E5268
(78,82,104)
#424557
(66,69,87)
#363846
(54,56,70)
#2A2B35
(42,43,53)
#1E1E24
(30,30,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #8A93BD

#8A93BD
(138,147,189)
#949CC3
(148,156,195)
#9EA5C9
(158,165,201)
#A8AECF
(168,174,207)
#B2B7D5
(178,183,213)
#BCC0DB
(188,192,219)
#C6C9E1
(198,201,225)
#D0D2E7
(208,210,231)
#DADBED
(218,219,237)
#E4E4F3
(228,228,243)
#EEEDF9
(238,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A93BD color. Also use rgb(138,147,189) instead hex code.

Text Font Color

.myTextColor { color: #8A93BD; }

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

This text font color is #8A93BD.


Background Color

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

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

This div background color is #8A93BD.


Border color

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

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

This div border color is #8A93BD.


Opacity

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

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

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

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

This text has shadow with #8A93BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A93BD on black background.


Color preview on white background

This text has color #8A93BD on white background.



Black color preview on #8A93BD background

This text has black color on #8A93BD background.


White color preview on #8A93BD background

This text has white color on #8A93BD background.