COLOR #A68CBB

HEX: #A68CBB
RGB: (166,140,187)

Color info

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

RGB color model

#A68CBB color RGB value is (166,140,187).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 187 of 255 = 73%

166
140
187

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 187 = 493 (100%)
R 166 of 493 ~ 33.67%
G 140 of 493 ~ 28.4%
B 187 of 493 ~ 37.93%

%33.67
%28.4
%37.93

CMYK color model

#A68CBB color CMYK value is (11,25,0,27).

  • cyan value is 11.23%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,25,0,27)
C11M25Y0K27 
(11%,25%,0%,27%)
(0.11/0.25/0.00/0.27)	

CMYK percentages

%11.23
%25.13
%0
%26.67

Codes

Color #A68CBB in popluar color models

A68CBB
RGB166140187
HSL273°25.68%64.12%
HSB/HSV273°25.13%73.33%
CMYK11.23%25.13%0.00%
26.67%

Color #A68CBB in popluar number systems.

HEXA68CBB
Decimal166140187
Binary101001101000110010111011
Octal246214273

Shades and tints

Shades of #A68CBB

#A68CBB
(166,140,187)
#9780AA
(151,128,170)
#887499
(136,116,153)
#796888
(121,104,136)
#6A5C77
(106,92,119)
#5B5066
(91,80,102)
#4C4455
(76,68,85)
#3D3844
(61,56,68)
#2E2C33
(46,44,51)
#1F2022
(31,32,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A68CBB

#A68CBB
(166,140,187)
#AE96C1
(174,150,193)
#B6A0C7
(182,160,199)
#BEAACD
(190,170,205)
#C6B4D3
(198,180,211)
#CEBED9
(206,190,217)
#D6C8DF
(214,200,223)
#DED2E5
(222,210,229)
#E6DCEB
(230,220,235)
#EEE6F1
(238,230,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68CBB color. Also use rgb(166,140,187) instead hex code.

Text Font Color

.myTextColor { color: #A68CBB; }

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

This text font color is #A68CBB.


Background Color

.myBgColor { background-color: #A68CBB; }

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

This div background color is #A68CBB.


Border color

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

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

This div border color is #A68CBB.


Opacity

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

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

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

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

This text has shadow with #A68CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68CBB on black background.


Color preview on white background

This text has color #A68CBB on white background.



Black color preview on #A68CBB background

This text has black color on #A68CBB background.


White color preview on #A68CBB background

This text has white color on #A68CBB background.