COLOR #A69BAC

HEX: #A69BAC
RGB: (166,155,172)

Color info

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

RGB color model

#A69BAC color RGB value is (166,155,172).

  • red value is 166;
  • green value is 155;
  • blue value is 172.
RGB:
(166,155,172)
(65%,61%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 172 of 255 = 67%

166
155
172

R + G + B ~ 64%. #A69BAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 172 = 493 (100%)
R 166 of 493 ~ 33.67%
G 155 of 493 ~ 31.44%
B 172 of 493 ~ 34.89%

%33.67
%31.44
%34.89

CMYK color model

#A69BAC color CMYK value is (3,10,0,33).

  • cyan value is 3.49%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,10,0,33)
C3M10Y0K33 
(3%,10%,0%,33%)
(0.03/0.10/0.00/0.33)	

CMYK percentages

%3.49
%9.88
%0
%32.55

Codes

Color #A69BAC in popluar color models

A69BAC
RGB166155172
HSL279°9.29%64.12%
HSB/HSV279°9.88%67.45%
CMYK3.49%9.88%0.00%
32.55%

Color #A69BAC in popluar number systems.

HEXA69BAC
Decimal166155172
Binary101001101001101110101100
Octal246233254

Shades and tints

Shades of #A69BAC

#A69BAC
(166,155,172)
#978D9D
(151,141,157)
#887F8E
(136,127,142)
#79717F
(121,113,127)
#6A6370
(106,99,112)
#5B5561
(91,85,97)
#4C4752
(76,71,82)
#3D3943
(61,57,67)
#2E2B34
(46,43,52)
#1F1D25
(31,29,37)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #A69BAC

#A69BAC
(166,155,172)
#AEA4B3
(174,164,179)
#B6ADBA
(182,173,186)
#BEB6C1
(190,182,193)
#C6BFC8
(198,191,200)
#CEC8CF
(206,200,207)
#D6D1D6
(214,209,214)
#DEDADD
(222,218,221)
#E6E3E4
(230,227,228)
#EEECEB
(238,236,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69BAC; }

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

This text font color is #A69BAC.


Background Color

.myBgColor { background-color: #A69BAC; }

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

This div background color is #A69BAC.


Border color

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

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

This div border color is #A69BAC.


Opacity

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

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

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

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

This text has shadow with #A69BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69BAC on black background.


Color preview on white background

This text has color #A69BAC on white background.



Black color preview on #A69BAC background

This text has black color on #A69BAC background.


White color preview on #A69BAC background

This text has white color on #A69BAC background.