COLOR #A6D8CF

HEX: #A6D8CF RGB: (166,216,207)

Color info

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

RGB color model

#A6D8CF color RGB value is (166,216,207).

RGB: (166,216,207) (65%, 85%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 216 of 255 = 85%
B 207 of 255 = 81%

166
216
207

R + G + B ~ 77%. #A6D8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 216 + 207 = 589 (100%)
R 166 of 589 ~ 28.18%
G 216 of 589 ~ 36.67%
B 207 of 589 ~ 35.14'%

%28.18
%36.67
%35.14

CMYK color model

#A6D8CF color CMYK value is (23,0,4,15).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK: (23,0,4,15) C23M0Y4K15 (23%,0%,4%,15%) (0.23/0.00/0.04/0.15) 

CMYK percentages

%23.15
%0
%4.17
%15.29

Codes

Color #A6D8CF in popluar color models

A6 D8 CF
RGB 166 216 207
HSL 169° 39.06% 74.90%
HSB/HSV 169° 23.15% 84.71%
CMYK 23.15% 0.00% 4.17%
15.29%

Color #A6D8CF in popluar number systems.

HEX A6 D8 CF
Decimal 166 216 207
Binary 10100110 11011000 11001111
Octal 246 330 317

Shades and tints

Shades of #A6D8CF

#A6D8CF
(166,216,207)
#97C5BD
(151,197,189)
#88B2AB
(136,178,171)
#799F99
(121,159,153)
#6A8C87
(106,140,135)
#5B7975
(91,121,117)
#4C6663
(76,102,99)
#3D5351
(61,83,81)
#2E403F
(46,64,63)
#1F2D2D
(31,45,45)
#101A1B
(16,26,27)
#000000
(0,0,0)

Tints of #A6D8CF

#A6D8CF
(166,216,207)
#AEDBD3
(174,219,211)
#B6DED7
(182,222,215)
#BEE1DB
(190,225,219)
#C6E4DF
(198,228,223)
#CEE7E3
(206,231,227)
#D6EAE7
(214,234,231)
#DEEDEB
(222,237,235)
#E6F0EF
(230,240,239)
#EEF3F3
(238,243,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D8CF color. Also use rgb(166,216,207) instead hex code.

Text Font Color

.myTextColor { color: #A6D8CF; }

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

This text font color is #A6D8CF.

Background Color

.myBgColor { background-color: #A6D8CF; }

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

This div background color is #A6D8CF.

Border color

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

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

This div border color is #A6D8CF.

Opacity

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

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

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

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

This text has shadow with #A6D8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D8CF.

Preview

Color preview on black background

This text has color #A6D8CF on black background.


Color preview on white background

This text has color #A6D8CF on white background.


Black color preview on #A6D8CF background

This text has black color on #A6D8CF background.


White color preview on #A6D8CF background

This text has white color on #A6D8CF background.


Related colors

Complementary color

Complementary color for #hex is #592730.


I love getcolorcode.com

Triadic colors

1 #CFA6D8 and #D8CFA6 with #A6D8CF are triadic colors.

2 #CFD8A6 and #D8A6CF with #A6D8CF are triadic colors.