COLOR #A6D2EB

HEX: #A6D2EB
RGB: (166,210,235)

Color info

#A6D2EB contains mainly green and blue colors. Web safe color of #A6D2EB is #99CCFF (or #9CF).

RGB color model

#A6D2EB color RGB value is (166,210,235).

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

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 235 of 255 = 92%

166
210
235

R + G + B ~ 80%. #A6D2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 235 = 611 (100%)
R 166 of 611 ~ 27.17%
G 210 of 611 ~ 34.37%
B 235 of 611 ~ 38.46%

%27.17
%34.37
%38.46

CMYK color model

#A6D2EB color CMYK value is (29,11,0,8).

  • cyan value is 29.36%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,11,0,8)
C29M11Y0K8 
(29%,11%,0%,8%)
(0.29/0.11/0.00/0.08)	

CMYK percentages

%29.36
%10.64
%0
%7.84

Codes

Color #A6D2EB in popluar color models

A6D2EB
RGB166210235
HSL202°63.30%78.63%
HSB/HSV202°29.36%92.16%
CMYK29.36%10.64%0.00%
7.84%

Color #A6D2EB in popluar number systems.

HEXA6D2EB
Decimal166210235
Binary101001101101001011101011
Octal246322353

Shades and tints

Shades of #A6D2EB

#A6D2EB
(166,210,235)
#97BFD6
(151,191,214)
#88ACC1
(136,172,193)
#7999AC
(121,153,172)
#6A8697
(106,134,151)
#5B7382
(91,115,130)
#4C606D
(76,96,109)
#3D4D58
(61,77,88)
#2E3A43
(46,58,67)
#1F272E
(31,39,46)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #A6D2EB

#A6D2EB
(166,210,235)
#AED6EC
(174,214,236)
#B6DAED
(182,218,237)
#BEDEEE
(190,222,238)
#C6E2EF
(198,226,239)
#CEE6F0
(206,230,240)
#D6EAF1
(214,234,241)
#DEEEF2
(222,238,242)
#E6F2F3
(230,242,243)
#EEF6F4
(238,246,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D2EB; }

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

This text font color is #A6D2EB.


Background Color

.myBgColor { background-color: #A6D2EB; }

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

This div background color is #A6D2EB.


Border color

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

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

This div border color is #A6D2EB.


Opacity

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

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

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

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

This text has shadow with #A6D2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D2EB on black background.


Color preview on white background

This text has color #A6D2EB on white background.



Black color preview on #A6D2EB background

This text has black color on #A6D2EB background.


White color preview on #A6D2EB background

This text has white color on #A6D2EB background.