COLOR #A6DCD2

HEX: #A6DCD2 RGB: (166,220,210)

Color info

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

RGB color model

#A6DCD2 color RGB value is (166,220,210).

RGB: (166,220,210) (65%, 86%, 82%)

RGB channels and saturation

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

166
220
210

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

Portions of RGB colors in percentages

R + G + B = 166 + 220 + 210 = 596 (100%)
R 166 of 596 ~ 27.85%
G 220 of 596 ~ 36.91%
B 210 of 596 ~ 35.23'%

%27.85
%36.91
%35.23

CMYK color model

#A6DCD2 color CMYK value is (25,0,5,14).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 13.73%

CMYK: (25,0,5,14)
C25M0Y5K14 (25%, 0%, 5%, 14%)
(0.25 / 0.00 / 0.05 / 0.14)

CMYK percentages

%24.55
%0
%4.55
%13.73

Codes

Color #A6DCD2 in popluar color models

A6 DC D2
RGB 166 220 210
HSL 169° 43.55% 75.69%
HSB/HSV 169° 24.55% 86.27%
CMYK 24.55% 0.00% 4.55%
13.73%

Color #A6DCD2 in popluar number systems.

HEX A6 DC D2
Decimal 166 220 210
Binary 10100110 11011100 11010010
Octal 246 334 322

Shades and tints

Shades of #A6DCD2

#A6DCD2
(166,220,210)
#97C8BF
(151,200,191)
#88B4AC
(136,180,172)
#79A099
(121,160,153)
#6A8C86
(106,140,134)
#5B7873
(91,120,115)
#4C6460
(76,100,96)
#3D504D
(61,80,77)
#2E3C3A
(46,60,58)
#1F2827
(31,40,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6DCD2

#A6DCD2
(166,220,210)
#AEDFD6
(174,223,214)
#B6E2DA
(182,226,218)
#BEE5DE
(190,229,222)
#C6E8E2
(198,232,226)
#CEEBE6
(206,235,230)
#D6EEEA
(214,238,234)
#DEF1EE
(222,241,238)
#E6F4F2
(230,244,242)
#EEF7F6
(238,247,246)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DCD2; }

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

This text font color is #A6DCD2.

Background Color

.myBgColor { background-color: #A6DCD2; }

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

This div background color is #A6DCD2.

Border color

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

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

This div border color is #A6DCD2.

Opacity

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

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

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

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

This text has shadow with #A6DCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DCD2.

Preview

Color preview on black background

This text has color #A6DCD2 on black background.


Color preview on white background

This text has color #A6DCD2 on white background.


Black color preview on #A6DCD2 background

This text has black color on #A6DCD2 background.


White color preview on #A6DCD2 background

This text has white color on #A6DCD2 background.


Related colors

Complementary color

Complementary color for #hex is #59232D.


I love getcolorcode.com

Triadic colors

1 #D2A6DC and #DCD2A6 with #A6DCD2 are triadic colors.

2 #D2DCA6 and #DCA6D2 with #A6DCD2 are triadic colors.