COLOR #A6D2DB

HEX: #A6D2DB
RGB: (166,210,219)

Color info

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

RGB color model

#A6D2DB color RGB value is (166,210,219).

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

RGB channels and saturation

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

166
210
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 219 = 595 (100%)
R 166 of 595 ~ 27.9%
G 210 of 595 ~ 35.29%
B 219 of 595 ~ 36.81%

%27.9
%35.29
%36.81

CMYK color model

#A6D2DB color CMYK value is (24,4,0,14).

  • cyan value is 24.20%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,4,0,14)
C24M4Y0K14 
(24%,4%,0%,14%)
(0.24/0.04/0.00/0.14)	

CMYK percentages

%24.2
%4.11
%0
%14.12

Codes

Color #A6D2DB in popluar color models

A6D2DB
RGB166210219
HSL190°42.40%75.49%
HSB/HSV190°24.20%85.88%
CMYK24.20%4.11%0.00%
14.12%

Color #A6D2DB in popluar number systems.

HEXA6D2DB
Decimal166210219
Binary101001101101001011011011
Octal246322333

Shades and tints

Shades of #A6D2DB

#A6D2DB
(166,210,219)
#97BFC8
(151,191,200)
#88ACB5
(136,172,181)
#7999A2
(121,153,162)
#6A868F
(106,134,143)
#5B737C
(91,115,124)
#4C6069
(76,96,105)
#3D4D56
(61,77,86)
#2E3A43
(46,58,67)
#1F2730
(31,39,48)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #A6D2DB

#A6D2DB
(166,210,219)
#AED6DE
(174,214,222)
#B6DAE1
(182,218,225)
#BEDEE4
(190,222,228)
#C6E2E7
(198,226,231)
#CEE6EA
(206,230,234)
#D6EAED
(214,234,237)
#DEEEF0
(222,238,240)
#E6F2F3
(230,242,243)
#EEF6F6
(238,246,246)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D2DB; }

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

This text font color is #A6D2DB.


Background Color

.myBgColor { background-color: #A6D2DB; }

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

This div background color is #A6D2DB.


Border color

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

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

This div border color is #A6D2DB.


Opacity

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

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

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

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

This text has shadow with #A6D2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D2DB on black background.


Color preview on white background

This text has color #A6D2DB on white background.



Black color preview on #A6D2DB background

This text has black color on #A6D2DB background.


White color preview on #A6D2DB background

This text has white color on #A6D2DB background.