COLOR #A67F8E

HEX: #A67F8E RGB: (166,127,142)

Color info

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

RGB color model

#A67F8E color RGB value is (166,127,142).

RGB: (166,127,142) (65%, 50%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 142 of 255 = 56%

166
127
142

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

Portions of RGB colors in percentages

R + G + B = 166 + 127 + 142 = 435 (100%)
R 166 of 435 ~ 38.16%
G 127 of 435 ~ 29.2%
B 142 of 435 ~ 32.64'%

%38.16
%29.2
%32.64

CMYK color model

#A67F8E color CMYK value is (0,23,14,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 14.46%
  • key color value is 34.90%

CMYK: (0,23,14,35)
C0M23Y14K35 (0%, 23%, 14%, 35%)
(0.00 / 0.23 / 0.14 / 0.35)

CMYK percentages

%0
%23.49
%14.46
%34.9

Codes

Color #A67F8E in popluar color models

A6 7F 8E
RGB 166 127 142
HSL 337° 17.97% 57.45%
HSB/HSV 337° 23.49% 65.10%
CMYK 0.00% 23.49% 14.46%
34.90%

Color #A67F8E in popluar number systems.

HEX A6 7F 8E
Decimal 166 127 142
Binary 10100110 1111111 10001110
Octal 246 177 216

Shades and tints

Shades of #A67F8E

#A67F8E
(166,127,142)
#977482
(151,116,130)
#886976
(136,105,118)
#795E6A
(121,94,106)
#6A535E
(106,83,94)
#5B4852
(91,72,82)
#4C3D46
(76,61,70)
#3D323A
(61,50,58)
#2E272E
(46,39,46)
#1F1C22
(31,28,34)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #A67F8E

#A67F8E
(166,127,142)
#AE8A98
(174,138,152)
#B695A2
(182,149,162)
#BEA0AC
(190,160,172)
#C6ABB6
(198,171,182)
#CEB6C0
(206,182,192)
#D6C1CA
(214,193,202)
#DECCD4
(222,204,212)
#E6D7DE
(230,215,222)
#EEE2E8
(238,226,232)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67F8E color. Also use rgb(166,127,142) instead hex code.

Text Font Color

.myTextColor { color: #A67F8E; }

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

This text font color is #A67F8E.

Background Color

.myBgColor { background-color: #A67F8E; }

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

This div background color is #A67F8E.

Border color

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

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

This div border color is #A67F8E.

Opacity

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

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

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

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

This text has shadow with #A67F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67F8E.

Preview

Color preview on black background

This text has color #A67F8E on black background.


Color preview on white background

This text has color #A67F8E on white background.


Black color preview on #A67F8E background

This text has black color on #A67F8E background.


White color preview on #A67F8E background

This text has white color on #A67F8E background.


Related colors

Complementary color

Complementary color for #hex is #598071.


I love getcolorcode.com

Triadic colors

1 #8EA67F and #7F8EA6 with #A67F8E are triadic colors.

2 #8E7FA6 and #7FA68E with #A67F8E are triadic colors.