COLOR #A68ABC

HEX: #A68ABC
RGB: (166,138,188)

Color info

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

RGB color model

#A68ABC color RGB value is (166,138,188).

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

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 188 of 255 = 74%

166
138
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 188 = 492 (100%)
R 166 of 492 ~ 33.74%
G 138 of 492 ~ 28.05%
B 188 of 492 ~ 38.21%

%33.74
%28.05
%38.21

CMYK color model

#A68ABC color CMYK value is (12,27,0,26).

  • cyan value is 11.70%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,27,0,26)
C12M27Y0K26 
(12%,27%,0%,26%)
(0.12/0.27/0.00/0.26)	

CMYK percentages

%11.7
%26.6
%0
%26.27

Codes

Color #A68ABC in popluar color models

A68ABC
RGB166138188
HSL274°27.17%63.92%
HSB/HSV274°26.60%73.73%
CMYK11.70%26.60%0.00%
26.27%

Color #A68ABC in popluar number systems.

HEXA68ABC
Decimal166138188
Binary101001101000101010111100
Octal246212274

Shades and tints

Shades of #A68ABC

#A68ABC
(166,138,188)
#977EAB
(151,126,171)
#88729A
(136,114,154)
#796689
(121,102,137)
#6A5A78
(106,90,120)
#5B4E67
(91,78,103)
#4C4256
(76,66,86)
#3D3645
(61,54,69)
#2E2A34
(46,42,52)
#1F1E23
(31,30,35)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A68ABC

#A68ABC
(166,138,188)
#AE94C2
(174,148,194)
#B69EC8
(182,158,200)
#BEA8CE
(190,168,206)
#C6B2D4
(198,178,212)
#CEBCDA
(206,188,218)
#D6C6E0
(214,198,224)
#DED0E6
(222,208,230)
#E6DAEC
(230,218,236)
#EEE4F2
(238,228,242)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68ABC; }

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

This text font color is #A68ABC.


Background Color

.myBgColor { background-color: #A68ABC; }

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

This div background color is #A68ABC.


Border color

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

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

This div border color is #A68ABC.


Opacity

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

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

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

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

This text has shadow with #A68ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68ABC on black background.


Color preview on white background

This text has color #A68ABC on white background.



Black color preview on #A68ABC background

This text has black color on #A68ABC background.


White color preview on #A68ABC background

This text has white color on #A68ABC background.