COLOR #A6CDDA

HEX: #A6CDDA
RGB: (166,205,218)

Color info

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

RGB color model

#A6CDDA color RGB value is (166,205,218).

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

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 218 of 255 = 85%

166
205
218

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

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 218 = 589 (100%)
R 166 of 589 ~ 28.18%
G 205 of 589 ~ 34.8%
B 218 of 589 ~ 37.01%

%28.18
%34.8
%37.01

CMYK color model

#A6CDDA color CMYK value is (24,6,0,15).

  • cyan value is 23.85%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,6,0,15)
C24M6Y0K15 
(24%,6%,0%,15%)
(0.24/0.06/0.00/0.15)	

CMYK percentages

%23.85
%5.96
%0
%14.51

Codes

Color #A6CDDA in popluar color models

A6CDDA
RGB166205218
HSL195°41.27%75.29%
HSB/HSV195°23.85%85.49%
CMYK23.85%5.96%0.00%
14.51%

Color #A6CDDA in popluar number systems.

HEXA6CDDA
Decimal166205218
Binary101001101100110111011010
Octal246315332

Shades and tints

Shades of #A6CDDA

#A6CDDA
(166,205,218)
#97BBC7
(151,187,199)
#88A9B4
(136,169,180)
#7997A1
(121,151,161)
#6A858E
(106,133,142)
#5B737B
(91,115,123)
#4C6168
(76,97,104)
#3D4F55
(61,79,85)
#2E3D42
(46,61,66)
#1F2B2F
(31,43,47)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #A6CDDA

#A6CDDA
(166,205,218)
#AED1DD
(174,209,221)
#B6D5E0
(182,213,224)
#BED9E3
(190,217,227)
#C6DDE6
(198,221,230)
#CEE1E9
(206,225,233)
#D6E5EC
(214,229,236)
#DEE9EF
(222,233,239)
#E6EDF2
(230,237,242)
#EEF1F5
(238,241,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDDA; }

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

This text font color is #A6CDDA.


Background Color

.myBgColor { background-color: #A6CDDA; }

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

This div background color is #A6CDDA.


Border color

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

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

This div border color is #A6CDDA.


Opacity

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

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

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

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

This text has shadow with #A6CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDDA on black background.


Color preview on white background

This text has color #A6CDDA on white background.



Black color preview on #A6CDDA background

This text has black color on #A6CDDA background.


White color preview on #A6CDDA background

This text has white color on #A6CDDA background.