COLOR #A688BC

HEX: #A688BC
RGB: (166,136,188)

Color info

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

RGB color model

#A688BC color RGB value is (166,136,188).

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

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 188 of 255 = 74%

166
136
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 188 = 490 (100%)
R 166 of 490 ~ 33.88%
G 136 of 490 ~ 27.76%
B 188 of 490 ~ 38.37%

%33.88
%27.76
%38.37

CMYK color model

#A688BC color CMYK value is (12,28,0,26).

  • cyan value is 11.70%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,28,0,26)
C12M28Y0K26 
(12%,28%,0%,26%)
(0.12/0.28/0.00/0.26)	

CMYK percentages

%11.7
%27.66
%0
%26.27

Codes

Color #A688BC in popluar color models

A688BC
RGB166136188
HSL275°27.96%63.53%
HSB/HSV275°27.66%73.73%
CMYK11.70%27.66%0.00%
26.27%

Color #A688BC in popluar number systems.

HEXA688BC
Decimal166136188
Binary101001101000100010111100
Octal246210274

Shades and tints

Shades of #A688BC

#A688BC
(166,136,188)
#977CAB
(151,124,171)
#88709A
(136,112,154)
#796489
(121,100,137)
#6A5878
(106,88,120)
#5B4C67
(91,76,103)
#4C4056
(76,64,86)
#3D3445
(61,52,69)
#2E2834
(46,40,52)
#1F1C23
(31,28,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #A688BC

#A688BC
(166,136,188)
#AE92C2
(174,146,194)
#B69CC8
(182,156,200)
#BEA6CE
(190,166,206)
#C6B0D4
(198,176,212)
#CEBADA
(206,186,218)
#D6C4E0
(214,196,224)
#DECEE6
(222,206,230)
#E6D8EC
(230,216,236)
#EEE2F2
(238,226,242)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A688BC; }

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

This text font color is #A688BC.


Background Color

.myBgColor { background-color: #A688BC; }

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

This div background color is #A688BC.


Border color

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

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

This div border color is #A688BC.


Opacity

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

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

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

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

This text has shadow with #A688BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A688BC on black background.


Color preview on white background

This text has color #A688BC on white background.



Black color preview on #A688BC background

This text has black color on #A688BC background.


White color preview on #A688BC background

This text has white color on #A688BC background.