COLOR #A6CADA

HEX: #A6CADA
RGB: (166,202,218)

Color info

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

RGB color model

#A6CADA color RGB value is (166,202,218).

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

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 218 of 255 = 85%

166
202
218

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 218 = 586 (100%)
R 166 of 586 ~ 28.33%
G 202 of 586 ~ 34.47%
B 218 of 586 ~ 37.2%

%28.33
%34.47
%37.2

CMYK color model

#A6CADA color CMYK value is (24,7,0,15).

  • cyan value is 23.85%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,7,0,15)
C24M7Y0K15 
(24%,7%,0%,15%)
(0.24/0.07/0.00/0.15)	

CMYK percentages

%23.85
%7.34
%0
%14.51

Codes

Color #A6CADA in popluar color models

A6CADA
RGB166202218
HSL198°41.27%75.29%
HSB/HSV198°23.85%85.49%
CMYK23.85%7.34%0.00%
14.51%

Color #A6CADA in popluar number systems.

HEXA6CADA
Decimal166202218
Binary101001101100101011011010
Octal246312332

Shades and tints

Shades of #A6CADA

#A6CADA
(166,202,218)
#97B8C7
(151,184,199)
#88A6B4
(136,166,180)
#7994A1
(121,148,161)
#6A828E
(106,130,142)
#5B707B
(91,112,123)
#4C5E68
(76,94,104)
#3D4C55
(61,76,85)
#2E3A42
(46,58,66)
#1F282F
(31,40,47)
#10161C
(16,22,28)
#000000
(0,0,0)

Tints of #A6CADA

#A6CADA
(166,202,218)
#AECEDD
(174,206,221)
#B6D2E0
(182,210,224)
#BED6E3
(190,214,227)
#C6DAE6
(198,218,230)
#CEDEE9
(206,222,233)
#D6E2EC
(214,226,236)
#DEE6EF
(222,230,239)
#E6EAF2
(230,234,242)
#EEEEF5
(238,238,245)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CADA; }

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

This text font color is #A6CADA.


Background Color

.myBgColor { background-color: #A6CADA; }

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

This div background color is #A6CADA.


Border color

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

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

This div border color is #A6CADA.


Opacity

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

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

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

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

This text has shadow with #A6CADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CADA on black background.


Color preview on white background

This text has color #A6CADA on white background.



Black color preview on #A6CADA background

This text has black color on #A6CADA background.


White color preview on #A6CADA background

This text has white color on #A6CADA background.