COLOR #A69BC6

HEX: #A69BC6
RGB: (166,155,198)

Color info

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

RGB color model

#A69BC6 color RGB value is (166,155,198).

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

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 198 of 255 = 78%

166
155
198

R + G + B ~ 68%. #A69BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 198 = 519 (100%)
R 166 of 519 ~ 31.98%
G 155 of 519 ~ 29.87%
B 198 of 519 ~ 38.15%

%31.98
%29.87
%38.15

CMYK color model

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

  • cyan value is 16.16%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,22,0,22)
C16M22Y0K22 
(16%,22%,0%,22%)
(0.16/0.22/0.00/0.22)	

CMYK percentages

%16.16
%21.72
%0
%22.35

Codes

Color #A69BC6 in popluar color models

A69BC6
RGB166155198
HSL255°27.39%69.22%
HSB/HSV255°21.72%77.65%
CMYK16.16%21.72%0.00%
22.35%

Color #A69BC6 in popluar number systems.

HEXA69BC6
Decimal166155198
Binary101001101001101111000110
Octal246233306

Shades and tints

Shades of #A69BC6

#A69BC6
(166,155,198)
#978DB4
(151,141,180)
#887FA2
(136,127,162)
#797190
(121,113,144)
#6A637E
(106,99,126)
#5B556C
(91,85,108)
#4C475A
(76,71,90)
#3D3948
(61,57,72)
#2E2B36
(46,43,54)
#1F1D24
(31,29,36)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #A69BC6

#A69BC6
(166,155,198)
#AEA4CB
(174,164,203)
#B6ADD0
(182,173,208)
#BEB6D5
(190,182,213)
#C6BFDA
(198,191,218)
#CEC8DF
(206,200,223)
#D6D1E4
(214,209,228)
#DEDAE9
(222,218,233)
#E6E3EE
(230,227,238)
#EEECF3
(238,236,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69BC6; }

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

This text font color is #A69BC6.


Background Color

.myBgColor { background-color: #A69BC6; }

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

This div background color is #A69BC6.


Border color

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

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

This div border color is #A69BC6.


Opacity

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

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

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

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

This text has shadow with #A69BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69BC6 on black background.


Color preview on white background

This text has color #A69BC6 on white background.



Black color preview on #A69BC6 background

This text has black color on #A69BC6 background.


White color preview on #A69BC6 background

This text has white color on #A69BC6 background.