COLOR #A67D9E

HEX: #A67D9E
RGB: (166,125,158)

Color info

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

RGB color model

#A67D9E color RGB value is (166,125,158).

  • red value is 166;
  • green value is 125;
  • blue value is 158.
RGB:
(166,125,158)
(65%,49%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 158 of 255 = 62%

166
125
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 158 = 449 (100%)
R 166 of 449 ~ 36.97%
G 125 of 449 ~ 27.84%
B 158 of 449 ~ 35.19%

%36.97
%27.84
%35.19

CMYK color model

#A67D9E color CMYK value is (0,25,5,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(0,25,5,35)
C0M25Y5K35 
(0%,25%,5%,35%)
(0.00/0.25/0.05/0.35)	

CMYK percentages

%0
%24.7
%4.82
%34.9

Codes

Color #A67D9E in popluar color models

A67D9E
RGB166125158
HSL312°18.72%57.06%
HSB/HSV312°24.70%65.10%
CMYK0.00%24.70%4.82%
34.90%

Color #A67D9E in popluar number systems.

HEXA67D9E
Decimal166125158
Binary10100110111110110011110
Octal246175236

Shades and tints

Shades of #A67D9E

#A67D9E
(166,125,158)
#977290
(151,114,144)
#886782
(136,103,130)
#795C74
(121,92,116)
#6A5166
(106,81,102)
#5B4658
(91,70,88)
#4C3B4A
(76,59,74)
#3D303C
(61,48,60)
#2E252E
(46,37,46)
#1F1A20
(31,26,32)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #A67D9E

#A67D9E
(166,125,158)
#AE88A6
(174,136,166)
#B693AE
(182,147,174)
#BE9EB6
(190,158,182)
#C6A9BE
(198,169,190)
#CEB4C6
(206,180,198)
#D6BFCE
(214,191,206)
#DECAD6
(222,202,214)
#E6D5DE
(230,213,222)
#EEE0E6
(238,224,230)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67D9E color. Also use rgb(166,125,158) instead hex code.

Text Font Color

.myTextColor { color: #A67D9E; }

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

This text font color is #A67D9E.


Background Color

.myBgColor { background-color: #A67D9E; }

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

This div background color is #A67D9E.


Border color

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

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

This div border color is #A67D9E.


Opacity

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

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

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

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

This text has shadow with #A67D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D9E on black background.


Color preview on white background

This text has color #A67D9E on white background.



Black color preview on #A67D9E background

This text has black color on #A67D9E background.


White color preview on #A67D9E background

This text has white color on #A67D9E background.