COLOR #A69DD6

HEX: #A69DD6 RGB: (166,157,214)

Color info

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

RGB color model

#A69DD6 color RGB value is (166,157,214).

RGB: (166,157,214) (65%, 62%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 214 of 255 = 84%

166
157
214

R + G + B ~ 70%. #A69DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 214 = 537 (100%)
R 166 of 537 ~ 30.91%
G 157 of 537 ~ 29.24%
B 214 of 537 ~ 39.85'%

%30.91
%29.24
%39.85

CMYK color model

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

  • cyan value is 22.43%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (22,27,0,16)
C22M27Y0K16 (22%, 27%, 0%, 16%)
(0.22 / 0.27 / 0.00 / 0.16)

CMYK percentages

%22.43
%26.64
%0
%16.08

Codes

Color #A69DD6 in popluar color models

A6 9D D6
RGB 166 157 214
HSL 249° 41.01% 72.75%
HSB/HSV 249° 26.64% 83.92%
CMYK 22.43% 26.64% 0.00%
16.08%

Color #A69DD6 in popluar number systems.

HEX A6 9D D6
Decimal 166 157 214
Binary 10100110 10011101 11010110
Octal 246 235 326

Shades and tints

Shades of #A69DD6

#A69DD6
(166,157,214)
#978FC3
(151,143,195)
#8881B0
(136,129,176)
#79739D
(121,115,157)
#6A658A
(106,101,138)
#5B5777
(91,87,119)
#4C4964
(76,73,100)
#3D3B51
(61,59,81)
#2E2D3E
(46,45,62)
#1F1F2B
(31,31,43)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #A69DD6

#A69DD6
(166,157,214)
#AEA5D9
(174,165,217)
#B6ADDC
(182,173,220)
#BEB5DF
(190,181,223)
#C6BDE2
(198,189,226)
#CEC5E5
(206,197,229)
#D6CDE8
(214,205,232)
#DED5EB
(222,213,235)
#E6DDEE
(230,221,238)
#EEE5F1
(238,229,241)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69DD6 color. Also use rgb(166,157,214) instead hex code.

Text Font Color

.myTextColor { color: #A69DD6; }

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

This text font color is #A69DD6.

Background Color

.myBgColor { background-color: #A69DD6; }

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

This div background color is #A69DD6.

Border color

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

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

This div border color is #A69DD6.

Opacity

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

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

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

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

This text has shadow with #A69DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69DD6.

Preview

Color preview on black background

This text has color #A69DD6 on black background.


Color preview on white background

This text has color #A69DD6 on white background.


Black color preview on #A69DD6 background

This text has black color on #A69DD6 background.


White color preview on #A69DD6 background

This text has white color on #A69DD6 background.


Related colors

Complementary color

Complementary color for #hex is #596229.


I love getcolorcode.com

Triadic colors

1 #D6A69D and #9DD6A6 with #A69DD6 are triadic colors.

2 #D69DA6 and #9DA6D6 with #A69DD6 are triadic colors.