COLOR #A6CAD6

HEX: #A6CAD6
RGB: (166,202,214)

Color info

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

RGB color model

#A6CAD6 color RGB value is (166,202,214).

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

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 214 of 255 = 84%

166
202
214

R + G + B ~ 76%. #A6CAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 214 = 582 (100%)
R 166 of 582 ~ 28.52%
G 202 of 582 ~ 34.71%
B 214 of 582 ~ 36.77%

%28.52
%34.71
%36.77

CMYK color model

#A6CAD6 color CMYK value is (22,6,0,16).

  • cyan value is 22.43%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,6,0,16)
C22M6Y0K16 
(22%,6%,0%,16%)
(0.22/0.06/0.00/0.16)	

CMYK percentages

%22.43
%5.61
%0
%16.08

Codes

Color #A6CAD6 in popluar color models

A6CAD6
RGB166202214
HSL195°36.92%74.51%
HSB/HSV195°22.43%83.92%
CMYK22.43%5.61%0.00%
16.08%

Color #A6CAD6 in popluar number systems.

HEXA6CAD6
Decimal166202214
Binary101001101100101011010110
Octal246312326

Shades and tints

Shades of #A6CAD6

#A6CAD6
(166,202,214)
#97B8C3
(151,184,195)
#88A6B0
(136,166,176)
#79949D
(121,148,157)
#6A828A
(106,130,138)
#5B7077
(91,112,119)
#4C5E64
(76,94,100)
#3D4C51
(61,76,81)
#2E3A3E
(46,58,62)
#1F282B
(31,40,43)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #A6CAD6

#A6CAD6
(166,202,214)
#AECED9
(174,206,217)
#B6D2DC
(182,210,220)
#BED6DF
(190,214,223)
#C6DAE2
(198,218,226)
#CEDEE5
(206,222,229)
#D6E2E8
(214,226,232)
#DEE6EB
(222,230,235)
#E6EAEE
(230,234,238)
#EEEEF1
(238,238,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAD6; }

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

This text font color is #A6CAD6.


Background Color

.myBgColor { background-color: #A6CAD6; }

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

This div background color is #A6CAD6.


Border color

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

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

This div border color is #A6CAD6.


Opacity

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

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

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

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

This text has shadow with #A6CAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CAD6 on black background.


Color preview on white background

This text has color #A6CAD6 on white background.



Black color preview on #A6CAD6 background

This text has black color on #A6CAD6 background.


White color preview on #A6CAD6 background

This text has white color on #A6CAD6 background.