COLOR #A6DAC3

HEX: #A6DAC3 RGB: (166,218,195)

Color info

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

RGB color model

#A6DAC3 color RGB value is (166,218,195).

RGB: (166,218,195) (65%, 85%, 76%)

RGB channels and saturation

R 166 of 255 = 65%
G 218 of 255 = 85%
B 195 of 255 = 76%

166
218
195

R + G + B ~ 75%. #A6DAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 218 + 195 = 579 (100%)
R 166 of 579 ~ 28.67%
G 218 of 579 ~ 37.65%
B 195 of 579 ~ 33.68'%

%28.67
%37.65
%33.68

CMYK color model

#A6DAC3 color CMYK value is (24,0,11,15).

  • cyan value is 23.85%
  • magenta value is 0.00%
  • yellow value is 10.55%
  • key color value is 14.51%

CMYK: (24,0,11,15)
C24M0Y11K15 (24%, 0%, 11%, 15%)
(0.24 / 0.00 / 0.11 / 0.15)

CMYK percentages

%23.85
%0
%10.55
%14.51

Codes

Color #A6DAC3 in popluar color models

A6 DA C3
RGB 166 218 195
HSL 153° 41.27% 75.29%
HSB/HSV 153° 23.85% 85.49%
CMYK 23.85% 0.00% 10.55%
14.51%

Color #A6DAC3 in popluar number systems.

HEX A6 DA C3
Decimal 166 218 195
Binary 10100110 11011010 11000011
Octal 246 332 303

Shades and tints

Shades of #A6DAC3

#A6DAC3
(166,218,195)
#97C7B2
(151,199,178)
#88B4A1
(136,180,161)
#79A190
(121,161,144)
#6A8E7F
(106,142,127)
#5B7B6E
(91,123,110)
#4C685D
(76,104,93)
#3D554C
(61,85,76)
#2E423B
(46,66,59)
#1F2F2A
(31,47,42)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #A6DAC3

#A6DAC3
(166,218,195)
#AEDDC8
(174,221,200)
#B6E0CD
(182,224,205)
#BEE3D2
(190,227,210)
#C6E6D7
(198,230,215)
#CEE9DC
(206,233,220)
#D6ECE1
(214,236,225)
#DEEFE6
(222,239,230)
#E6F2EB
(230,242,235)
#EEF5F0
(238,245,240)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DAC3; }

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

This text font color is #A6DAC3.

Background Color

.myBgColor { background-color: #A6DAC3; }

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

This div background color is #A6DAC3.

Border color

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

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

This div border color is #A6DAC3.

Opacity

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

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

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

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

This text has shadow with #A6DAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DAC3.

Preview

Color preview on black background

This text has color #A6DAC3 on black background.


Color preview on white background

This text has color #A6DAC3 on white background.


Black color preview on #A6DAC3 background

This text has black color on #A6DAC3 background.


White color preview on #A6DAC3 background

This text has white color on #A6DAC3 background.


Related colors

Complementary color

Complementary color for #hex is #59253C.


I love getcolorcode.com

Triadic colors

1 #C3A6DA and #DAC3A6 with #A6DAC3 are triadic colors.

2 #C3DAA6 and #DAA6C3 with #A6DAC3 are triadic colors.