COLOR #A6DED7

HEX: #A6DED7 RGB: (166,222,215)

Color info

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

RGB color model

#A6DED7 color RGB value is (166,222,215).

RGB: (166,222,215) (65%, 87%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 222 of 255 = 87%
B 215 of 255 = 84%

166
222
215

R + G + B ~ 79%. #A6DED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 222 + 215 = 603 (100%)
R 166 of 603 ~ 27.53%
G 222 of 603 ~ 36.82%
B 215 of 603 ~ 35.66'%

%27.53
%36.82
%35.66

CMYK color model

#A6DED7 color CMYK value is (25,0,3,13).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%

CMYK: (25,0,3,13)
C25M0Y3K13 (25%, 0%, 3%, 13%)
(0.25 / 0.00 / 0.03 / 0.13)

CMYK percentages

%25.23
%0
%3.15
%12.94

Codes

Color #A6DED7 in popluar color models

A6 DE D7
RGB 166 222 215
HSL 173° 45.90% 76.08%
HSB/HSV 173° 25.23% 87.06%
CMYK 25.23% 0.00% 3.15%
12.94%

Color #A6DED7 in popluar number systems.

HEX A6 DE D7
Decimal 166 222 215
Binary 10100110 11011110 11010111
Octal 246 336 327

Shades and tints

Shades of #A6DED7

#A6DED7
(166,222,215)
#97CAC4
(151,202,196)
#88B6B1
(136,182,177)
#79A29E
(121,162,158)
#6A8E8B
(106,142,139)
#5B7A78
(91,122,120)
#4C6665
(76,102,101)
#3D5252
(61,82,82)
#2E3E3F
(46,62,63)
#1F2A2C
(31,42,44)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6DED7

#A6DED7
(166,222,215)
#AEE1DA
(174,225,218)
#B6E4DD
(182,228,221)
#BEE7E0
(190,231,224)
#C6EAE3
(198,234,227)
#CEEDE6
(206,237,230)
#D6F0E9
(214,240,233)
#DEF3EC
(222,243,236)
#E6F6EF
(230,246,239)
#EEF9F2
(238,249,242)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DED7; }

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

This text font color is #A6DED7.

Background Color

.myBgColor { background-color: #A6DED7; }

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

This div background color is #A6DED7.

Border color

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

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

This div border color is #A6DED7.

Opacity

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

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

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

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

This text has shadow with #A6DED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DED7.

Preview

Color preview on black background

This text has color #A6DED7 on black background.


Color preview on white background

This text has color #A6DED7 on white background.


Black color preview on #A6DED7 background

This text has black color on #A6DED7 background.


White color preview on #A6DED7 background

This text has white color on #A6DED7 background.


Related colors

Complementary color

Complementary color for #hex is #592128.


I love getcolorcode.com

Triadic colors

1 #D7A6DE and #DED7A6 with #A6DED7 are triadic colors.

2 #D7DEA6 and #DEA6D7 with #A6DED7 are triadic colors.