COLOR #A6C8BA

HEX: #A6C8BA
RGB: (166,200,186)

Color info

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

RGB color model

#A6C8BA color RGB value is (166,200,186).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 186 of 255 = 73%

166
200
186

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

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 186 = 552 (100%)
R 166 of 552 ~ 30.07%
G 200 of 552 ~ 36.23%
B 186 of 552 ~ 33.7%

%30.07
%36.23
%33.7

CMYK color model

#A6C8BA color CMYK value is (17,0,7,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(17,0,7,22)
C17M0Y7K22 
(17%,0%,7%,22%)
(0.17/0.00/0.07/0.22)	

CMYK percentages

%17
%0
%7
%21.57

Codes

Color #A6C8BA in popluar color models

A6C8BA
RGB166200186
HSL155°23.61%71.76%
HSB/HSV155°17.00%78.43%
CMYK17.00%0.00%7.00%
21.57%

Color #A6C8BA in popluar number systems.

HEXA6C8BA
Decimal166200186
Binary101001101100100010111010
Octal246310272

Shades and tints

Shades of #A6C8BA

#A6C8BA
(166,200,186)
#97B6AA
(151,182,170)
#88A49A
(136,164,154)
#79928A
(121,146,138)
#6A807A
(106,128,122)
#5B6E6A
(91,110,106)
#4C5C5A
(76,92,90)
#3D4A4A
(61,74,74)
#2E383A
(46,56,58)
#1F262A
(31,38,42)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #A6C8BA

#A6C8BA
(166,200,186)
#AECDC0
(174,205,192)
#B6D2C6
(182,210,198)
#BED7CC
(190,215,204)
#C6DCD2
(198,220,210)
#CEE1D8
(206,225,216)
#D6E6DE
(214,230,222)
#DEEBE4
(222,235,228)
#E6F0EA
(230,240,234)
#EEF5F0
(238,245,240)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C8BA; }

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

This text font color is #A6C8BA.


Background Color

.myBgColor { background-color: #A6C8BA; }

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

This div background color is #A6C8BA.


Border color

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

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

This div border color is #A6C8BA.


Opacity

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

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

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

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

This text has shadow with #A6C8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C8BA on black background.


Color preview on white background

This text has color #A6C8BA on white background.



Black color preview on #A6C8BA background

This text has black color on #A6C8BA background.


White color preview on #A6C8BA background

This text has white color on #A6C8BA background.