COLOR #A69FB0

HEX: #A69FB0 RGB: (166,159,176)

Color info

#A69FB0 contains red, green and blue colors in about the same proportion. Web safe color of #A69FB0 is #999999 (or #999).

RGB color model

#A69FB0 color RGB value is (166,159,176).

RGB: (166,159,176) (65%, 62%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 176 of 255 = 69%

166
159
176

R + G + B ~ 65%. #A69FB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 176 = 501 (100%)
R 166 of 501 ~ 33.13%
G 159 of 501 ~ 31.74%
B 176 of 501 ~ 35.13'%

%33.13
%31.74
%35.13

CMYK color model

#A69FB0 color CMYK value is (6,10,0,31).

  • cyan value is 5.68%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (6,10,0,31) C6M10Y0K31 (6%,10%,0%,31%) (0.06/0.10/0.00/0.31) 

CMYK percentages

%5.68
%9.66
%0
%30.98

Codes

Color #A69FB0 in popluar color models

A6 9F B0
RGB 166 159 176
HSL 265° 9.71% 65.69%
HSB/HSV 265° 9.66% 69.02%
CMYK 5.68% 9.66% 0.00%
30.98%

Color #A69FB0 in popluar number systems.

HEX A6 9F B0
Decimal 166 159 176
Binary 10100110 10011111 10110000
Octal 246 237 260

Shades and tints

Shades of #A69FB0

#A69FB0
(166,159,176)
#9791A0
(151,145,160)
#888390
(136,131,144)
#797580
(121,117,128)
#6A6770
(106,103,112)
#5B5960
(91,89,96)
#4C4B50
(76,75,80)
#3D3D40
(61,61,64)
#2E2F30
(46,47,48)
#1F2120
(31,33,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A69FB0

#A69FB0
(166,159,176)
#AEA7B7
(174,167,183)
#B6AFBE
(182,175,190)
#BEB7C5
(190,183,197)
#C6BFCC
(198,191,204)
#CEC7D3
(206,199,211)
#D6CFDA
(214,207,218)
#DED7E1
(222,215,225)
#E6DFE8
(230,223,232)
#EEE7EF
(238,231,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69FB0; }

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

This text font color is #A69FB0.

Background Color

.myBgColor { background-color: #A69FB0; }

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

This div background color is #A69FB0.

Border color

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

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

This div border color is #A69FB0.

Opacity

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

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

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

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

This text has shadow with #A69FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69FB0.

Preview

Color preview on black background

This text has color #A69FB0 on black background.


Color preview on white background

This text has color #A69FB0 on white background.


Black color preview on #A69FB0 background

This text has black color on #A69FB0 background.


White color preview on #A69FB0 background

This text has white color on #A69FB0 background.


Related colors

Complementary color

Complementary color for #hex is #59604F.


I love getcolorcode.com

Triadic colors

1 #B0A69F and #9FB0A6 with #A69FB0 are triadic colors.

2 #B09FA6 and #9FA6B0 with #A69FB0 are triadic colors.