COLOR #A68EA1

HEX: #A68EA1 RGB: (166,142,161)

Color info

#A68EA1 contains red, green and blue colors in about the same proportion. Web safe color of #A68EA1 is #999999 (or #999).

RGB color model

#A68EA1 color RGB value is (166,142,161).

RGB: (166,142,161) (65%, 56%, 63%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 161 of 255 = 63%

166
142
161

R + G + B ~ 61%. #A68EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 161 = 469 (100%)
R 166 of 469 ~ 35.39%
G 142 of 469 ~ 30.28%
B 161 of 469 ~ 34.33'%

%35.39
%30.28
%34.33

CMYK color model

#A68EA1 color CMYK value is (0,14,3,35).

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

CMYK: (0,14,3,35)
C0M14Y3K35 (0%, 14%, 3%, 35%)
(0.00 / 0.14 / 0.03 / 0.35)

CMYK percentages

%0
%14.46
%3.01
%34.9

Codes

Color #A68EA1 in popluar color models

A6 8E A1
RGB 166 142 161
HSL 313° 11.88% 60.39%
HSB/HSV 313° 14.46% 65.10%
CMYK 0.00% 14.46% 3.01%
34.90%

Color #A68EA1 in popluar number systems.

HEX A6 8E A1
Decimal 166 142 161
Binary 10100110 10001110 10100001
Octal 246 216 241

Shades and tints

Shades of #A68EA1

#A68EA1
(166,142,161)
#978293
(151,130,147)
#887685
(136,118,133)
#796A77
(121,106,119)
#6A5E69
(106,94,105)
#5B525B
(91,82,91)
#4C464D
(76,70,77)
#3D3A3F
(61,58,63)
#2E2E31
(46,46,49)
#1F2223
(31,34,35)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A68EA1

#A68EA1
(166,142,161)
#AE98A9
(174,152,169)
#B6A2B1
(182,162,177)
#BEACB9
(190,172,185)
#C6B6C1
(198,182,193)
#CEC0C9
(206,192,201)
#D6CAD1
(214,202,209)
#DED4D9
(222,212,217)
#E6DEE1
(230,222,225)
#EEE8E9
(238,232,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68EA1; }

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

This text font color is #A68EA1.

Background Color

.myBgColor { background-color: #A68EA1; }

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

This div background color is #A68EA1.

Border color

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

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

This div border color is #A68EA1.

Opacity

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

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

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

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

This text has shadow with #A68EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68EA1.

Preview

Color preview on black background

This text has color #A68EA1 on black background.


Color preview on white background

This text has color #A68EA1 on white background.


Black color preview on #A68EA1 background

This text has black color on #A68EA1 background.


White color preview on #A68EA1 background

This text has white color on #A68EA1 background.


Related colors

Complementary color

Complementary color for #hex is #59715E.


I love getcolorcode.com

Triadic colors

1 #A1A68E and #8EA1A6 with #A68EA1 are triadic colors.

2 #A18EA6 and #8EA6A1 with #A68EA1 are triadic colors.