COLOR #A6C5DF

HEX: #A6C5DF
RGB: (166,197,223)

Color info

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

RGB color model

#A6C5DF color RGB value is (166,197,223).

  • red value is 166;
  • green value is 197;
  • blue value is 223.
RGB: (166,197,223) (65%,77%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 223 of 255 = 87%

166
197
223

R + G + B ~ 76%. #A6C5DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 197 + 223 = 586 (100%)
R 166 of 586 ~ 28.33%
G 197 of 586 ~ 33.62%
B 223 of 586 ~ 38.05%

%28.33
%33.62
%38.05

CMYK color model

#A6C5DF color CMYK value is (26,12,0,13).

  • cyan value is 25.56%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (26,12,0,13) C26M12Y0K13 (26%,12%,0%,13%) (0.26/0.12/0.00/0.13)

CMYK percentages

%25.56
%11.66
%0
%12.55

Codes

Color #A6C5DF in popluar color models

A6C5DF
RGB166197223
HSL207°47.11%76.27%
HSB/HSV207°25.56%87.45%
CMYK25.56%11.66%0.00%
12.55%

Color #A6C5DF in popluar number systems.

HEXA6C5DF
Decimal166197223
Binary101001101100010111011111
Octal246305337

Shades and tints

Shades of #A6C5DF

#A6C5DF
(166,197,223)
#97B4CB
(151,180,203)
#88A3B7
(136,163,183)
#7992A3
(121,146,163)
#6A818F
(106,129,143)
#5B707B
(91,112,123)
#4C5F67
(76,95,103)
#3D4E53
(61,78,83)
#2E3D3F
(46,61,63)
#1F2C2B
(31,44,43)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #A6C5DF

#A6C5DF
(166,197,223)
#AECAE1
(174,202,225)
#B6CFE3
(182,207,227)
#BED4E5
(190,212,229)
#C6D9E7
(198,217,231)
#CEDEE9
(206,222,233)
#D6E3EB
(214,227,235)
#DEE8ED
(222,232,237)
#E6EDEF
(230,237,239)
#EEF2F1
(238,242,241)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C5DF color. Also use rgb(166,197,223) instead hex code.

Text Font Color

.myTextColor { color: #A6C5DF; }

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

This text font color is #A6C5DF.


Background Color

.myBgColor { background-color: #A6C5DF; }

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

This div background color is #A6C5DF.


Border color

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

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

This div border color is #A6C5DF.


Opacity

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

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

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

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

This text has shadow with #A6C5DF color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A6C5DF; -webkit-box-shadow:	1px 1px 3px 2px #A6C5DF; box-shadow:	1px 1px 3px 2px #A6C5DF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A6C5DF; -webkit-box-shadow: 1px 1px 3px 2px #A6C5DF; box-shadow:1px 1px 3px 2px #A6C5DF;">
Div content here</div>
This div box has shadow with color #A6C5DF.

Preview

Color preview on black background

This text has color #A6C5DF on black background.


Color preview on white background

This text has color #A6C5DF on white background.



Black color preview on #A6C5DF background

This text has black color on #A6C5DF background.


White color preview on #A6C5DF background

This text has white color on #A6C5DF background.