COLOR #A6D2DC

HEX: #A6D2DC
RGB: (166,210,220)

Color info

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

RGB color model

#A6D2DC color RGB value is (166,210,220).

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

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 220 of 255 = 86%

166
210
220

R + G + B ~ 78%. #A6D2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 220 = 596 (100%)
R 166 of 596 ~ 27.85%
G 210 of 596 ~ 35.23%
B 220 of 596 ~ 36.91%

%27.85
%35.23
%36.91

CMYK color model

#A6D2DC color CMYK value is (25,5,0,14).

  • cyan value is 24.55%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,5,0,14)
C25M5Y0K14 
(25%,5%,0%,14%)
(0.25/0.05/0.00/0.14)	

CMYK percentages

%24.55
%4.55
%0
%13.73

Codes

Color #A6D2DC in popluar color models

A6D2DC
RGB166210220
HSL191°43.55%75.69%
HSB/HSV191°24.55%86.27%
CMYK24.55%4.55%0.00%
13.73%

Color #A6D2DC in popluar number systems.

HEXA6D2DC
Decimal166210220
Binary101001101101001011011100
Octal246322334

Shades and tints

Shades of #A6D2DC

#A6D2DC
(166,210,220)
#97BFC8
(151,191,200)
#88ACB4
(136,172,180)
#7999A0
(121,153,160)
#6A868C
(106,134,140)
#5B7378
(91,115,120)
#4C6064
(76,96,100)
#3D4D50
(61,77,80)
#2E3A3C
(46,58,60)
#1F2728
(31,39,40)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6D2DC

#A6D2DC
(166,210,220)
#AED6DF
(174,214,223)
#B6DAE2
(182,218,226)
#BEDEE5
(190,222,229)
#C6E2E8
(198,226,232)
#CEE6EB
(206,230,235)
#D6EAEE
(214,234,238)
#DEEEF1
(222,238,241)
#E6F2F4
(230,242,244)
#EEF6F7
(238,246,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D2DC; }

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

This text font color is #A6D2DC.


Background Color

.myBgColor { background-color: #A6D2DC; }

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

This div background color is #A6D2DC.


Border color

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

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

This div border color is #A6D2DC.


Opacity

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

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

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

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

This text has shadow with #A6D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D2DC on black background.


Color preview on white background

This text has color #A6D2DC on white background.



Black color preview on #A6D2DC background

This text has black color on #A6D2DC background.


White color preview on #A6D2DC background

This text has white color on #A6D2DC background.