COLOR #A67EBC

HEX: #A67EBC
RGB: (166,126,188)

Color info

#A67EBC contains mainly red and blue colors. Web safe color of #A67EBC is #9966CC (or #96C).

RGB color model

#A67EBC color RGB value is (166,126,188).

  • red value is 166;
  • green value is 126;
  • blue value is 188.
RGB:
(166,126,188)
(65%,49%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 188 of 255 = 74%

166
126
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 126 + 188 = 480 (100%)
R 166 of 480 ~ 34.58%
G 126 of 480 ~ 26.25%
B 188 of 480 ~ 39.17%

%34.58
%26.25
%39.17

CMYK color model

#A67EBC color CMYK value is (12,33,0,26).

  • cyan value is 11.70%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,33,0,26)
C12M33Y0K26 
(12%,33%,0%,26%)
(0.12/0.33/0.00/0.26)	

CMYK percentages

%11.7
%32.98
%0
%26.27

Codes

Color #A67EBC in popluar color models

A67EBC
RGB166126188
HSL279°31.63%61.57%
HSB/HSV279°32.98%73.73%
CMYK11.70%32.98%0.00%
26.27%

Color #A67EBC in popluar number systems.

HEXA67EBC
Decimal166126188
Binary10100110111111010111100
Octal246176274

Shades and tints

Shades of #A67EBC

#A67EBC
(166,126,188)
#9773AB
(151,115,171)
#88689A
(136,104,154)
#795D89
(121,93,137)
#6A5278
(106,82,120)
#5B4767
(91,71,103)
#4C3C56
(76,60,86)
#3D3145
(61,49,69)
#2E2634
(46,38,52)
#1F1B23
(31,27,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #A67EBC

#A67EBC
(166,126,188)
#AE89C2
(174,137,194)
#B694C8
(182,148,200)
#BE9FCE
(190,159,206)
#C6AAD4
(198,170,212)
#CEB5DA
(206,181,218)
#D6C0E0
(214,192,224)
#DECBE6
(222,203,230)
#E6D6EC
(230,214,236)
#EEE1F2
(238,225,242)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67EBC color. Also use rgb(166,126,188) instead hex code.

Text Font Color

.myTextColor { color: #A67EBC; }

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

This text font color is #A67EBC.


Background Color

.myBgColor { background-color: #A67EBC; }

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

This div background color is #A67EBC.


Border color

.myBorderColor { border: 1px solid #A67EBC; }

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

This div border color is #A67EBC.


Opacity

.myOpacity80 { color: #A67EBC; opacity: 0.8; }

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

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

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

This text has shadow with #A67EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67EBC on black background.


Color preview on white background

This text has color #A67EBC on white background.



Black color preview on #A67EBC background

This text has black color on #A67EBC background.


White color preview on #A67EBC background

This text has white color on #A67EBC background.