COLOR #8A88D4

HEX: #8A88D4
RGB: (138,136,212)

Color info

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

RGB color model

#8A88D4 color RGB value is (138,136,212).

  • red value is 138;
  • green value is 136;
  • blue value is 212.
RGB:
(138,136,212)
(54%,53%,83%)

RGB channels and saturation

R 138 of 255 = 54%
G 136 of 255 = 53%
B 212 of 255 = 83%

138
136
212

R + G + B ~ 63%. #8A88D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 136 + 212 = 486 (100%)
R 138 of 486 ~ 28.4%
G 136 of 486 ~ 27.98%
B 212 of 486 ~ 43.62%

%28.4
%27.98
%43.62

CMYK color model

#8A88D4 color CMYK value is (35,36,0,17).

  • cyan value is 34.91%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,36,0,17)
C35M36Y0K17 
(35%,36%,0%,17%)
(0.35/0.36/0.00/0.17)	

CMYK percentages

%34.91
%35.85
%0
%16.86

Codes

Color #8A88D4 in popluar color models

8A88D4
RGB138136212
HSL242°46.91%68.24%
HSB/HSV242°35.85%83.14%
CMYK34.91%35.85%0.00%
16.86%

Color #8A88D4 in popluar number systems.

HEX8A88D4
Decimal138136212
Binary100010101000100011010100
Octal212210324

Shades and tints

Shades of #8A88D4

#8A88D4
(138,136,212)
#7E7CC1
(126,124,193)
#7270AE
(114,112,174)
#66649B
(102,100,155)
#5A5888
(90,88,136)
#4E4C75
(78,76,117)
#424062
(66,64,98)
#36344F
(54,52,79)
#2A283C
(42,40,60)
#1E1C29
(30,28,41)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #8A88D4

#8A88D4
(138,136,212)
#9492D7
(148,146,215)
#9E9CDA
(158,156,218)
#A8A6DD
(168,166,221)
#B2B0E0
(178,176,224)
#BCBAE3
(188,186,227)
#C6C4E6
(198,196,230)
#D0CEE9
(208,206,233)
#DAD8EC
(218,216,236)
#E4E2EF
(228,226,239)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A88D4 color. Also use rgb(138,136,212) instead hex code.

Text Font Color

.myTextColor { color: #8A88D4; }

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

This text font color is #8A88D4.


Background Color

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

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

This div background color is #8A88D4.


Border color

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

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

This div border color is #8A88D4.


Opacity

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

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

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

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

This text has shadow with #8A88D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A88D4 on black background.


Color preview on white background

This text has color #8A88D4 on white background.



Black color preview on #8A88D4 background

This text has black color on #8A88D4 background.


White color preview on #8A88D4 background

This text has white color on #8A88D4 background.