COLOR #A67E9C

HEX: #A67E9C
RGB: (166,126,156)

Color info

#A67E9C contains red, green and blue colors in about the same proportion. Web safe color of #A67E9C is #996699 (or #969).

RGB color model

#A67E9C color RGB value is (166,126,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 156 of 255 = 61%

166
126
156

R + G + B ~ 58%. #A67E9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 126 + 156 = 448 (100%)
R 166 of 448 ~ 37.05%
G 126 of 448 ~ 28.13%
B 156 of 448 ~ 34.82%

%37.05
%28.13
%34.82

CMYK color model

#A67E9C color CMYK value is (0,24,6,35).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(0,24,6,35)
C0M24Y6K35 
(0%,24%,6%,35%)
(0.00/0.24/0.06/0.35)	

CMYK percentages

%0
%24.1
%6.02
%34.9

Codes

Color #A67E9C in popluar color models

A67E9C
RGB166126156
HSL315°18.35%57.25%
HSB/HSV315°24.10%65.10%
CMYK0.00%24.10%6.02%
34.90%

Color #A67E9C in popluar number systems.

HEXA67E9C
Decimal166126156
Binary10100110111111010011100
Octal246176234

Shades and tints

Shades of #A67E9C

#A67E9C
(166,126,156)
#97738E
(151,115,142)
#886880
(136,104,128)
#795D72
(121,93,114)
#6A5264
(106,82,100)
#5B4756
(91,71,86)
#4C3C48
(76,60,72)
#3D313A
(61,49,58)
#2E262C
(46,38,44)
#1F1B1E
(31,27,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A67E9C

#A67E9C
(166,126,156)
#AE89A5
(174,137,165)
#B694AE
(182,148,174)
#BE9FB7
(190,159,183)
#C6AAC0
(198,170,192)
#CEB5C9
(206,181,201)
#D6C0D2
(214,192,210)
#DECBDB
(222,203,219)
#E6D6E4
(230,214,228)
#EEE1ED
(238,225,237)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67E9C; }

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

This text font color is #A67E9C.


Background Color

.myBgColor { background-color: #A67E9C; }

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

This div background color is #A67E9C.


Border color

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

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

This div border color is #A67E9C.


Opacity

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

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

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

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

This text has shadow with #A67E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67E9C on black background.


Color preview on white background

This text has color #A67E9C on white background.



Black color preview on #A67E9C background

This text has black color on #A67E9C background.


White color preview on #A67E9C background

This text has white color on #A67E9C background.