COLOR #A68AB6

HEX: #A68AB6
RGB: (166,138,182)

Color info

#A68AB6 contains red, green and blue colors in about the same proportion. Web safe color of #A68AB6 is #9999CC (or #99C).

RGB color model

#A68AB6 color RGB value is (166,138,182).

  • red value is 166;
  • green value is 138;
  • blue value is 182.
RGB:
(166,138,182)
(65%,54%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 182 of 255 = 71%

166
138
182

R + G + B ~ 63%. #A68AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 182 = 486 (100%)
R 166 of 486 ~ 34.16%
G 138 of 486 ~ 28.4%
B 182 of 486 ~ 37.45%

%34.16
%28.4
%37.45

CMYK color model

#A68AB6 color CMYK value is (9,24,0,29).

  • cyan value is 8.79%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,24,0,29)
C9M24Y0K29 
(9%,24%,0%,29%)
(0.09/0.24/0.00/0.29)	

CMYK percentages

%8.79
%24.18
%0
%28.63

Codes

Color #A68AB6 in popluar color models

A68AB6
RGB166138182
HSL278°23.16%62.75%
HSB/HSV278°24.18%71.37%
CMYK8.79%24.18%0.00%
28.63%

Color #A68AB6 in popluar number systems.

HEXA68AB6
Decimal166138182
Binary101001101000101010110110
Octal246212266

Shades and tints

Shades of #A68AB6

#A68AB6
(166,138,182)
#977EA6
(151,126,166)
#887296
(136,114,150)
#796686
(121,102,134)
#6A5A76
(106,90,118)
#5B4E66
(91,78,102)
#4C4256
(76,66,86)
#3D3646
(61,54,70)
#2E2A36
(46,42,54)
#1F1E26
(31,30,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A68AB6

#A68AB6
(166,138,182)
#AE94BC
(174,148,188)
#B69EC2
(182,158,194)
#BEA8C8
(190,168,200)
#C6B2CE
(198,178,206)
#CEBCD4
(206,188,212)
#D6C6DA
(214,198,218)
#DED0E0
(222,208,224)
#E6DAE6
(230,218,230)
#EEE4EC
(238,228,236)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68AB6 color. Also use rgb(166,138,182) instead hex code.

Text Font Color

.myTextColor { color: #A68AB6; }

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

This text font color is #A68AB6.


Background Color

.myBgColor { background-color: #A68AB6; }

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

This div background color is #A68AB6.


Border color

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

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

This div border color is #A68AB6.


Opacity

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

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

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

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

This text has shadow with #A68AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68AB6 on black background.


Color preview on white background

This text has color #A68AB6 on white background.



Black color preview on #A68AB6 background

This text has black color on #A68AB6 background.


White color preview on #A68AB6 background

This text has white color on #A68AB6 background.