COLOR #A6CDDE

HEX: #A6CDDE
RGB: (166,205,222)

Color info

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

RGB color model

#A6CDDE color RGB value is (166,205,222).

  • red value is 166;
  • green value is 205;
  • blue value is 222.
RGB:
(166,205,222)
(65%,80%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 222 of 255 = 87%

166
205
222

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

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 222 = 593 (100%)
R 166 of 593 ~ 27.99%
G 205 of 593 ~ 34.57%
B 222 of 593 ~ 37.44%

%27.99
%34.57
%37.44

CMYK color model

#A6CDDE color CMYK value is (25,8,0,13).

  • cyan value is 25.23%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,8,0,13)
C25M8Y0K13 
(25%,8%,0%,13%)
(0.25/0.08/0.00/0.13)	

CMYK percentages

%25.23
%7.66
%0
%12.94

Codes

Color #A6CDDE in popluar color models

A6CDDE
RGB166205222
HSL198°45.90%76.08%
HSB/HSV198°25.23%87.06%
CMYK25.23%7.66%0.00%
12.94%

Color #A6CDDE in popluar number systems.

HEXA6CDDE
Decimal166205222
Binary101001101100110111011110
Octal246315336

Shades and tints

Shades of #A6CDDE

#A6CDDE
(166,205,222)
#97BBCA
(151,187,202)
#88A9B6
(136,169,182)
#7997A2
(121,151,162)
#6A858E
(106,133,142)
#5B737A
(91,115,122)
#4C6166
(76,97,102)
#3D4F52
(61,79,82)
#2E3D3E
(46,61,62)
#1F2B2A
(31,43,42)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #A6CDDE

#A6CDDE
(166,205,222)
#AED1E1
(174,209,225)
#B6D5E4
(182,213,228)
#BED9E7
(190,217,231)
#C6DDEA
(198,221,234)
#CEE1ED
(206,225,237)
#D6E5F0
(214,229,240)
#DEE9F3
(222,233,243)
#E6EDF6
(230,237,246)
#EEF1F9
(238,241,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CDDE color. Also use rgb(166,205,222) instead hex code.

Text Font Color

.myTextColor { color: #A6CDDE; }

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

This text font color is #A6CDDE.


Background Color

.myBgColor { background-color: #A6CDDE; }

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

This div background color is #A6CDDE.


Border color

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

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

This div border color is #A6CDDE.


Opacity

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

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

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

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

This text has shadow with #A6CDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDDE on black background.


Color preview on white background

This text has color #A6CDDE on white background.



Black color preview on #A6CDDE background

This text has black color on #A6CDDE background.


White color preview on #A6CDDE background

This text has white color on #A6CDDE background.