COLOR #A69BBB

HEX: #A69BBB RGB: (166,155,187)

Color info

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

RGB color model

#A69BBB color RGB value is (166,155,187).

RGB: (166,155,187) (65%, 61%, 73%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 187 of 255 = 73%

166
155
187

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

Portions of RGB colors in percentages

R + G + B = 166 + 155 + 187 = 508 (100%)
R 166 of 508 ~ 32.68%
G 155 of 508 ~ 30.51%
B 187 of 508 ~ 36.81'%

%32.68
%30.51
%36.81

CMYK color model

#A69BBB color CMYK value is (11,17,0,27).

  • cyan value is 11.23%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,17,0,27)
C11M17Y0K27 (11%, 17%, 0%, 27%)
(0.11 / 0.17 / 0.00 / 0.27)

CMYK percentages

%11.23
%17.11
%0
%26.67

Codes

Color #A69BBB in popluar color models

A6 9B BB
RGB 166 155 187
HSL 261° 19.05% 67.06%
HSB/HSV 261° 17.11% 73.33%
CMYK 11.23% 17.11% 0.00%
26.67%

Color #A69BBB in popluar number systems.

HEX A6 9B BB
Decimal 166 155 187
Binary 10100110 10011011 10111011
Octal 246 233 273

Shades and tints

Shades of #A69BBB

#A69BBB
(166,155,187)
#978DAA
(151,141,170)
#887F99
(136,127,153)
#797188
(121,113,136)
#6A6377
(106,99,119)
#5B5566
(91,85,102)
#4C4755
(76,71,85)
#3D3944
(61,57,68)
#2E2B33
(46,43,51)
#1F1D22
(31,29,34)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A69BBB

#A69BBB
(166,155,187)
#AEA4C1
(174,164,193)
#B6ADC7
(182,173,199)
#BEB6CD
(190,182,205)
#C6BFD3
(198,191,211)
#CEC8D9
(206,200,217)
#D6D1DF
(214,209,223)
#DEDAE5
(222,218,229)
#E6E3EB
(230,227,235)
#EEECF1
(238,236,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69BBB; }

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

This text font color is #A69BBB.

Background Color

.myBgColor { background-color: #A69BBB; }

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

This div background color is #A69BBB.

Border color

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

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

This div border color is #A69BBB.

Opacity

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

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

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

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

This text has shadow with #A69BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69BBB.

Preview

Color preview on black background

This text has color #A69BBB on black background.


Color preview on white background

This text has color #A69BBB on white background.


Black color preview on #A69BBB background

This text has black color on #A69BBB background.


White color preview on #A69BBB background

This text has white color on #A69BBB background.


Related colors

Complementary color

Complementary color for #hex is #596444.


I love getcolorcode.com

Triadic colors

1 #BBA69B and #9BBBA6 with #A69BBB are triadic colors.

2 #BB9BA6 and #9BA6BB with #A69BBB are triadic colors.