COLOR #A6BCAB

HEX: #A6BCAB RGB: (166,188,171)

Color info

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

RGB color model

#A6BCAB color RGB value is (166,188,171).

RGB: (166,188,171) (65%, 74%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 171 of 255 = 67%

166
188
171

R + G + B ~ 69%. #A6BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 188 + 171 = 525 (100%)
R 166 of 525 ~ 31.62%
G 188 of 525 ~ 35.81%
B 171 of 525 ~ 32.57'%

%31.62
%35.81
%32.57

CMYK color model

#A6BCAB color CMYK value is (12,0,9,26).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%

CMYK: (12,0,9,26)
C12M0Y9K26 (12%, 0%, 9%, 26%)
(0.12 / 0.00 / 0.09 / 0.26)

CMYK percentages

%11.7
%0
%9.04
%26.27

Codes

Color #A6BCAB in popluar color models

A6 BC AB
RGB 166 188 171
HSL 134° 14.10% 69.41%
HSB/HSV 134° 11.70% 73.73%
CMYK 11.70% 0.00% 9.04%
26.27%

Color #A6BCAB in popluar number systems.

HEX A6 BC AB
Decimal 166 188 171
Binary 10100110 10111100 10101011
Octal 246 274 253

Shades and tints

Shades of #A6BCAB

#A6BCAB
(166,188,171)
#97AB9C
(151,171,156)
#889A8D
(136,154,141)
#79897E
(121,137,126)
#6A786F
(106,120,111)
#5B6760
(91,103,96)
#4C5651
(76,86,81)
#3D4542
(61,69,66)
#2E3433
(46,52,51)
#1F2324
(31,35,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #A6BCAB

#A6BCAB
(166,188,171)
#AEC2B2
(174,194,178)
#B6C8B9
(182,200,185)
#BECEC0
(190,206,192)
#C6D4C7
(198,212,199)
#CEDACE
(206,218,206)
#D6E0D5
(214,224,213)
#DEE6DC
(222,230,220)
#E6ECE3
(230,236,227)
#EEF2EA
(238,242,234)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BCAB; }

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

This text font color is #A6BCAB.

Background Color

.myBgColor { background-color: #A6BCAB; }

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

This div background color is #A6BCAB.

Border color

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

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

This div border color is #A6BCAB.

Opacity

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

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

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

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

This text has shadow with #A6BCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BCAB.

Preview

Color preview on black background

This text has color #A6BCAB on black background.


Color preview on white background

This text has color #A6BCAB on white background.


Black color preview on #A6BCAB background

This text has black color on #A6BCAB background.


White color preview on #A6BCAB background

This text has white color on #A6BCAB background.


Related colors

Complementary color

Complementary color for #hex is #594354.


I love getcolorcode.com

Triadic colors

1 #ABA6BC and #BCABA6 with #A6BCAB are triadic colors.

2 #ABBCA6 and #BCA6AB with #A6BCAB are triadic colors.