COLOR #A6BAA1

HEX: #A6BAA1
RGB: (166,186,161)

Color info

#A6BAA1 contains red, green and blue colors in about the same proportion. Web safe color of #A6BAA1 is #99CC99 (or #9C9).

RGB color model

#A6BAA1 color RGB value is (166,186,161).

  • red value is 166;
  • green value is 186;
  • blue value is 161.
RGB:
(166,186,161)
(65%,73%,63%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 161 of 255 = 63%

166
186
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 161 = 513 (100%)
R 166 of 513 ~ 32.36%
G 186 of 513 ~ 36.26%
B 161 of 513 ~ 31.38%

%32.36
%36.26
%31.38

CMYK color model

#A6BAA1 color CMYK value is (11,0,13,27).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(11,0,13,27)
C11M0Y13K27 
(11%,0%,13%,27%)
(0.11/0.00/0.13/0.27)	

CMYK percentages

%10.75
%0
%13.44
%27.06

Codes

Color #A6BAA1 in popluar color models

A6BAA1
RGB166186161
HSL108°15.34%68.04%
HSB/HSV108°13.44%72.94%
CMYK10.75%0.00%13.44%
27.06%

Color #A6BAA1 in popluar number systems.

HEXA6BAA1
Decimal166186161
Binary101001101011101010100001
Octal246272241

Shades and tints

Shades of #A6BAA1

#A6BAA1
(166,186,161)
#97AA93
(151,170,147)
#889A85
(136,154,133)
#798A77
(121,138,119)
#6A7A69
(106,122,105)
#5B6A5B
(91,106,91)
#4C5A4D
(76,90,77)
#3D4A3F
(61,74,63)
#2E3A31
(46,58,49)
#1F2A23
(31,42,35)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6BAA1

#A6BAA1
(166,186,161)
#AEC0A9
(174,192,169)
#B6C6B1
(182,198,177)
#BECCB9
(190,204,185)
#C6D2C1
(198,210,193)
#CED8C9
(206,216,201)
#D6DED1
(214,222,209)
#DEE4D9
(222,228,217)
#E6EAE1
(230,234,225)
#EEF0E9
(238,240,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BAA1 color. Also use rgb(166,186,161) instead hex code.

Text Font Color

.myTextColor { color: #A6BAA1; }

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

This text font color is #A6BAA1.


Background Color

.myBgColor { background-color: #A6BAA1; }

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

This div background color is #A6BAA1.


Border color

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

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

This div border color is #A6BAA1.


Opacity

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

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

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

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

This text has shadow with #A6BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BAA1 on black background.


Color preview on white background

This text has color #A6BAA1 on white background.



Black color preview on #A6BAA1 background

This text has black color on #A6BAA1 background.


White color preview on #A6BAA1 background

This text has white color on #A6BAA1 background.