COLOR #A6C5D8

HEX: #A6C5D8 RGB: (166,197,216)

Color info

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

RGB color model

#A6C5D8 color RGB value is (166,197,216).

RGB: (166,197,216) (65%, 77%, 85%)

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 216 of 255 = 85%

166
197
216

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

Portions of RGB colors in percentages

R + G + B = 166 + 197 + 216 = 579 (100%)
R 166 of 579 ~ 28.67%
G 197 of 579 ~ 34.02%
B 216 of 579 ~ 37.31'%

%28.67
%34.02
%37.31

CMYK color model

#A6C5D8 color CMYK value is (23,9,0,15).

  • cyan value is 23.15%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (23,9,0,15) C23M9Y0K15 (23%,9%,0%,15%) (0.23/0.09/0.00/0.15) 

CMYK percentages

%23.15
%8.8
%0
%15.29

Codes

Color #A6C5D8 in popluar color models

A6 C5 D8
RGB 166 197 216
HSL 203° 39.06% 74.90%
HSB/HSV 203° 23.15% 84.71%
CMYK 23.15% 8.80% 0.00%
15.29%

Color #A6C5D8 in popluar number systems.

HEX A6 C5 D8
Decimal 166 197 216
Binary 10100110 11000101 11011000
Octal 246 305 330

Shades and tints

Shades of #A6C5D8

#A6C5D8
(166,197,216)
#97B4C5
(151,180,197)
#88A3B2
(136,163,178)
#79929F
(121,146,159)
#6A818C
(106,129,140)
#5B7079
(91,112,121)
#4C5F66
(76,95,102)
#3D4E53
(61,78,83)
#2E3D40
(46,61,64)
#1F2C2D
(31,44,45)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #A6C5D8

#A6C5D8
(166,197,216)
#AECADB
(174,202,219)
#B6CFDE
(182,207,222)
#BED4E1
(190,212,225)
#C6D9E4
(198,217,228)
#CEDEE7
(206,222,231)
#D6E3EA
(214,227,234)
#DEE8ED
(222,232,237)
#E6EDF0
(230,237,240)
#EEF2F3
(238,242,243)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C5D8; }

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

This text font color is #A6C5D8.

Background Color

.myBgColor { background-color: #A6C5D8; }

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

This div background color is #A6C5D8.

Border color

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

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

This div border color is #A6C5D8.

Opacity

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

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

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

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

This text has shadow with #A6C5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C5D8.

Preview

Color preview on black background

This text has color #A6C5D8 on black background.


Color preview on white background

This text has color #A6C5D8 on white background.


Black color preview on #A6C5D8 background

This text has black color on #A6C5D8 background.


White color preview on #A6C5D8 background

This text has white color on #A6C5D8 background.


Related colors

Complementary color

Complementary color for #hex is #593A27.


I love getcolorcode.com

Triadic colors

1 #D8A6C5 and #C5D8A6 with #A6C5D8 are triadic colors.

2 #D8C5A6 and #C5A6D8 with #A6C5D8 are triadic colors.