COLOR #A6C9DD

HEX: #A6C9DD
RGB: (166,201,221)

Color info

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

RGB color model

#A6C9DD color RGB value is (166,201,221).

  • red value is 166;
  • green value is 201;
  • blue value is 221.
RGB:
(166,201,221)
(65%,79%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 201 of 255 = 79%
B 221 of 255 = 87%

166
201
221

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

Portions of RGB colors in percentages

R + G + B =
166 + 201 + 221 = 588 (100%)
R 166 of 588 ~ 28.23%
G 201 of 588 ~ 34.18%
B 221 of 588 ~ 37.59%

%28.23
%34.18
%37.59

CMYK color model

#A6C9DD color CMYK value is (25,9,0,13).

  • cyan value is 24.89%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,9,0,13)
C25M9Y0K13 
(25%,9%,0%,13%)
(0.25/0.09/0.00/0.13)	

CMYK percentages

%24.89
%9.05
%0
%13.33

Codes

Color #A6C9DD in popluar color models

A6C9DD
RGB166201221
HSL202°44.72%75.88%
HSB/HSV202°24.89%86.67%
CMYK24.89%9.05%0.00%
13.33%

Color #A6C9DD in popluar number systems.

HEXA6C9DD
Decimal166201221
Binary101001101100100111011101
Octal246311335

Shades and tints

Shades of #A6C9DD

#A6C9DD
(166,201,221)
#97B7C9
(151,183,201)
#88A5B5
(136,165,181)
#7993A1
(121,147,161)
#6A818D
(106,129,141)
#5B6F79
(91,111,121)
#4C5D65
(76,93,101)
#3D4B51
(61,75,81)
#2E393D
(46,57,61)
#1F2729
(31,39,41)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6C9DD

#A6C9DD
(166,201,221)
#AECDE0
(174,205,224)
#B6D1E3
(182,209,227)
#BED5E6
(190,213,230)
#C6D9E9
(198,217,233)
#CEDDEC
(206,221,236)
#D6E1EF
(214,225,239)
#DEE5F2
(222,229,242)
#E6E9F5
(230,233,245)
#EEEDF8
(238,237,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C9DD color. Also use rgb(166,201,221) instead hex code.

Text Font Color

.myTextColor { color: #A6C9DD; }

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

This text font color is #A6C9DD.


Background Color

.myBgColor { background-color: #A6C9DD; }

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

This div background color is #A6C9DD.


Border color

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

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

This div border color is #A6C9DD.


Opacity

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

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

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

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

This text has shadow with #A6C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C9DD on black background.


Color preview on white background

This text has color #A6C9DD on white background.



Black color preview on #A6C9DD background

This text has black color on #A6C9DD background.


White color preview on #A6C9DD background

This text has white color on #A6C9DD background.