COLOR #A67A9C

HEX: #A67A9C
RGB: (166,122,156)

Color info

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

RGB color model

#A67A9C color RGB value is (166,122,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 156 of 255 = 61%

166
122
156

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 156 = 444 (100%)
R 166 of 444 ~ 37.39%
G 122 of 444 ~ 27.48%
B 156 of 444 ~ 35.14%

%37.39
%27.48
%35.14

CMYK color model

#A67A9C color CMYK value is (0,27,6,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(0,27,6,35)
C0M27Y6K35 
(0%,27%,6%,35%)
(0.00/0.27/0.06/0.35)	

CMYK percentages

%0
%26.51
%6.02
%34.9

Codes

Color #A67A9C in popluar color models

A67A9C
RGB166122156
HSL314°19.82%56.47%
HSB/HSV314°26.51%65.10%
CMYK0.00%26.51%6.02%
34.90%

Color #A67A9C in popluar number systems.

HEXA67A9C
Decimal166122156
Binary10100110111101010011100
Octal246172234

Shades and tints

Shades of #A67A9C

#A67A9C
(166,122,156)
#976F8E
(151,111,142)
#886480
(136,100,128)
#795972
(121,89,114)
#6A4E64
(106,78,100)
#5B4356
(91,67,86)
#4C3848
(76,56,72)
#3D2D3A
(61,45,58)
#2E222C
(46,34,44)
#1F171E
(31,23,30)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #A67A9C

#A67A9C
(166,122,156)
#AE86A5
(174,134,165)
#B692AE
(182,146,174)
#BE9EB7
(190,158,183)
#C6AAC0
(198,170,192)
#CEB6C9
(206,182,201)
#D6C2D2
(214,194,210)
#DECEDB
(222,206,219)
#E6DAE4
(230,218,228)
#EEE6ED
(238,230,237)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67A9C; }

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

This text font color is #A67A9C.


Background Color

.myBgColor { background-color: #A67A9C; }

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

This div background color is #A67A9C.


Border color

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

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

This div border color is #A67A9C.


Opacity

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

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

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

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

This text has shadow with #A67A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A9C on black background.


Color preview on white background

This text has color #A67A9C on white background.



Black color preview on #A67A9C background

This text has black color on #A67A9C background.


White color preview on #A67A9C background

This text has white color on #A67A9C background.