COLOR #A68FB5

HEX: #A68FB5
RGB: (166,143,181)

Color info

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

RGB color model

#A68FB5 color RGB value is (166,143,181).

  • red value is 166;
  • green value is 143;
  • blue value is 181.
RGB:
(166,143,181)
(65%,56%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 181 of 255 = 71%

166
143
181

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

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 181 = 490 (100%)
R 166 of 490 ~ 33.88%
G 143 of 490 ~ 29.18%
B 181 of 490 ~ 36.94%

%33.88
%29.18
%36.94

CMYK color model

#A68FB5 color CMYK value is (8,21,0,29).

  • cyan value is 8.29%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(8,21,0,29)
C8M21Y0K29 
(8%,21%,0%,29%)
(0.08/0.21/0.00/0.29)	

CMYK percentages

%8.29
%20.99
%0
%29.02

Codes

Color #A68FB5 in popluar color models

A68FB5
RGB166143181
HSL276°20.43%63.53%
HSB/HSV276°20.99%70.98%
CMYK8.29%20.99%0.00%
29.02%

Color #A68FB5 in popluar number systems.

HEXA68FB5
Decimal166143181
Binary101001101000111110110101
Octal246217265

Shades and tints

Shades of #A68FB5

#A68FB5
(166,143,181)
#9782A5
(151,130,165)
#887595
(136,117,149)
#796885
(121,104,133)
#6A5B75
(106,91,117)
#5B4E65
(91,78,101)
#4C4155
(76,65,85)
#3D3445
(61,52,69)
#2E2735
(46,39,53)
#1F1A25
(31,26,37)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #A68FB5

#A68FB5
(166,143,181)
#AE99BB
(174,153,187)
#B6A3C1
(182,163,193)
#BEADC7
(190,173,199)
#C6B7CD
(198,183,205)
#CEC1D3
(206,193,211)
#D6CBD9
(214,203,217)
#DED5DF
(222,213,223)
#E6DFE5
(230,223,229)
#EEE9EB
(238,233,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68FB5 color. Also use rgb(166,143,181) instead hex code.

Text Font Color

.myTextColor { color: #A68FB5; }

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

This text font color is #A68FB5.


Background Color

.myBgColor { background-color: #A68FB5; }

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

This div background color is #A68FB5.


Border color

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

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

This div border color is #A68FB5.


Opacity

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

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

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

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

This text has shadow with #A68FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68FB5 on black background.


Color preview on white background

This text has color #A68FB5 on white background.



Black color preview on #A68FB5 background

This text has black color on #A68FB5 background.


White color preview on #A68FB5 background

This text has white color on #A68FB5 background.