COLOR #8768A6

HEX: #8768A6 RGB: (135,104,166)

Color info

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

RGB color model

#8768A6 color RGB value is (135,104,166).

RGB: (135,104,166) (53%, 41%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 166 of 255 = 65%

135
104
166

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

Portions of RGB colors in percentages

R + G + B = 135 + 104 + 166 = 405 (100%)
R 135 of 405 ~ 33.33%
G 104 of 405 ~ 25.68%
B 166 of 405 ~ 40.99'%

%33.33
%25.68
%40.99

CMYK color model

#8768A6 color CMYK value is (19,37,0,35).

  • cyan value is 18.67%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK: (19,37,0,35) C19M37Y0K35 (19%,37%,0%,35%) (0.19/0.37/0.00/0.35) 

CMYK percentages

%18.67
%37.35
%0
%34.9

Codes

Color #8768A6 in popluar color models

87 68 A6
RGB 135 104 166
HSL 270° 25.83% 52.94%
HSB/HSV 270° 37.35% 65.10%
CMYK 18.67% 37.35% 0.00%
34.90%

Color #8768A6 in popluar number systems.

HEX 87 68 A6
Decimal 135 104 166
Binary 10000111 1101000 10100110
Octal 207 150 246

Shades and tints

Shades of #8768A6

#8768A6
(135,104,166)
#7B5F97
(123,95,151)
#6F5688
(111,86,136)
#634D79
(99,77,121)
#57446A
(87,68,106)
#4B3B5B
(75,59,91)
#3F324C
(63,50,76)
#33293D
(51,41,61)
#27202E
(39,32,46)
#1B171F
(27,23,31)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #8768A6

#8768A6
(135,104,166)
#9175AE
(145,117,174)
#9B82B6
(155,130,182)
#A58FBE
(165,143,190)
#AF9CC6
(175,156,198)
#B9A9CE
(185,169,206)
#C3B6D6
(195,182,214)
#CDC3DE
(205,195,222)
#D7D0E6
(215,208,230)
#E1DDEE
(225,221,238)
#EBEAF6
(235,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8768A6 color. Also use rgb(135,104,166) instead hex code.

Text Font Color

.myTextColor { color: #8768A6; }

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

This text font color is #8768A6.

Background Color

.myBgColor { background-color: #8768A6; }

<div style="background-color:#8768A6">Inner text</div>

This div background color is #8768A6.

Border color

.myBorderColor { border: 1px solid #8768A6; }

<div style="border:3px solid #8768A6">Div</div>

This div border color is #8768A6.

Opacity

.myOpacity80 { color: #8768A6; opacity: 0.8; }

<p style="color:#8768A6;opacity:0.8;">80%</p>

Text with #8768A6 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 #8768A6;}

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

This text has shadow with #8768A6 color.


.textShadow {text-shadow: 3px 3px 1px #8768A6', 3px 3px 1px red;}

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

This text has shadow with #8768A6 primary color and red secondary color.


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

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

This text has shadow with #8768A6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8768A6; -webkit-box-shadow: 1px 1px 3px 2px #8768A6; box-shadow:1px 1px 3px 2px #8768A6;">
Div content here
</div>

This div box has shadow with color #8768A6.

Preview

Color preview on black background

This text has color #8768A6 on black background.


Color preview on white background

This text has color #8768A6 on white background.


Black color preview on #8768A6 background

This text has black color on #8768A6 background.


White color preview on #8768A6 background

This text has white color on #8768A6 background.


Related colors

Complementary color

Complementary color for #hex is #789759.


I love getcolorcode.com

Triadic colors

1 #A68768 and #68A687 with #8768A6 are triadic colors.

2 #A66887 and #6887A6 with #8768A6 are triadic colors.