COLOR #A69FB9

HEX: #A69FB9 RGB: (166,159,185)

Color info

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

RGB color model

#A69FB9 color RGB value is (166,159,185).

RGB: (166,159,185) (65%, 62%, 73%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 185 of 255 = 73%

166
159
185

R + G + B ~ 67%. #A69FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 185 = 510 (100%)
R 166 of 510 ~ 32.55%
G 159 of 510 ~ 31.18%
B 185 of 510 ~ 36.27'%

%32.55
%31.18
%36.27

CMYK color model

#A69FB9 color CMYK value is (10,14,0,27).

  • cyan value is 10.27%
  • magenta value is 14.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (10,14,0,27) C10M14Y0K27 (10%,14%,0%,27%) (0.10/0.14/0.00/0.27) 

CMYK percentages

%10.27
%14.05
%0
%27.45

Codes

Color #A69FB9 in popluar color models

A6 9F B9
RGB 166 159 185
HSL 256° 15.66% 67.45%
HSB/HSV 256° 14.05% 72.55%
CMYK 10.27% 14.05% 0.00%
27.45%

Color #A69FB9 in popluar number systems.

HEX A6 9F B9
Decimal 166 159 185
Binary 10100110 10011111 10111001
Octal 246 237 271

Shades and tints

Shades of #A69FB9

#A69FB9
(166,159,185)
#9791A9
(151,145,169)
#888399
(136,131,153)
#797589
(121,117,137)
#6A6779
(106,103,121)
#5B5969
(91,89,105)
#4C4B59
(76,75,89)
#3D3D49
(61,61,73)
#2E2F39
(46,47,57)
#1F2129
(31,33,41)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #A69FB9

#A69FB9
(166,159,185)
#AEA7BF
(174,167,191)
#B6AFC5
(182,175,197)
#BEB7CB
(190,183,203)
#C6BFD1
(198,191,209)
#CEC7D7
(206,199,215)
#D6CFDD
(214,207,221)
#DED7E3
(222,215,227)
#E6DFE9
(230,223,233)
#EEE7EF
(238,231,239)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69FB9 color. Also use rgb(166,159,185) instead hex code.

Text Font Color

.myTextColor { color: #A69FB9; }

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

This text font color is #A69FB9.

Background Color

.myBgColor { background-color: #A69FB9; }

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

This div background color is #A69FB9.

Border color

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

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

This div border color is #A69FB9.

Opacity

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

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

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

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

This text has shadow with #A69FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69FB9.

Preview

Color preview on black background

This text has color #A69FB9 on black background.


Color preview on white background

This text has color #A69FB9 on white background.


Black color preview on #A69FB9 background

This text has black color on #A69FB9 background.


White color preview on #A69FB9 background

This text has white color on #A69FB9 background.


Related colors

Complementary color

Complementary color for #hex is #596046.


I love getcolorcode.com

Triadic colors

1 #B9A69F and #9FB9A6 with #A69FB9 are triadic colors.

2 #B99FA6 and #9FA6B9 with #A69FB9 are triadic colors.