COLOR #A687C9

HEX: #A687C9
RGB: (166,135,201)

Color info

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

RGB color model

#A687C9 color RGB value is (166,135,201).

  • red value is 166;
  • green value is 135;
  • blue value is 201.
RGB: (166,135,201) (65%,53%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 201 of 255 = 79%

166
135
201

R + G + B ~ 66%. #A687C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 201 = 502 (100%)
R 166 of 502 ~ 33.07%
G 135 of 502 ~ 26.89%
B 201 of 502 ~ 40.04%

%33.07
%26.89
%40.04

CMYK color model

#A687C9 color CMYK value is (17,33,0,21).

  • cyan value is 17.41%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (17,33,0,21) C17M33Y0K21 (17%,33%,0%,21%) (0.17/0.33/0.00/0.21)

CMYK percentages

%17.41
%32.84
%0
%21.18

Codes

Color #A687C9 in popluar color models

A687C9
RGB166135201
HSL268°37.93%65.88%
HSB/HSV268°32.84%78.82%
CMYK17.41%32.84%0.00%
21.18%

Color #A687C9 in popluar number systems.

HEXA687C9
Decimal166135201
Binary101001101000011111001001
Octal246207311

Shades and tints

Shades of #A687C9

#A687C9
(166,135,201)
#977BB7
(151,123,183)
#886FA5
(136,111,165)
#796393
(121,99,147)
#6A5781
(106,87,129)
#5B4B6F
(91,75,111)
#4C3F5D
(76,63,93)
#3D334B
(61,51,75)
#2E2739
(46,39,57)
#1F1B27
(31,27,39)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A687C9

#A687C9
(166,135,201)
#AE91CD
(174,145,205)
#B69BD1
(182,155,209)
#BEA5D5
(190,165,213)
#C6AFD9
(198,175,217)
#CEB9DD
(206,185,221)
#D6C3E1
(214,195,225)
#DECDE5
(222,205,229)
#E6D7E9
(230,215,233)
#EEE1ED
(238,225,237)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A687C9 color. Also use rgb(166,135,201) instead hex code.

Text Font Color

.myTextColor { color: #A687C9; }

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

This text font color is #A687C9.


Background Color

.myBgColor { background-color: #A687C9; }

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

This div background color is #A687C9.


Border color

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

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

This div border color is #A687C9.


Opacity

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

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

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

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

This text has shadow with #A687C9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A687C9 on black background.


Color preview on white background

This text has color #A687C9 on white background.



Black color preview on #A687C9 background

This text has black color on #A687C9 background.


White color preview on #A687C9 background

This text has white color on #A687C9 background.