COLOR #A6DEDD

HEX: #A6DEDD RGB: (166,222,221)

Color info

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

RGB color model

#A6DEDD color RGB value is (166,222,221).

RGB: (166,222,221) (65%, 87%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 222 of 255 = 87%
B 221 of 255 = 87%

166
222
221

R + G + B ~ 80%. #A6DEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 222 + 221 = 609 (100%)
R 166 of 609 ~ 27.26%
G 222 of 609 ~ 36.45%
B 221 of 609 ~ 36.29'%

%27.26
%36.45
%36.29

CMYK color model

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

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

CMYK: (25,0,0,13)
C25M0Y0K13 (25%, 0%, 0%, 13%)
(0.25 / 0.00 / 0.00 / 0.13)

CMYK percentages

%25.23
%0
%0.45
%12.94

Codes

Color #A6DEDD in popluar color models

A6 DE DD
RGB 166 222 221
HSL 179° 45.90% 76.08%
HSB/HSV 179° 25.23% 87.06%
CMYK 25.23% 0.00% 0.45%
12.94%

Color #A6DEDD in popluar number systems.

HEX A6 DE DD
Decimal 166 222 221
Binary 10100110 11011110 11011101
Octal 246 336 335

Shades and tints

Shades of #A6DEDD

#A6DEDD
(166,222,221)
#97CAC9
(151,202,201)
#88B6B5
(136,182,181)
#79A2A1
(121,162,161)
#6A8E8D
(106,142,141)
#5B7A79
(91,122,121)
#4C6665
(76,102,101)
#3D5251
(61,82,81)
#2E3E3D
(46,62,61)
#1F2A29
(31,42,41)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A6DEDD

#A6DEDD
(166,222,221)
#AEE1E0
(174,225,224)
#B6E4E3
(182,228,227)
#BEE7E6
(190,231,230)
#C6EAE9
(198,234,233)
#CEEDEC
(206,237,236)
#D6F0EF
(214,240,239)
#DEF3F2
(222,243,242)
#E6F6F5
(230,246,245)
#EEF9F8
(238,249,248)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DEDD; }

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

This text font color is #A6DEDD.

Background Color

.myBgColor { background-color: #A6DEDD; }

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

This div background color is #A6DEDD.

Border color

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

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

This div border color is #A6DEDD.

Opacity

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

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

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

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

This text has shadow with #A6DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DEDD.

Preview

Color preview on black background

This text has color #A6DEDD on black background.


Color preview on white background

This text has color #A6DEDD on white background.


Black color preview on #A6DEDD background

This text has black color on #A6DEDD background.


White color preview on #A6DEDD background

This text has white color on #A6DEDD background.


Related colors

Complementary color

Complementary color for #hex is #592122.


I love getcolorcode.com

Triadic colors

1 #DDA6DE and #DEDDA6 with #A6DEDD are triadic colors.

2 #DDDEA6 and #DEA6DD with #A6DEDD are triadic colors.