COLOR #A6DAC7

HEX: #A6DAC7 RGB: (166,218,199)

Color info

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

RGB color model

#A6DAC7 color RGB value is (166,218,199).

RGB: (166,218,199) (65%, 85%, 78%)

RGB channels and saturation

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

166
218
199

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

Portions of RGB colors in percentages

R + G + B = 166 + 218 + 199 = 583 (100%)
R 166 of 583 ~ 28.47%
G 218 of 583 ~ 37.39%
B 199 of 583 ~ 34.13'%

%28.47
%37.39
%34.13

CMYK color model

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

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • 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
%8.72
%14.51

Codes

Color #A6DAC7 in popluar color models

A6 DA C7
RGB 166 218 199
HSL 158° 41.27% 75.29%
HSB/HSV 158° 23.85% 85.49%
CMYK 23.85% 0.00% 8.72%
14.51%

Color #A6DAC7 in popluar number systems.

HEX A6 DA C7
Decimal 166 218 199
Binary 10100110 11011010 11000111
Octal 246 332 307

Shades and tints

Shades of #A6DAC7

#A6DAC7
(166,218,199)
#97C7B5
(151,199,181)
#88B4A3
(136,180,163)
#79A191
(121,161,145)
#6A8E7F
(106,142,127)
#5B7B6D
(91,123,109)
#4C685B
(76,104,91)
#3D5549
(61,85,73)
#2E4237
(46,66,55)
#1F2F25
(31,47,37)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #A6DAC7

#A6DAC7
(166,218,199)
#AEDDCC
(174,221,204)
#B6E0D1
(182,224,209)
#BEE3D6
(190,227,214)
#C6E6DB
(198,230,219)
#CEE9E0
(206,233,224)
#D6ECE5
(214,236,229)
#DEEFEA
(222,239,234)
#E6F2EF
(230,242,239)
#EEF5F4
(238,245,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DAC7; }

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

This text font color is #A6DAC7.

Background Color

.myBgColor { background-color: #A6DAC7; }

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

This div background color is #A6DAC7.

Border color

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

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

This div border color is #A6DAC7.

Opacity

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

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

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

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

This text has shadow with #A6DAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DAC7.

Preview

Color preview on black background

This text has color #A6DAC7 on black background.


Color preview on white background

This text has color #A6DAC7 on white background.


Black color preview on #A6DAC7 background

This text has black color on #A6DAC7 background.


White color preview on #A6DAC7 background

This text has white color on #A6DAC7 background.


Related colors

Complementary color

Complementary color for #hex is #592538.


I love getcolorcode.com

Triadic colors

1 #C7A6DA and #DAC7A6 with #A6DAC7 are triadic colors.

2 #C7DAA6 and #DAA6C7 with #A6DAC7 are triadic colors.