COLOR #A6ACBB

HEX: #A6ACBB RGB: (166,172,187)

Color info

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

RGB color model

#A6ACBB color RGB value is (166,172,187).

RGB: (166,172,187) (65%, 67%, 73%)

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 187 of 255 = 73%

166
172
187

R + G + B ~ 68%. #A6ACBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 172 + 187 = 525 (100%)
R 166 of 525 ~ 31.62%
G 172 of 525 ~ 32.76%
B 187 of 525 ~ 35.62'%

%31.62
%32.76
%35.62

CMYK color model

#A6ACBB color CMYK value is (11,8,0,27).

  • cyan value is 11.23%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (11,8,0,27) C11M8Y0K27 (11%,8%,0%,27%) (0.11/0.08/0.00/0.27) 

CMYK percentages

%11.23
%8.02
%0
%26.67

Codes

Color #A6ACBB in popluar color models

A6 AC BB
RGB 166 172 187
HSL 223° 13.38% 69.22%
HSB/HSV 223° 11.23% 73.33%
CMYK 11.23% 8.02% 0.00%
26.67%

Color #A6ACBB in popluar number systems.

HEX A6 AC BB
Decimal 166 172 187
Binary 10100110 10101100 10111011
Octal 246 254 273

Shades and tints

Shades of #A6ACBB

#A6ACBB
(166,172,187)
#979DAA
(151,157,170)
#888E99
(136,142,153)
#797F88
(121,127,136)
#6A7077
(106,112,119)
#5B6166
(91,97,102)
#4C5255
(76,82,85)
#3D4344
(61,67,68)
#2E3433
(46,52,51)
#1F2522
(31,37,34)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #A6ACBB

#A6ACBB
(166,172,187)
#AEB3C1
(174,179,193)
#B6BAC7
(182,186,199)
#BEC1CD
(190,193,205)
#C6C8D3
(198,200,211)
#CECFD9
(206,207,217)
#D6D6DF
(214,214,223)
#DEDDE5
(222,221,229)
#E6E4EB
(230,228,235)
#EEEBF1
(238,235,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ACBB; }

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

This text font color is #A6ACBB.

Background Color

.myBgColor { background-color: #A6ACBB; }

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

This div background color is #A6ACBB.

Border color

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

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

This div border color is #A6ACBB.

Opacity

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

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

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

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

This text has shadow with #A6ACBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6ACBB.

Preview

Color preview on black background

This text has color #A6ACBB on black background.


Color preview on white background

This text has color #A6ACBB on white background.


Black color preview on #A6ACBB background

This text has black color on #A6ACBB background.


White color preview on #A6ACBB background

This text has white color on #A6ACBB background.


Related colors

Complementary color

Complementary color for #hex is #595344.


I love getcolorcode.com

Triadic colors

1 #BBA6AC and #ACBBA6 with #A6ACBB are triadic colors.

2 #BBACA6 and #ACA6BB with #A6ACBB are triadic colors.