COLOR #A6CAB6

HEX: #A6CAB6 RGB: (166,202,182)

Color info

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

RGB color model

#A6CAB6 color RGB value is (166,202,182).

RGB: (166,202,182) (65%, 79%, 71%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 182 of 255 = 71%

166
202
182

R + G + B ~ 72%. #A6CAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 182 = 550 (100%)
R 166 of 550 ~ 30.18%
G 202 of 550 ~ 36.73%
B 182 of 550 ~ 33.09'%

%30.18
%36.73
%33.09

CMYK color model

#A6CAB6 color CMYK value is (18,0,10,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 20.78%

CMYK: (18,0,10,21)
C18M0Y10K21 (18%, 0%, 10%, 21%)
(0.18 / 0.00 / 0.10 / 0.21)

CMYK percentages

%17.82
%0
%9.9
%20.78

Codes

Color #A6CAB6 in popluar color models

A6 CA B6
RGB 166 202 182
HSL 147° 25.35% 72.16%
HSB/HSV 147° 17.82% 79.22%
CMYK 17.82% 0.00% 9.90%
20.78%

Color #A6CAB6 in popluar number systems.

HEX A6 CA B6
Decimal 166 202 182
Binary 10100110 11001010 10110110
Octal 246 312 266

Shades and tints

Shades of #A6CAB6

#A6CAB6
(166,202,182)
#97B8A6
(151,184,166)
#88A696
(136,166,150)
#799486
(121,148,134)
#6A8276
(106,130,118)
#5B7066
(91,112,102)
#4C5E56
(76,94,86)
#3D4C46
(61,76,70)
#2E3A36
(46,58,54)
#1F2826
(31,40,38)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6CAB6

#A6CAB6
(166,202,182)
#AECEBC
(174,206,188)
#B6D2C2
(182,210,194)
#BED6C8
(190,214,200)
#C6DACE
(198,218,206)
#CEDED4
(206,222,212)
#D6E2DA
(214,226,218)
#DEE6E0
(222,230,224)
#E6EAE6
(230,234,230)
#EEEEEC
(238,238,236)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAB6; }

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

This text font color is #A6CAB6.

Background Color

.myBgColor { background-color: #A6CAB6; }

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

This div background color is #A6CAB6.

Border color

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

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

This div border color is #A6CAB6.

Opacity

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

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

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

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

This text has shadow with #A6CAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CAB6.

Preview

Color preview on black background

This text has color #A6CAB6 on black background.


Color preview on white background

This text has color #A6CAB6 on white background.


Black color preview on #A6CAB6 background

This text has black color on #A6CAB6 background.


White color preview on #A6CAB6 background

This text has white color on #A6CAB6 background.


Related colors

Complementary color

Complementary color for #hex is #593549.


I love getcolorcode.com

Triadic colors

1 #B6A6CA and #CAB6A6 with #A6CAB6 are triadic colors.

2 #B6CAA6 and #CAA6B6 with #A6CAB6 are triadic colors.