COLOR #A6CDE7

HEX: #A6CDE7
RGB: (166,205,231)

Color info

#A6CDE7 contains mainly green and blue colors. Web safe color of #A6CDE7 is #99CCFF (or #9CF).

RGB color model

#A6CDE7 color RGB value is (166,205,231).

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

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 231 of 255 = 91%

166
205
231

R + G + B ~ 79%. #A6CDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 231 = 602 (100%)
R 166 of 602 ~ 27.57%
G 205 of 602 ~ 34.05%
B 231 of 602 ~ 38.37%

%27.57
%34.05
%38.37

CMYK color model

#A6CDE7 color CMYK value is (28,11,0,9).

  • cyan value is 28.14%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(28,11,0,9)
C28M11Y0K9 
(28%,11%,0%,9%)
(0.28/0.11/0.00/0.09)	

CMYK percentages

%28.14
%11.26
%0
%9.41

Codes

Color #A6CDE7 in popluar color models

A6CDE7
RGB166205231
HSL204°57.52%77.84%
HSB/HSV204°28.14%90.59%
CMYK28.14%11.26%0.00%
9.41%

Color #A6CDE7 in popluar number systems.

HEXA6CDE7
Decimal166205231
Binary101001101100110111100111
Octal246315347

Shades and tints

Shades of #A6CDE7

#A6CDE7
(166,205,231)
#97BBD2
(151,187,210)
#88A9BD
(136,169,189)
#7997A8
(121,151,168)
#6A8593
(106,133,147)
#5B737E
(91,115,126)
#4C6169
(76,97,105)
#3D4F54
(61,79,84)
#2E3D3F
(46,61,63)
#1F2B2A
(31,43,42)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #A6CDE7

#A6CDE7
(166,205,231)
#AED1E9
(174,209,233)
#B6D5EB
(182,213,235)
#BED9ED
(190,217,237)
#C6DDEF
(198,221,239)
#CEE1F1
(206,225,241)
#D6E5F3
(214,229,243)
#DEE9F5
(222,233,245)
#E6EDF7
(230,237,247)
#EEF1F9
(238,241,249)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CDE7; }

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

This text font color is #A6CDE7.


Background Color

.myBgColor { background-color: #A6CDE7; }

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

This div background color is #A6CDE7.


Border color

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

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

This div border color is #A6CDE7.


Opacity

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

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

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

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

This text has shadow with #A6CDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CDE7 on black background.


Color preview on white background

This text has color #A6CDE7 on white background.



Black color preview on #A6CDE7 background

This text has black color on #A6CDE7 background.


White color preview on #A6CDE7 background

This text has white color on #A6CDE7 background.