COLOR #A6DCD7

HEX: #A6DCD7 RGB: (166,220,215)

Color info

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

RGB color model

#A6DCD7 color RGB value is (166,220,215).

RGB: (166,220,215) (65%, 86%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 220 of 255 = 86%
B 215 of 255 = 84%

166
220
215

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

Portions of RGB colors in percentages

R + G + B = 166 + 220 + 215 = 601 (100%)
R 166 of 601 ~ 27.62%
G 220 of 601 ~ 36.61%
B 215 of 601 ~ 35.77'%

%27.62
%36.61
%35.77

CMYK color model

#A6DCD7 color CMYK value is (25,0,2,14).

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

CMYK: (25,0,2,14)
C25M0Y2K14 (25%, 0%, 2%, 14%)
(0.25 / 0.00 / 0.02 / 0.14)

CMYK percentages

%24.55
%0
%2.27
%13.73

Codes

Color #A6DCD7 in popluar color models

A6 DC D7
RGB 166 220 215
HSL 174° 43.55% 75.69%
HSB/HSV 174° 24.55% 86.27%
CMYK 24.55% 0.00% 2.27%
13.73%

Color #A6DCD7 in popluar number systems.

HEX A6 DC D7
Decimal 166 220 215
Binary 10100110 11011100 11010111
Octal 246 334 327

Shades and tints

Shades of #A6DCD7

#A6DCD7
(166,220,215)
#97C8C4
(151,200,196)
#88B4B1
(136,180,177)
#79A09E
(121,160,158)
#6A8C8B
(106,140,139)
#5B7878
(91,120,120)
#4C6465
(76,100,101)
#3D5052
(61,80,82)
#2E3C3F
(46,60,63)
#1F282C
(31,40,44)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #A6DCD7

#A6DCD7
(166,220,215)
#AEDFDA
(174,223,218)
#B6E2DD
(182,226,221)
#BEE5E0
(190,229,224)
#C6E8E3
(198,232,227)
#CEEBE6
(206,235,230)
#D6EEE9
(214,238,233)
#DEF1EC
(222,241,236)
#E6F4EF
(230,244,239)
#EEF7F2
(238,247,242)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DCD7; }

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

This text font color is #A6DCD7.

Background Color

.myBgColor { background-color: #A6DCD7; }

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

This div background color is #A6DCD7.

Border color

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

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

This div border color is #A6DCD7.

Opacity

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

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

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

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

This text has shadow with #A6DCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DCD7.

Preview

Color preview on black background

This text has color #A6DCD7 on black background.


Color preview on white background

This text has color #A6DCD7 on white background.


Black color preview on #A6DCD7 background

This text has black color on #A6DCD7 background.


White color preview on #A6DCD7 background

This text has white color on #A6DCD7 background.


Related colors

Complementary color

Complementary color for #hex is #592328.


I love getcolorcode.com

Triadic colors

1 #D7A6DC and #DCD7A6 with #A6DCD7 are triadic colors.

2 #D7DCA6 and #DCA6D7 with #A6DCD7 are triadic colors.