COLOR #A688C6

HEX: #A688C6
RGB: (166,136,198)

Color info

#A688C6 contains mainly red and blue colors. Web safe color of #A688C6 is #9999CC (or #99C).

RGB color model

#A688C6 color RGB value is (166,136,198).

  • red value is 166;
  • green value is 136;
  • blue value is 198.
RGB:
(166,136,198)
(65%,53%,78%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 198 of 255 = 78%

166
136
198

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 198 = 500 (100%)
R 166 of 500 ~ 33.2%
G 136 of 500 ~ 27.2%
B 198 of 500 ~ 39.6%

%33.2
%27.2
%39.6

CMYK color model

#A688C6 color CMYK value is (16,31,0,22).

  • cyan value is 16.16%
  • magenta value is 31.31%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,31,0,22)
C16M31Y0K22 
(16%,31%,0%,22%)
(0.16/0.31/0.00/0.22)	

CMYK percentages

%16.16
%31.31
%0
%22.35

Codes

Color #A688C6 in popluar color models

A688C6
RGB166136198
HSL269°35.23%65.49%
HSB/HSV269°31.31%77.65%
CMYK16.16%31.31%0.00%
22.35%

Color #A688C6 in popluar number systems.

HEXA688C6
Decimal166136198
Binary101001101000100011000110
Octal246210306

Shades and tints

Shades of #A688C6

#A688C6
(166,136,198)
#977CB4
(151,124,180)
#8870A2
(136,112,162)
#796490
(121,100,144)
#6A587E
(106,88,126)
#5B4C6C
(91,76,108)
#4C405A
(76,64,90)
#3D3448
(61,52,72)
#2E2836
(46,40,54)
#1F1C24
(31,28,36)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #A688C6

#A688C6
(166,136,198)
#AE92CB
(174,146,203)
#B69CD0
(182,156,208)
#BEA6D5
(190,166,213)
#C6B0DA
(198,176,218)
#CEBADF
(206,186,223)
#D6C4E4
(214,196,228)
#DECEE9
(222,206,233)
#E6D8EE
(230,216,238)
#EEE2F3
(238,226,243)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A688C6 color. Also use rgb(166,136,198) instead hex code.

Text Font Color

.myTextColor { color: #A688C6; }

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

This text font color is #A688C6.


Background Color

.myBgColor { background-color: #A688C6; }

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

This div background color is #A688C6.


Border color

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

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

This div border color is #A688C6.


Opacity

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

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

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

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

This text has shadow with #A688C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A688C6 on black background.


Color preview on white background

This text has color #A688C6 on white background.



Black color preview on #A688C6 background

This text has black color on #A688C6 background.


White color preview on #A688C6 background

This text has white color on #A688C6 background.