COLOR #A688A5

HEX: #A688A5
RGB: (166,136,165)

Color info

#A688A5 contains red, green and blue colors in about the same proportion. Web safe color of #A688A5 is #999999 (or #999).

RGB color model

#A688A5 color RGB value is (166,136,165).

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

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 165 of 255 = 65%

166
136
165

R + G + B ~ 61%. #A688A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 165 = 467 (100%)
R 166 of 467 ~ 35.55%
G 136 of 467 ~ 29.12%
B 165 of 467 ~ 35.33%

%35.55
%29.12
%35.33

CMYK color model

#A688A5 color CMYK value is (0,18,1,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 0.60%
  • key color value is 34.90%
CMYK:
(0,18,1,35)
C0M18Y1K35 
(0%,18%,1%,35%)
(0.00/0.18/0.01/0.35)	

CMYK percentages

%0
%18.07
%0.6
%34.9

Codes

Color #A688A5 in popluar color models

A688A5
RGB166136165
HSL302°14.42%59.22%
HSB/HSV302°18.07%65.10%
CMYK0.00%18.07%0.60%
34.90%

Color #A688A5 in popluar number systems.

HEXA688A5
Decimal166136165
Binary101001101000100010100101
Octal246210245

Shades and tints

Shades of #A688A5

#A688A5
(166,136,165)
#977C96
(151,124,150)
#887087
(136,112,135)
#796478
(121,100,120)
#6A5869
(106,88,105)
#5B4C5A
(91,76,90)
#4C404B
(76,64,75)
#3D343C
(61,52,60)
#2E282D
(46,40,45)
#1F1C1E
(31,28,30)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #A688A5

#A688A5
(166,136,165)
#AE92AD
(174,146,173)
#B69CB5
(182,156,181)
#BEA6BD
(190,166,189)
#C6B0C5
(198,176,197)
#CEBACD
(206,186,205)
#D6C4D5
(214,196,213)
#DECEDD
(222,206,221)
#E6D8E5
(230,216,229)
#EEE2ED
(238,226,237)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A688A5; }

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

This text font color is #A688A5.


Background Color

.myBgColor { background-color: #A688A5; }

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

This div background color is #A688A5.


Border color

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

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

This div border color is #A688A5.


Opacity

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

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

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

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

This text has shadow with #A688A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A688A5 on black background.


Color preview on white background

This text has color #A688A5 on white background.



Black color preview on #A688A5 background

This text has black color on #A688A5 background.


White color preview on #A688A5 background

This text has white color on #A688A5 background.