COLOR #A6D3DD

HEX: #A6D3DD RGB: (166,211,221)

Color info

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

RGB color model

#A6D3DD color RGB value is (166,211,221).

RGB: (166,211,221) (65%, 83%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 211 of 255 = 83%
B 221 of 255 = 87%

166
211
221

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

Portions of RGB colors in percentages

R + G + B = 166 + 211 + 221 = 598 (100%)
R 166 of 598 ~ 27.76%
G 211 of 598 ~ 35.28%
B 221 of 598 ~ 36.96'%

%27.76
%35.28
%36.96

CMYK color model

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

  • cyan value is 24.89%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (25,5,0,13)
C25M5Y0K13 (25%, 5%, 0%, 13%)
(0.25 / 0.05 / 0.00 / 0.13)

CMYK percentages

%24.89
%4.52
%0
%13.33

Codes

Color #A6D3DD in popluar color models

A6 D3 DD
RGB 166 211 221
HSL 191° 44.72% 75.88%
HSB/HSV 191° 24.89% 86.67%
CMYK 24.89% 4.52% 0.00%
13.33%

Color #A6D3DD in popluar number systems.

HEX A6 D3 DD
Decimal 166 211 221
Binary 10100110 11010011 11011101
Octal 246 323 335

Shades and tints

Shades of #A6D3DD

#A6D3DD
(166,211,221)
#97C0C9
(151,192,201)
#88ADB5
(136,173,181)
#799AA1
(121,154,161)
#6A878D
(106,135,141)
#5B7479
(91,116,121)
#4C6165
(76,97,101)
#3D4E51
(61,78,81)
#2E3B3D
(46,59,61)
#1F2829
(31,40,41)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6D3DD

#A6D3DD
(166,211,221)
#AED7E0
(174,215,224)
#B6DBE3
(182,219,227)
#BEDFE6
(190,223,230)
#C6E3E9
(198,227,233)
#CEE7EC
(206,231,236)
#D6EBEF
(214,235,239)
#DEEFF2
(222,239,242)
#E6F3F5
(230,243,245)
#EEF7F8
(238,247,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D3DD; }

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

This text font color is #A6D3DD.

Background Color

.myBgColor { background-color: #A6D3DD; }

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

This div background color is #A6D3DD.

Border color

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

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

This div border color is #A6D3DD.

Opacity

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

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

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

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

This text has shadow with #A6D3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D3DD.

Preview

Color preview on black background

This text has color #A6D3DD on black background.


Color preview on white background

This text has color #A6D3DD on white background.


Black color preview on #A6D3DD background

This text has black color on #A6D3DD background.


White color preview on #A6D3DD background

This text has white color on #A6D3DD background.


Related colors

Complementary color

Complementary color for #hex is #592C22.


I love getcolorcode.com

Triadic colors

1 #DDA6D3 and #D3DDA6 with #A6D3DD are triadic colors.

2 #DDD3A6 and #D3A6DD with #A6D3DD are triadic colors.