COLOR #A6C8CF

HEX: #A6C8CF RGB: (166,200,207)

Color info

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

RGB color model

#A6C8CF color RGB value is (166,200,207).

RGB: (166,200,207) (65%, 78%, 81%)

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 207 of 255 = 81%

166
200
207

R + G + B ~ 75%. #A6C8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 200 + 207 = 573 (100%)
R 166 of 573 ~ 28.97%
G 200 of 573 ~ 34.9%
B 207 of 573 ~ 36.13'%

%28.97
%34.9
%36.13

CMYK color model

#A6C8CF color CMYK value is (20,3,0,19).

  • cyan value is 19.81%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,3,0,19)
C20M3Y0K19 (20%, 3%, 0%, 19%)
(0.20 / 0.03 / 0.00 / 0.19)

CMYK percentages

%19.81
%3.38
%0
%18.82

Codes

Color #A6C8CF in popluar color models

A6 C8 CF
RGB 166 200 207
HSL 190° 29.93% 73.14%
HSB/HSV 190° 19.81% 81.18%
CMYK 19.81% 3.38% 0.00%
18.82%

Color #A6C8CF in popluar number systems.

HEX A6 C8 CF
Decimal 166 200 207
Binary 10100110 11001000 11001111
Octal 246 310 317

Shades and tints

Shades of #A6C8CF

#A6C8CF
(166,200,207)
#97B6BD
(151,182,189)
#88A4AB
(136,164,171)
#799299
(121,146,153)
#6A8087
(106,128,135)
#5B6E75
(91,110,117)
#4C5C63
(76,92,99)
#3D4A51
(61,74,81)
#2E383F
(46,56,63)
#1F262D
(31,38,45)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #A6C8CF

#A6C8CF
(166,200,207)
#AECDD3
(174,205,211)
#B6D2D7
(182,210,215)
#BED7DB
(190,215,219)
#C6DCDF
(198,220,223)
#CEE1E3
(206,225,227)
#D6E6E7
(214,230,231)
#DEEBEB
(222,235,235)
#E6F0EF
(230,240,239)
#EEF5F3
(238,245,243)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C8CF; }

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

This text font color is #A6C8CF.

Background Color

.myBgColor { background-color: #A6C8CF; }

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

This div background color is #A6C8CF.

Border color

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

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

This div border color is #A6C8CF.

Opacity

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

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

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

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

This text has shadow with #A6C8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C8CF.

Preview

Color preview on black background

This text has color #A6C8CF on black background.


Color preview on white background

This text has color #A6C8CF on white background.


Black color preview on #A6C8CF background

This text has black color on #A6C8CF background.


White color preview on #A6C8CF background

This text has white color on #A6C8CF background.


Related colors

Complementary color

Complementary color for #hex is #593730.


I love getcolorcode.com

Triadic colors

1 #CFA6C8 and #C8CFA6 with #A6C8CF are triadic colors.

2 #CFC8A6 and #C8A6CF with #A6C8CF are triadic colors.