COLOR #8A96DE

HEX: #8A96DE
RGB: (138,150,222)

Color info

#8A96DE contains mainly blue color. Web safe color of #8A96DE is #9999CC (or #99C).

RGB color model

#8A96DE color RGB value is (138,150,222).

  • red value is 138;
  • green value is 150;
  • blue value is 222.
RGB:
(138,150,222)
(54%,59%,87%)

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 222 of 255 = 87%

138
150
222

R + G + B ~ 67%. #8A96DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 222 = 510 (100%)
R 138 of 510 ~ 27.06%
G 150 of 510 ~ 29.41%
B 222 of 510 ~ 43.53%

%27.06
%29.41
%43.53

CMYK color model

#8A96DE color CMYK value is (38,32,0,13).

  • cyan value is 37.84%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(38,32,0,13)
C38M32Y0K13 
(38%,32%,0%,13%)
(0.38/0.32/0.00/0.13)	

CMYK percentages

%37.84
%32.43
%0
%12.94

Codes

Color #8A96DE in popluar color models

8A96DE
RGB138150222
HSL231°56.00%70.59%
HSB/HSV231°37.84%87.06%
CMYK37.84%32.43%0.00%
12.94%

Color #8A96DE in popluar number systems.

HEX8A96DE
Decimal138150222
Binary100010101001011011011110
Octal212226336

Shades and tints

Shades of #8A96DE

#8A96DE
(138,150,222)
#7E89CA
(126,137,202)
#727CB6
(114,124,182)
#666FA2
(102,111,162)
#5A628E
(90,98,142)
#4E557A
(78,85,122)
#424866
(66,72,102)
#363B52
(54,59,82)
#2A2E3E
(42,46,62)
#1E212A
(30,33,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #8A96DE

#8A96DE
(138,150,222)
#949FE1
(148,159,225)
#9EA8E4
(158,168,228)
#A8B1E7
(168,177,231)
#B2BAEA
(178,186,234)
#BCC3ED
(188,195,237)
#C6CCF0
(198,204,240)
#D0D5F3
(208,213,243)
#DADEF6
(218,222,246)
#E4E7F9
(228,231,249)
#EEF0FC
(238,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A96DE color. Also use rgb(138,150,222) instead hex code.

Text Font Color

.myTextColor { color: #8A96DE; }

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

This text font color is #8A96DE.


Background Color

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

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

This div background color is #8A96DE.


Border color

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

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

This div border color is #8A96DE.


Opacity

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

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

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

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

This text has shadow with #8A96DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A96DE on black background.


Color preview on white background

This text has color #8A96DE on white background.



Black color preview on #8A96DE background

This text has black color on #8A96DE background.


White color preview on #8A96DE background

This text has white color on #8A96DE background.