COLOR #A6C2DB

HEX: #A6C2DB RGB: (166,194,219)

Color info

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

RGB color model

#A6C2DB color RGB value is (166,194,219).

RGB: (166,194,219) (65%, 76%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 194 of 255 = 76%
B 219 of 255 = 86%

166
194
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 194 + 219 = 579 (100%)
R 166 of 579 ~ 28.67%
G 194 of 579 ~ 33.51%
B 219 of 579 ~ 37.82'%

%28.67
%33.51
%37.82

CMYK color model

#A6C2DB color CMYK value is (24,11,0,14).

  • cyan value is 24.20%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,11,0,14)
C24M11Y0K14 (24%, 11%, 0%, 14%)
(0.24 / 0.11 / 0.00 / 0.14)

CMYK percentages

%24.2
%11.42
%0
%14.12

Codes

Color #A6C2DB in popluar color models

A6 C2 DB
RGB 166 194 219
HSL 208° 42.40% 75.49%
HSB/HSV 208° 24.20% 85.88%
CMYK 24.20% 11.42% 0.00%
14.12%

Color #A6C2DB in popluar number systems.

HEX A6 C2 DB
Decimal 166 194 219
Binary 10100110 11000010 11011011
Octal 246 302 333

Shades and tints

Shades of #A6C2DB

#A6C2DB
(166,194,219)
#97B1C8
(151,177,200)
#88A0B5
(136,160,181)
#798FA2
(121,143,162)
#6A7E8F
(106,126,143)
#5B6D7C
(91,109,124)
#4C5C69
(76,92,105)
#3D4B56
(61,75,86)
#2E3A43
(46,58,67)
#1F2930
(31,41,48)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #A6C2DB

#A6C2DB
(166,194,219)
#AEC7DE
(174,199,222)
#B6CCE1
(182,204,225)
#BED1E4
(190,209,228)
#C6D6E7
(198,214,231)
#CEDBEA
(206,219,234)
#D6E0ED
(214,224,237)
#DEE5F0
(222,229,240)
#E6EAF3
(230,234,243)
#EEEFF6
(238,239,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C2DB color. Also use rgb(166,194,219) instead hex code.

Text Font Color

.myTextColor { color: #A6C2DB; }

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

This text font color is #A6C2DB.

Background Color

.myBgColor { background-color: #A6C2DB; }

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

This div background color is #A6C2DB.

Border color

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

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

This div border color is #A6C2DB.

Opacity

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

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

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

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

This text has shadow with #A6C2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C2DB.

Preview

Color preview on black background

This text has color #A6C2DB on black background.


Color preview on white background

This text has color #A6C2DB on white background.


Black color preview on #A6C2DB background

This text has black color on #A6C2DB background.


White color preview on #A6C2DB background

This text has white color on #A6C2DB background.


Related colors

Complementary color

Complementary color for #hex is #593D24.


I love getcolorcode.com

Triadic colors

1 #DBA6C2 and #C2DBA6 with #A6C2DB are triadic colors.

2 #DBC2A6 and #C2A6DB with #A6C2DB are triadic colors.