COLOR #A6CADC

HEX: #A6CADC
RGB: (166,202,220)

Color info

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

RGB color model

#A6CADC color RGB value is (166,202,220).

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

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 220 of 255 = 86%

166
202
220

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 220 = 588 (100%)
R 166 of 588 ~ 28.23%
G 202 of 588 ~ 34.35%
B 220 of 588 ~ 37.41%

%28.23
%34.35
%37.41

CMYK color model

#A6CADC color CMYK value is (25,8,0,14).

  • cyan value is 24.55%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,8,0,14)
C25M8Y0K14 
(25%,8%,0%,14%)
(0.25/0.08/0.00/0.14)	

CMYK percentages

%24.55
%8.18
%0
%13.73

Codes

Color #A6CADC in popluar color models

A6CADC
RGB166202220
HSL200°43.55%75.69%
HSB/HSV200°24.55%86.27%
CMYK24.55%8.18%0.00%
13.73%

Color #A6CADC in popluar number systems.

HEXA6CADC
Decimal166202220
Binary101001101100101011011100
Octal246312334

Shades and tints

Shades of #A6CADC

#A6CADC
(166,202,220)
#97B8C8
(151,184,200)
#88A6B4
(136,166,180)
#7994A0
(121,148,160)
#6A828C
(106,130,140)
#5B7078
(91,112,120)
#4C5E64
(76,94,100)
#3D4C50
(61,76,80)
#2E3A3C
(46,58,60)
#1F2828
(31,40,40)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6CADC

#A6CADC
(166,202,220)
#AECEDF
(174,206,223)
#B6D2E2
(182,210,226)
#BED6E5
(190,214,229)
#C6DAE8
(198,218,232)
#CEDEEB
(206,222,235)
#D6E2EE
(214,226,238)
#DEE6F1
(222,230,241)
#E6EAF4
(230,234,244)
#EEEEF7
(238,238,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CADC; }

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

This text font color is #A6CADC.


Background Color

.myBgColor { background-color: #A6CADC; }

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

This div background color is #A6CADC.


Border color

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

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

This div border color is #A6CADC.


Opacity

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

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

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

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

This text has shadow with #A6CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CADC on black background.


Color preview on white background

This text has color #A6CADC on white background.



Black color preview on #A6CADC background

This text has black color on #A6CADC background.


White color preview on #A6CADC background

This text has white color on #A6CADC background.