COLOR #A6CAB1

HEX: #A6CAB1
RGB: (166,202,177)

Color info

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

RGB color model

#A6CAB1 color RGB value is (166,202,177).

  • red value is 166;
  • green value is 202;
  • blue value is 177.
RGB:
(166,202,177)
(65%,79%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 177 of 255 = 69%

166
202
177

R + G + B ~ 71%. #A6CAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 177 = 545 (100%)
R 166 of 545 ~ 30.46%
G 202 of 545 ~ 37.06%
B 177 of 545 ~ 32.48%

%30.46
%37.06
%32.48

CMYK color model

#A6CAB1 color CMYK value is (18,0,12,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%
CMYK:
(18,0,12,21)
C18M0Y12K21 
(18%,0%,12%,21%)
(0.18/0.00/0.12/0.21)	

CMYK percentages

%17.82
%0
%12.38
%20.78

Codes

Color #A6CAB1 in popluar color models

A6CAB1
RGB166202177
HSL138°25.35%72.16%
HSB/HSV138°17.82%79.22%
CMYK17.82%0.00%12.38%
20.78%

Color #A6CAB1 in popluar number systems.

HEXA6CAB1
Decimal166202177
Binary101001101100101010110001
Octal246312261

Shades and tints

Shades of #A6CAB1

#A6CAB1
(166,202,177)
#97B8A1
(151,184,161)
#88A691
(136,166,145)
#799481
(121,148,129)
#6A8271
(106,130,113)
#5B7061
(91,112,97)
#4C5E51
(76,94,81)
#3D4C41
(61,76,65)
#2E3A31
(46,58,49)
#1F2821
(31,40,33)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #A6CAB1

#A6CAB1
(166,202,177)
#AECEB8
(174,206,184)
#B6D2BF
(182,210,191)
#BED6C6
(190,214,198)
#C6DACD
(198,218,205)
#CEDED4
(206,222,212)
#D6E2DB
(214,226,219)
#DEE6E2
(222,230,226)
#E6EAE9
(230,234,233)
#EEEEF0
(238,238,240)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CAB1 color. Also use rgb(166,202,177) instead hex code.

Text Font Color

.myTextColor { color: #A6CAB1; }

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

This text font color is #A6CAB1.


Background Color

.myBgColor { background-color: #A6CAB1; }

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

This div background color is #A6CAB1.


Border color

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

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

This div border color is #A6CAB1.


Opacity

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

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

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

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

This text has shadow with #A6CAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CAB1 on black background.


Color preview on white background

This text has color #A6CAB1 on white background.



Black color preview on #A6CAB1 background

This text has black color on #A6CAB1 background.


White color preview on #A6CAB1 background

This text has white color on #A6CAB1 background.