COLOR #A6C9AB

HEX: #A6C9AB
RGB: (166,201,171)

Color info

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

RGB color model

#A6C9AB color RGB value is (166,201,171).

  • red value is 166;
  • green value is 201;
  • blue value is 171.
RGB:
(166,201,171)
(65%,79%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 201 of 255 = 79%
B 171 of 255 = 67%

166
201
171

R + G + B ~ 70%. #A6C9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 201 + 171 = 538 (100%)
R 166 of 538 ~ 30.86%
G 201 of 538 ~ 37.36%
B 171 of 538 ~ 31.78%

%30.86
%37.36
%31.78

CMYK color model

#A6C9AB color CMYK value is (17,0,15,21).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK:
(17,0,15,21)
C17M0Y15K21 
(17%,0%,15%,21%)
(0.17/0.00/0.15/0.21)	

CMYK percentages

%17.41
%0
%14.93
%21.18

Codes

Color #A6C9AB in popluar color models

A6C9AB
RGB166201171
HSL129°24.48%71.96%
HSB/HSV129°17.41%78.82%
CMYK17.41%0.00%14.93%
21.18%

Color #A6C9AB in popluar number systems.

HEXA6C9AB
Decimal166201171
Binary101001101100100110101011
Octal246311253

Shades and tints

Shades of #A6C9AB

#A6C9AB
(166,201,171)
#97B79C
(151,183,156)
#88A58D
(136,165,141)
#79937E
(121,147,126)
#6A816F
(106,129,111)
#5B6F60
(91,111,96)
#4C5D51
(76,93,81)
#3D4B42
(61,75,66)
#2E3933
(46,57,51)
#1F2724
(31,39,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6C9AB

#A6C9AB
(166,201,171)
#AECDB2
(174,205,178)
#B6D1B9
(182,209,185)
#BED5C0
(190,213,192)
#C6D9C7
(198,217,199)
#CEDDCE
(206,221,206)
#D6E1D5
(214,225,213)
#DEE5DC
(222,229,220)
#E6E9E3
(230,233,227)
#EEEDEA
(238,237,234)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C9AB color. Also use rgb(166,201,171) instead hex code.

Text Font Color

.myTextColor { color: #A6C9AB; }

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

This text font color is #A6C9AB.


Background Color

.myBgColor { background-color: #A6C9AB; }

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

This div background color is #A6C9AB.


Border color

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

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

This div border color is #A6C9AB.


Opacity

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

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

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

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

This text has shadow with #A6C9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C9AB on black background.


Color preview on white background

This text has color #A6C9AB on white background.



Black color preview on #A6C9AB background

This text has black color on #A6C9AB background.


White color preview on #A6C9AB background

This text has white color on #A6C9AB background.