COLOR #A6929B

HEX: #A6929B
RGB: (166,146,155)

Color info

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

RGB color model

#A6929B color RGB value is (166,146,155).

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

RGB channels and saturation

R 166 of 255 = 65%
G 146 of 255 = 57%
B 155 of 255 = 61%

166
146
155

R + G + B ~ 61%. #A6929B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 146 + 155 = 467 (100%)
R 166 of 467 ~ 35.55%
G 146 of 467 ~ 31.26%
B 155 of 467 ~ 33.19%

%35.55
%31.26
%33.19

CMYK color model

#A6929B color CMYK value is (0,12,7,35).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(0,12,7,35)
C0M12Y7K35 
(0%,12%,7%,35%)
(0.00/0.12/0.07/0.35)	

CMYK percentages

%0
%12.05
%6.63
%34.9

Codes

Color #A6929B in popluar color models

A6929B
RGB166146155
HSL333°10.10%61.18%
HSB/HSV333°12.05%65.10%
CMYK0.00%12.05%6.63%
34.90%

Color #A6929B in popluar number systems.

HEXA6929B
Decimal166146155
Binary101001101001001010011011
Octal246222233

Shades and tints

Shades of #A6929B

#A6929B
(166,146,155)
#97858D
(151,133,141)
#88787F
(136,120,127)
#796B71
(121,107,113)
#6A5E63
(106,94,99)
#5B5155
(91,81,85)
#4C4447
(76,68,71)
#3D3739
(61,55,57)
#2E2A2B
(46,42,43)
#1F1D1D
(31,29,29)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #A6929B

#A6929B
(166,146,155)
#AE9BA4
(174,155,164)
#B6A4AD
(182,164,173)
#BEADB6
(190,173,182)
#C6B6BF
(198,182,191)
#CEBFC8
(206,191,200)
#D6C8D1
(214,200,209)
#DED1DA
(222,209,218)
#E6DAE3
(230,218,227)
#EEE3EC
(238,227,236)
#F6ECF5
(246,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6929B; }

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

This text font color is #A6929B.


Background Color

.myBgColor { background-color: #A6929B; }

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

This div background color is #A6929B.


Border color

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

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

This div border color is #A6929B.


Opacity

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

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

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

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

This text has shadow with #A6929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6929B on black background.


Color preview on white background

This text has color #A6929B on white background.



Black color preview on #A6929B background

This text has black color on #A6929B background.


White color preview on #A6929B background

This text has white color on #A6929B background.