COLOR #A6C4BA

HEX: #A6C4BA
RGB: (166,196,186)

Color info

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

RGB color model

#A6C4BA color RGB value is (166,196,186).

  • red value is 166;
  • green value is 196;
  • blue value is 186.
RGB:
(166,196,186)
(65%,77%,73%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 186 of 255 = 73%

166
196
186

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

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 186 = 548 (100%)
R 166 of 548 ~ 30.29%
G 196 of 548 ~ 35.77%
B 186 of 548 ~ 33.94%

%30.29
%35.77
%33.94

CMYK color model

#A6C4BA color CMYK value is (15,0,5,23).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(15,0,5,23)
C15M0Y5K23 
(15%,0%,5%,23%)
(0.15/0.00/0.05/0.23)	

CMYK percentages

%15.31
%0
%5.1
%23.14

Codes

Color #A6C4BA in popluar color models

A6C4BA
RGB166196186
HSL160°20.27%70.98%
HSB/HSV160°15.31%76.86%
CMYK15.31%0.00%5.10%
23.14%

Color #A6C4BA in popluar number systems.

HEXA6C4BA
Decimal166196186
Binary101001101100010010111010
Octal246304272

Shades and tints

Shades of #A6C4BA

#A6C4BA
(166,196,186)
#97B3AA
(151,179,170)
#88A29A
(136,162,154)
#79918A
(121,145,138)
#6A807A
(106,128,122)
#5B6F6A
(91,111,106)
#4C5E5A
(76,94,90)
#3D4D4A
(61,77,74)
#2E3C3A
(46,60,58)
#1F2B2A
(31,43,42)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #A6C4BA

#A6C4BA
(166,196,186)
#AEC9C0
(174,201,192)
#B6CEC6
(182,206,198)
#BED3CC
(190,211,204)
#C6D8D2
(198,216,210)
#CEDDD8
(206,221,216)
#D6E2DE
(214,226,222)
#DEE7E4
(222,231,228)
#E6ECEA
(230,236,234)
#EEF1F0
(238,241,240)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C4BA color. Also use rgb(166,196,186) instead hex code.

Text Font Color

.myTextColor { color: #A6C4BA; }

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

This text font color is #A6C4BA.


Background Color

.myBgColor { background-color: #A6C4BA; }

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

This div background color is #A6C4BA.


Border color

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

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

This div border color is #A6C4BA.


Opacity

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

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

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

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

This text has shadow with #A6C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C4BA on black background.


Color preview on white background

This text has color #A6C4BA on white background.



Black color preview on #A6C4BA background

This text has black color on #A6C4BA background.


White color preview on #A6C4BA background

This text has white color on #A6C4BA background.