COLOR #A69DB7

HEX: #A69DB7 RGB: (166,157,183)

Color info

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

RGB color model

#A69DB7 color RGB value is (166,157,183).

RGB: (166,157,183) (65%, 62%, 72%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 183 of 255 = 72%

166
157
183

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

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 183 = 506 (100%)
R 166 of 506 ~ 32.81%
G 157 of 506 ~ 31.03%
B 183 of 506 ~ 36.17'%

%32.81
%31.03
%36.17

CMYK color model

#A69DB7 color CMYK value is (9,14,0,28).

  • cyan value is 9.29%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (9,14,0,28) C9M14Y0K28 (9%,14%,0%,28%) (0.09/0.14/0.00/0.28) 

CMYK percentages

%9.29
%14.21
%0
%28.24

Codes

Color #A69DB7 in popluar color models

A6 9D B7
RGB 166 157 183
HSL 261° 15.29% 66.67%
HSB/HSV 261° 14.21% 71.76%
CMYK 9.29% 14.21% 0.00%
28.24%

Color #A69DB7 in popluar number systems.

HEX A6 9D B7
Decimal 166 157 183
Binary 10100110 10011101 10110111
Octal 246 235 267

Shades and tints

Shades of #A69DB7

#A69DB7
(166,157,183)
#978FA7
(151,143,167)
#888197
(136,129,151)
#797387
(121,115,135)
#6A6577
(106,101,119)
#5B5767
(91,87,103)
#4C4957
(76,73,87)
#3D3B47
(61,59,71)
#2E2D37
(46,45,55)
#1F1F27
(31,31,39)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #A69DB7

#A69DB7
(166,157,183)
#AEA5BD
(174,165,189)
#B6ADC3
(182,173,195)
#BEB5C9
(190,181,201)
#C6BDCF
(198,189,207)
#CEC5D5
(206,197,213)
#D6CDDB
(214,205,219)
#DED5E1
(222,213,225)
#E6DDE7
(230,221,231)
#EEE5ED
(238,229,237)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69DB7; }

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

This text font color is #A69DB7.

Background Color

.myBgColor { background-color: #A69DB7; }

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

This div background color is #A69DB7.

Border color

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

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

This div border color is #A69DB7.

Opacity

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

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

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

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

This text has shadow with #A69DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69DB7.

Preview

Color preview on black background

This text has color #A69DB7 on black background.


Color preview on white background

This text has color #A69DB7 on white background.


Black color preview on #A69DB7 background

This text has black color on #A69DB7 background.


White color preview on #A69DB7 background

This text has white color on #A69DB7 background.


Related colors

Complementary color

Complementary color for #hex is #596248.


I love getcolorcode.com

Triadic colors

1 #B7A69D and #9DB7A6 with #A69DB7 are triadic colors.

2 #B79DA6 and #9DA6B7 with #A69DB7 are triadic colors.