COLOR #A6DAC6

HEX: #A6DAC6
RGB: (166,218,198)

Color info

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

RGB color model

#A6DAC6 color RGB value is (166,218,198).

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

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 198 of 255 = 78%

166
218
198

R + G + B ~ 76%. #A6DAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 218 + 198 = 582 (100%)
R 166 of 582 ~ 28.52%
G 218 of 582 ~ 37.46%
B 198 of 582 ~ 34.02%

%28.52
%37.46
%34.02

CMYK color model

#A6DAC6 color CMYK value is (24,0,9,15).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(24,0,9,15)
C24M0Y9K15 
(24%,0%,9%,15%)
(0.24/0.00/0.09/0.15)	

CMYK percentages

%23.85
%0
%9.17
%14.51

Codes

Color #A6DAC6 in popluar color models

A6DAC6
RGB166218198
HSL157°41.27%75.29%
HSB/HSV157°23.85%85.49%
CMYK23.85%0.00%9.17%
14.51%

Color #A6DAC6 in popluar number systems.

HEXA6DAC6
Decimal166218198
Binary101001101101101011000110
Octal246332306

Shades and tints

Shades of #A6DAC6

#A6DAC6
(166,218,198)
#97C7B4
(151,199,180)
#88B4A2
(136,180,162)
#79A190
(121,161,144)
#6A8E7E
(106,142,126)
#5B7B6C
(91,123,108)
#4C685A
(76,104,90)
#3D5548
(61,85,72)
#2E4236
(46,66,54)
#1F2F24
(31,47,36)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #A6DAC6

#A6DAC6
(166,218,198)
#AEDDCB
(174,221,203)
#B6E0D0
(182,224,208)
#BEE3D5
(190,227,213)
#C6E6DA
(198,230,218)
#CEE9DF
(206,233,223)
#D6ECE4
(214,236,228)
#DEEFE9
(222,239,233)
#E6F2EE
(230,242,238)
#EEF5F3
(238,245,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DAC6; }

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

This text font color is #A6DAC6.


Background Color

.myBgColor { background-color: #A6DAC6; }

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

This div background color is #A6DAC6.


Border color

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

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

This div border color is #A6DAC6.


Opacity

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

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

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

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

This text has shadow with #A6DAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DAC6 on black background.


Color preview on white background

This text has color #A6DAC6 on white background.



Black color preview on #A6DAC6 background

This text has black color on #A6DAC6 background.


White color preview on #A6DAC6 background

This text has white color on #A6DAC6 background.