COLOR #A68FBC

HEX: #A68FBC
RGB: (166,143,188)

Color info

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

RGB color model

#A68FBC color RGB value is (166,143,188).

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

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 188 of 255 = 74%

166
143
188

R + G + B ~ 65%. #A68FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 188 = 497 (100%)
R 166 of 497 ~ 33.4%
G 143 of 497 ~ 28.77%
B 188 of 497 ~ 37.83%

%33.4
%28.77
%37.83

CMYK color model

#A68FBC color CMYK value is (12,24,0,26).

  • cyan value is 11.70%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,24,0,26)
C12M24Y0K26 
(12%,24%,0%,26%)
(0.12/0.24/0.00/0.26)	

CMYK percentages

%11.7
%23.94
%0
%26.27

Codes

Color #A68FBC in popluar color models

A68FBC
RGB166143188
HSL271°25.14%64.90%
HSB/HSV271°23.94%73.73%
CMYK11.70%23.94%0.00%
26.27%

Color #A68FBC in popluar number systems.

HEXA68FBC
Decimal166143188
Binary101001101000111110111100
Octal246217274

Shades and tints

Shades of #A68FBC

#A68FBC
(166,143,188)
#9782AB
(151,130,171)
#88759A
(136,117,154)
#796889
(121,104,137)
#6A5B78
(106,91,120)
#5B4E67
(91,78,103)
#4C4156
(76,65,86)
#3D3445
(61,52,69)
#2E2734
(46,39,52)
#1F1A23
(31,26,35)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #A68FBC

#A68FBC
(166,143,188)
#AE99C2
(174,153,194)
#B6A3C8
(182,163,200)
#BEADCE
(190,173,206)
#C6B7D4
(198,183,212)
#CEC1DA
(206,193,218)
#D6CBE0
(214,203,224)
#DED5E6
(222,213,230)
#E6DFEC
(230,223,236)
#EEE9F2
(238,233,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68FBC; }

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

This text font color is #A68FBC.


Background Color

.myBgColor { background-color: #A68FBC; }

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

This div background color is #A68FBC.


Border color

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

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

This div border color is #A68FBC.


Opacity

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

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

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

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

This text has shadow with #A68FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68FBC on black background.


Color preview on white background

This text has color #A68FBC on white background.



Black color preview on #A68FBC background

This text has black color on #A68FBC background.


White color preview on #A68FBC background

This text has white color on #A68FBC background.