COLOR #A6BBA1

HEX: #A6BBA1
RGB: (166,187,161)

Color info

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

RGB color model

#A6BBA1 color RGB value is (166,187,161).

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

RGB channels and saturation

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

166
187
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 161 = 514 (100%)
R 166 of 514 ~ 32.3%
G 187 of 514 ~ 36.38%
B 161 of 514 ~ 31.32%

%32.3
%36.38
%31.32

CMYK color model

#A6BBA1 color CMYK value is (11,0,14,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(11,0,14,27)
C11M0Y14K27 
(11%,0%,14%,27%)
(0.11/0.00/0.14/0.27)	

CMYK percentages

%11.23
%0
%13.9
%26.67

Codes

Color #A6BBA1 in popluar color models

A6BBA1
RGB166187161
HSL108°16.05%68.24%
HSB/HSV108°13.90%73.33%
CMYK11.23%0.00%13.90%
26.67%

Color #A6BBA1 in popluar number systems.

HEXA6BBA1
Decimal166187161
Binary101001101011101110100001
Octal246273241

Shades and tints

Shades of #A6BBA1

#A6BBA1
(166,187,161)
#97AA93
(151,170,147)
#889985
(136,153,133)
#798877
(121,136,119)
#6A7769
(106,119,105)
#5B665B
(91,102,91)
#4C554D
(76,85,77)
#3D443F
(61,68,63)
#2E3331
(46,51,49)
#1F2223
(31,34,35)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A6BBA1

#A6BBA1
(166,187,161)
#AEC1A9
(174,193,169)
#B6C7B1
(182,199,177)
#BECDB9
(190,205,185)
#C6D3C1
(198,211,193)
#CED9C9
(206,217,201)
#D6DFD1
(214,223,209)
#DEE5D9
(222,229,217)
#E6EBE1
(230,235,225)
#EEF1E9
(238,241,233)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BBA1; }

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

This text font color is #A6BBA1.


Background Color

.myBgColor { background-color: #A6BBA1; }

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

This div background color is #A6BBA1.


Border color

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

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

This div border color is #A6BBA1.


Opacity

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

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

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

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

This text has shadow with #A6BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BBA1 on black background.


Color preview on white background

This text has color #A6BBA1 on white background.



Black color preview on #A6BBA1 background

This text has black color on #A6BBA1 background.


White color preview on #A6BBA1 background

This text has white color on #A6BBA1 background.