COLOR #A6C1CE

HEX: #A6C1CE
RGB: (166,193,206)

Color info

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

RGB color model

#A6C1CE color RGB value is (166,193,206).

  • red value is 166;
  • green value is 193;
  • blue value is 206.
RGB:
(166,193,206)
(65%,76%,81%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 206 of 255 = 81%

166
193
206

R + G + B ~ 74%. #A6C1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 193 + 206 = 565 (100%)
R 166 of 565 ~ 29.38%
G 193 of 565 ~ 34.16%
B 206 of 565 ~ 36.46%

%29.38
%34.16
%36.46

CMYK color model

#A6C1CE color CMYK value is (19,6,0,19).

  • cyan value is 19.42%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(19,6,0,19)
C19M6Y0K19 
(19%,6%,0%,19%)
(0.19/0.06/0.00/0.19)	

CMYK percentages

%19.42
%6.31
%0
%19.22

Codes

Color #A6C1CE in popluar color models

A6C1CE
RGB166193206
HSL200°28.99%72.94%
HSB/HSV200°19.42%80.78%
CMYK19.42%6.31%0.00%
19.22%

Color #A6C1CE in popluar number systems.

HEXA6C1CE
Decimal166193206
Binary101001101100000111001110
Octal246301316

Shades and tints

Shades of #A6C1CE

#A6C1CE
(166,193,206)
#97B0BC
(151,176,188)
#889FAA
(136,159,170)
#798E98
(121,142,152)
#6A7D86
(106,125,134)
#5B6C74
(91,108,116)
#4C5B62
(76,91,98)
#3D4A50
(61,74,80)
#2E393E
(46,57,62)
#1F282C
(31,40,44)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #A6C1CE

#A6C1CE
(166,193,206)
#AEC6D2
(174,198,210)
#B6CBD6
(182,203,214)
#BED0DA
(190,208,218)
#C6D5DE
(198,213,222)
#CEDAE2
(206,218,226)
#D6DFE6
(214,223,230)
#DEE4EA
(222,228,234)
#E6E9EE
(230,233,238)
#EEEEF2
(238,238,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C1CE color. Also use rgb(166,193,206) instead hex code.

Text Font Color

.myTextColor { color: #A6C1CE; }

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

This text font color is #A6C1CE.


Background Color

.myBgColor { background-color: #A6C1CE; }

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

This div background color is #A6C1CE.


Border color

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

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

This div border color is #A6C1CE.


Opacity

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

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

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

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

This text has shadow with #A6C1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C1CE on black background.


Color preview on white background

This text has color #A6C1CE on white background.



Black color preview on #A6C1CE background

This text has black color on #A6C1CE background.


White color preview on #A6C1CE background

This text has white color on #A6C1CE background.