COLOR #8A97EC

HEX: #8A97EC
RGB: (138,151,236)

Color info

#8A97EC contains mainly blue color. Web safe color of #8A97EC is #9999FF (or #99F).

RGB color model

#8A97EC color RGB value is (138,151,236).

  • red value is 138;
  • green value is 151;
  • blue value is 236.
RGB:
(138,151,236)
(54%,59%,93%)

RGB channels and saturation

R 138 of 255 = 54%
G 151 of 255 = 59%
B 236 of 255 = 93%

138
151
236

R + G + B ~ 69%. #8A97EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 151 + 236 = 525 (100%)
R 138 of 525 ~ 26.29%
G 151 of 525 ~ 28.76%
B 236 of 525 ~ 44.95%

%26.29
%28.76
%44.95

CMYK color model

#8A97EC color CMYK value is (42,36,0,7).

  • cyan value is 41.53%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(42,36,0,7)
C42M36Y0K7 
(42%,36%,0%,7%)
(0.42/0.36/0.00/0.07)	

CMYK percentages

%41.53
%36.02
%0
%7.45

Codes

Color #8A97EC in popluar color models

8A97EC
RGB138151236
HSL232°72.06%73.33%
HSB/HSV232°41.53%92.55%
CMYK41.53%36.02%0.00%
7.45%

Color #8A97EC in popluar number systems.

HEX8A97EC
Decimal138151236
Binary100010101001011111101100
Octal212227354

Shades and tints

Shades of #8A97EC

#8A97EC
(138,151,236)
#7E8AD7
(126,138,215)
#727DC2
(114,125,194)
#6670AD
(102,112,173)
#5A6398
(90,99,152)
#4E5683
(78,86,131)
#42496E
(66,73,110)
#363C59
(54,60,89)
#2A2F44
(42,47,68)
#1E222F
(30,34,47)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #8A97EC

#8A97EC
(138,151,236)
#94A0ED
(148,160,237)
#9EA9EE
(158,169,238)
#A8B2EF
(168,178,239)
#B2BBF0
(178,187,240)
#BCC4F1
(188,196,241)
#C6CDF2
(198,205,242)
#D0D6F3
(208,214,243)
#DADFF4
(218,223,244)
#E4E8F5
(228,232,245)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A97EC color. Also use rgb(138,151,236) instead hex code.

Text Font Color

.myTextColor { color: #8A97EC; }

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

This text font color is #8A97EC.


Background Color

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

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

This div background color is #8A97EC.


Border color

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

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

This div border color is #8A97EC.


Opacity

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

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

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

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

This text has shadow with #8A97EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A97EC on black background.


Color preview on white background

This text has color #8A97EC on white background.



Black color preview on #8A97EC background

This text has black color on #8A97EC background.


White color preview on #8A97EC background

This text has white color on #8A97EC background.