COLOR #A6CADF

HEX: #A6CADF
RGB: (166,202,223)

Color info

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

RGB color model

#A6CADF color RGB value is (166,202,223).

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

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 223 of 255 = 87%

166
202
223

R + G + B ~ 77%. #A6CADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 223 = 591 (100%)
R 166 of 591 ~ 28.09%
G 202 of 591 ~ 34.18%
B 223 of 591 ~ 37.73%

%28.09
%34.18
%37.73

CMYK color model

#A6CADF color CMYK value is (26,9,0,13).

  • cyan value is 25.56%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(26,9,0,13)
C26M9Y0K13 
(26%,9%,0%,13%)
(0.26/0.09/0.00/0.13)	

CMYK percentages

%25.56
%9.42
%0
%12.55

Codes

Color #A6CADF in popluar color models

A6CADF
RGB166202223
HSL202°47.11%76.27%
HSB/HSV202°25.56%87.45%
CMYK25.56%9.42%0.00%
12.55%

Color #A6CADF in popluar number systems.

HEXA6CADF
Decimal166202223
Binary101001101100101011011111
Octal246312337

Shades and tints

Shades of #A6CADF

#A6CADF
(166,202,223)
#97B8CB
(151,184,203)
#88A6B7
(136,166,183)
#7994A3
(121,148,163)
#6A828F
(106,130,143)
#5B707B
(91,112,123)
#4C5E67
(76,94,103)
#3D4C53
(61,76,83)
#2E3A3F
(46,58,63)
#1F282B
(31,40,43)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6CADF

#A6CADF
(166,202,223)
#AECEE1
(174,206,225)
#B6D2E3
(182,210,227)
#BED6E5
(190,214,229)
#C6DAE7
(198,218,231)
#CEDEE9
(206,222,233)
#D6E2EB
(214,226,235)
#DEE6ED
(222,230,237)
#E6EAEF
(230,234,239)
#EEEEF1
(238,238,241)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CADF; }

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

This text font color is #A6CADF.


Background Color

.myBgColor { background-color: #A6CADF; }

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

This div background color is #A6CADF.


Border color

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

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

This div border color is #A6CADF.


Opacity

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

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

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

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

This text has shadow with #A6CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CADF on black background.


Color preview on white background

This text has color #A6CADF on white background.



Black color preview on #A6CADF background

This text has black color on #A6CADF background.


White color preview on #A6CADF background

This text has white color on #A6CADF background.