COLOR #A6C0CA

HEX: #A6C0CA
RGB: (166,192,202)

Color info

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

RGB color model

#A6C0CA color RGB value is (166,192,202).

  • red value is 166;
  • green value is 192;
  • blue value is 202.
RGB:
(166,192,202)
(65%,75%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 202 of 255 = 79%

166
192
202

R + G + B ~ 73%. #A6C0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 192 + 202 = 560 (100%)
R 166 of 560 ~ 29.64%
G 192 of 560 ~ 34.29%
B 202 of 560 ~ 36.07%

%29.64
%34.29
%36.07

CMYK color model

#A6C0CA color CMYK value is (18,5,0,21).

  • cyan value is 17.82%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,5,0,21)
C18M5Y0K21 
(18%,5%,0%,21%)
(0.18/0.05/0.00/0.21)	

CMYK percentages

%17.82
%4.95
%0
%20.78

Codes

Color #A6C0CA in popluar color models

A6C0CA
RGB166192202
HSL197°25.35%72.16%
HSB/HSV197°17.82%79.22%
CMYK17.82%4.95%0.00%
20.78%

Color #A6C0CA in popluar number systems.

HEXA6C0CA
Decimal166192202
Binary101001101100000011001010
Octal246300312

Shades and tints

Shades of #A6C0CA

#A6C0CA
(166,192,202)
#97AFB8
(151,175,184)
#889EA6
(136,158,166)
#798D94
(121,141,148)
#6A7C82
(106,124,130)
#5B6B70
(91,107,112)
#4C5A5E
(76,90,94)
#3D494C
(61,73,76)
#2E383A
(46,56,58)
#1F2728
(31,39,40)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6C0CA

#A6C0CA
(166,192,202)
#AEC5CE
(174,197,206)
#B6CAD2
(182,202,210)
#BECFD6
(190,207,214)
#C6D4DA
(198,212,218)
#CED9DE
(206,217,222)
#D6DEE2
(214,222,226)
#DEE3E6
(222,227,230)
#E6E8EA
(230,232,234)
#EEEDEE
(238,237,238)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C0CA color. Also use rgb(166,192,202) instead hex code.

Text Font Color

.myTextColor { color: #A6C0CA; }

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

This text font color is #A6C0CA.


Background Color

.myBgColor { background-color: #A6C0CA; }

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

This div background color is #A6C0CA.


Border color

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

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

This div border color is #A6C0CA.


Opacity

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

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

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

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

This text has shadow with #A6C0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C0CA on black background.


Color preview on white background

This text has color #A6C0CA on white background.



Black color preview on #A6C0CA background

This text has black color on #A6C0CA background.


White color preview on #A6C0CA background

This text has white color on #A6C0CA background.