COLOR #8868A4

HEX: #8868A4
RGB: (136,104,164)

Color info

#8868A4 contains mainly red and blue colors. Web safe color of #8868A4 is #996699 (or #969).

RGB color model

#8868A4 color RGB value is (136,104,164).

  • red value is 136;
  • green value is 104;
  • blue value is 164.
RGB:
(136,104,164)
(53%,41%,64%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 164 of 255 = 64%

136
104
164

R + G + B ~ 53%. #8868A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 164 = 404 (100%)
R 136 of 404 ~ 33.66%
G 104 of 404 ~ 25.74%
B 164 of 404 ~ 40.59%

%33.66
%25.74
%40.59

CMYK color model

#8868A4 color CMYK value is (17,37,0,36).

  • cyan value is 17.07%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(17,37,0,36)
C17M37Y0K36 
(17%,37%,0%,36%)
(0.17/0.37/0.00/0.36)	

CMYK percentages

%17.07
%36.59
%0
%35.69

Codes

Color #8868A4 in popluar color models

8868A4
RGB136104164
HSL272°24.79%52.55%
HSB/HSV272°36.59%64.31%
CMYK17.07%36.59%0.00%
35.69%

Color #8868A4 in popluar number systems.

HEX8868A4
Decimal136104164
Binary10001000110100010100100
Octal210150244

Shades and tints

Shades of #8868A4

#8868A4
(136,104,164)
#7C5F96
(124,95,150)
#705688
(112,86,136)
#644D7A
(100,77,122)
#58446C
(88,68,108)
#4C3B5E
(76,59,94)
#403250
(64,50,80)
#342942
(52,41,66)
#282034
(40,32,52)
#1C1726
(28,23,38)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #8868A4

#8868A4
(136,104,164)
#9275AC
(146,117,172)
#9C82B4
(156,130,180)
#A68FBC
(166,143,188)
#B09CC4
(176,156,196)
#BAA9CC
(186,169,204)
#C4B6D4
(196,182,212)
#CEC3DC
(206,195,220)
#D8D0E4
(216,208,228)
#E2DDEC
(226,221,236)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8868A4 color. Also use rgb(136,104,164) instead hex code.

Text Font Color

.myTextColor { color: #8868A4; }

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

This text font color is #8868A4.


Background Color

.myBgColor { background-color: #8868A4; }

<div style="background-color:#8868A4">Inner text</div>

This div background color is #8868A4.


Border color

.myBorderColor { border: 1px solid #8868A4; }

<div style="border:3px solid #8868A4">Div</div>

This div border color is #8868A4.


Opacity

.myOpacity80 { color: #8868A4; opacity: 0.8; }

<p style="color:#8868A4;opacity:0.8;">80%</p>

Text with #8868A4 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 #8868A4;}

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

This text has shadow with #8868A4 color.

.textShadow {text-shadow: 3px 3px 1px #8868A4, 3px 3px 1px red;}

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

This text has shadow with #8868A4 primary color and red secondary color.


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

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

This text has shadow with #8868A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8868A4 on black background.


Color preview on white background

This text has color #8868A4 on white background.



Black color preview on #8868A4 background

This text has black color on #8868A4 background.


White color preview on #8868A4 background

This text has white color on #8868A4 background.