COLOR #A68DBA

HEX: #A68DBA
RGB: (166,141,186)

Color info

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

RGB color model

#A68DBA color RGB value is (166,141,186).

  • red value is 166;
  • green value is 141;
  • blue value is 186.
RGB:
(166,141,186)
(65%,55%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 186 of 255 = 73%

166
141
186

R + G + B ~ 64%. #A68DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 186 = 493 (100%)
R 166 of 493 ~ 33.67%
G 141 of 493 ~ 28.6%
B 186 of 493 ~ 37.73%

%33.67
%28.6
%37.73

CMYK color model

#A68DBA color CMYK value is (11,24,0,27).

  • cyan value is 10.75%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(11,24,0,27)
C11M24Y0K27 
(11%,24%,0%,27%)
(0.11/0.24/0.00/0.27)	

CMYK percentages

%10.75
%24.19
%0
%27.06

Codes

Color #A68DBA in popluar color models

A68DBA
RGB166141186
HSL273°24.59%64.12%
HSB/HSV273°24.19%72.94%
CMYK10.75%24.19%0.00%
27.06%

Color #A68DBA in popluar number systems.

HEXA68DBA
Decimal166141186
Binary101001101000110110111010
Octal246215272

Shades and tints

Shades of #A68DBA

#A68DBA
(166,141,186)
#9781AA
(151,129,170)
#88759A
(136,117,154)
#79698A
(121,105,138)
#6A5D7A
(106,93,122)
#5B516A
(91,81,106)
#4C455A
(76,69,90)
#3D394A
(61,57,74)
#2E2D3A
(46,45,58)
#1F212A
(31,33,42)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #A68DBA

#A68DBA
(166,141,186)
#AE97C0
(174,151,192)
#B6A1C6
(182,161,198)
#BEABCC
(190,171,204)
#C6B5D2
(198,181,210)
#CEBFD8
(206,191,216)
#D6C9DE
(214,201,222)
#DED3E4
(222,211,228)
#E6DDEA
(230,221,234)
#EEE7F0
(238,231,240)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68DBA color. Also use rgb(166,141,186) instead hex code.

Text Font Color

.myTextColor { color: #A68DBA; }

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

This text font color is #A68DBA.


Background Color

.myBgColor { background-color: #A68DBA; }

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

This div background color is #A68DBA.


Border color

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

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

This div border color is #A68DBA.


Opacity

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

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

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

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

This text has shadow with #A68DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68DBA on black background.


Color preview on white background

This text has color #A68DBA on white background.



Black color preview on #A68DBA background

This text has black color on #A68DBA background.


White color preview on #A68DBA background

This text has white color on #A68DBA background.