COLOR #8A96DA

HEX: #8A96DA
RGB: (138,150,218)

Color info

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

RGB color model

#8A96DA color RGB value is (138,150,218).

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

RGB channels and saturation

R 138 of 255 = 54%
G 150 of 255 = 59%
B 218 of 255 = 85%

138
150
218

R + G + B ~ 66%. #8A96DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 150 + 218 = 506 (100%)
R 138 of 506 ~ 27.27%
G 150 of 506 ~ 29.64%
B 218 of 506 ~ 43.08%

%27.27
%29.64
%43.08

CMYK color model

#8A96DA color CMYK value is (37,31,0,15).

  • cyan value is 36.70%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(37,31,0,15)
C37M31Y0K15 
(37%,31%,0%,15%)
(0.37/0.31/0.00/0.15)	

CMYK percentages

%36.7
%31.19
%0
%14.51

Codes

Color #8A96DA in popluar color models

8A96DA
RGB138150218
HSL231°51.95%69.80%
HSB/HSV231°36.70%85.49%
CMYK36.70%31.19%0.00%
14.51%

Color #8A96DA in popluar number systems.

HEX8A96DA
Decimal138150218
Binary100010101001011011011010
Octal212226332

Shades and tints

Shades of #8A96DA

#8A96DA
(138,150,218)
#7E89C7
(126,137,199)
#727CB4
(114,124,180)
#666FA1
(102,111,161)
#5A628E
(90,98,142)
#4E557B
(78,85,123)
#424868
(66,72,104)
#363B55
(54,59,85)
#2A2E42
(42,46,66)
#1E212F
(30,33,47)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #8A96DA

#8A96DA
(138,150,218)
#949FDD
(148,159,221)
#9EA8E0
(158,168,224)
#A8B1E3
(168,177,227)
#B2BAE6
(178,186,230)
#BCC3E9
(188,195,233)
#C6CCEC
(198,204,236)
#D0D5EF
(208,213,239)
#DADEF2
(218,222,242)
#E4E7F5
(228,231,245)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A96DA; }

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

This text font color is #8A96DA.


Background Color

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

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

This div background color is #8A96DA.


Border color

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

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

This div border color is #8A96DA.


Opacity

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

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

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

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

This text has shadow with #8A96DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A96DA on black background.


Color preview on white background

This text has color #8A96DA on white background.



Black color preview on #8A96DA background

This text has black color on #8A96DA background.


White color preview on #8A96DA background

This text has white color on #8A96DA background.