COLOR #A6D2E6

HEX: #A6D2E6
RGB: (166,210,230)

Color info

#A6D2E6 contains mainly green and blue colors. Web safe color of #A6D2E6 is #99CCCC (or #9CC).

RGB color model

#A6D2E6 color RGB value is (166,210,230).

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

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 230 of 255 = 90%

166
210
230

R + G + B ~ 79%. #A6D2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 230 = 606 (100%)
R 166 of 606 ~ 27.39%
G 210 of 606 ~ 34.65%
B 230 of 606 ~ 37.95%

%27.39
%34.65
%37.95

CMYK color model

#A6D2E6 color CMYK value is (28,9,0,10).

  • cyan value is 27.83%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(28,9,0,10)
C28M9Y0K10 
(28%,9%,0%,10%)
(0.28/0.09/0.00/0.10)	

CMYK percentages

%27.83
%8.7
%0
%9.8

Codes

Color #A6D2E6 in popluar color models

A6D2E6
RGB166210230
HSL199°56.14%77.65%
HSB/HSV199°27.83%90.20%
CMYK27.83%8.70%0.00%
9.80%

Color #A6D2E6 in popluar number systems.

HEXA6D2E6
Decimal166210230
Binary101001101101001011100110
Octal246322346

Shades and tints

Shades of #A6D2E6

#A6D2E6
(166,210,230)
#97BFD2
(151,191,210)
#88ACBE
(136,172,190)
#7999AA
(121,153,170)
#6A8696
(106,134,150)
#5B7382
(91,115,130)
#4C606E
(76,96,110)
#3D4D5A
(61,77,90)
#2E3A46
(46,58,70)
#1F2732
(31,39,50)
#10141E
(16,20,30)
#000000
(0,0,0)

Tints of #A6D2E6

#A6D2E6
(166,210,230)
#AED6E8
(174,214,232)
#B6DAEA
(182,218,234)
#BEDEEC
(190,222,236)
#C6E2EE
(198,226,238)
#CEE6F0
(206,230,240)
#D6EAF2
(214,234,242)
#DEEEF4
(222,238,244)
#E6F2F6
(230,242,246)
#EEF6F8
(238,246,248)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D2E6; }

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

This text font color is #A6D2E6.


Background Color

.myBgColor { background-color: #A6D2E6; }

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

This div background color is #A6D2E6.


Border color

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

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

This div border color is #A6D2E6.


Opacity

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

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

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

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

This text has shadow with #A6D2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D2E6 on black background.


Color preview on white background

This text has color #A6D2E6 on white background.



Black color preview on #A6D2E6 background

This text has black color on #A6D2E6 background.


White color preview on #A6D2E6 background

This text has white color on #A6D2E6 background.