COLOR #A6DAD0

HEX: #A6DAD0
RGB: (166,218,208)

Color info

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

RGB color model

#A6DAD0 color RGB value is (166,218,208).

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

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 208 of 255 = 82%

166
218
208

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

Portions of RGB colors in percentages

R + G + B =
166 + 218 + 208 = 592 (100%)
R 166 of 592 ~ 28.04%
G 218 of 592 ~ 36.82%
B 208 of 592 ~ 35.14%

%28.04
%36.82
%35.14

CMYK color model

#A6DAD0 color CMYK value is (24,0,5,15).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 14.51%
CMYK:
(24,0,5,15)
C24M0Y5K15 
(24%,0%,5%,15%)
(0.24/0.00/0.05/0.15)	

CMYK percentages

%23.85
%0
%4.59
%14.51

Codes

Color #A6DAD0 in popluar color models

A6DAD0
RGB166218208
HSL168°41.27%75.29%
HSB/HSV168°23.85%85.49%
CMYK23.85%0.00%4.59%
14.51%

Color #A6DAD0 in popluar number systems.

HEXA6DAD0
Decimal166218208
Binary101001101101101011010000
Octal246332320

Shades and tints

Shades of #A6DAD0

#A6DAD0
(166,218,208)
#97C7BE
(151,199,190)
#88B4AC
(136,180,172)
#79A19A
(121,161,154)
#6A8E88
(106,142,136)
#5B7B76
(91,123,118)
#4C6864
(76,104,100)
#3D5552
(61,85,82)
#2E4240
(46,66,64)
#1F2F2E
(31,47,46)
#101C1C
(16,28,28)
#000000
(0,0,0)

Tints of #A6DAD0

#A6DAD0
(166,218,208)
#AEDDD4
(174,221,212)
#B6E0D8
(182,224,216)
#BEE3DC
(190,227,220)
#C6E6E0
(198,230,224)
#CEE9E4
(206,233,228)
#D6ECE8
(214,236,232)
#DEEFEC
(222,239,236)
#E6F2F0
(230,242,240)
#EEF5F4
(238,245,244)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DAD0; }

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

This text font color is #A6DAD0.


Background Color

.myBgColor { background-color: #A6DAD0; }

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

This div background color is #A6DAD0.


Border color

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

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

This div border color is #A6DAD0.


Opacity

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

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

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

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

This text has shadow with #A6DAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DAD0 on black background.


Color preview on white background

This text has color #A6DAD0 on white background.



Black color preview on #A6DAD0 background

This text has black color on #A6DAD0 background.


White color preview on #A6DAD0 background

This text has white color on #A6DAD0 background.