COLOR #A6C6E1

HEX: #A6C6E1
RGB: (166,198,225)

Color info

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

RGB color model

#A6C6E1 color RGB value is (166,198,225).

  • red value is 166;
  • green value is 198;
  • blue value is 225.
RGB:
(166,198,225)
(65%,78%,88%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 225 of 255 = 88%

166
198
225

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

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 225 = 589 (100%)
R 166 of 589 ~ 28.18%
G 198 of 589 ~ 33.62%
B 225 of 589 ~ 38.2%

%28.18
%33.62
%38.2

CMYK color model

#A6C6E1 color CMYK value is (26,12,0,12).

  • cyan value is 26.22%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,12,0,12)
C26M12Y0K12 
(26%,12%,0%,12%)
(0.26/0.12/0.00/0.12)	

CMYK percentages

%26.22
%12
%0
%11.76

Codes

Color #A6C6E1 in popluar color models

A6C6E1
RGB166198225
HSL207°49.58%76.67%
HSB/HSV207°26.22%88.24%
CMYK26.22%12.00%0.00%
11.76%

Color #A6C6E1 in popluar number systems.

HEXA6C6E1
Decimal166198225
Binary101001101100011011100001
Octal246306341

Shades and tints

Shades of #A6C6E1

#A6C6E1
(166,198,225)
#97B4CD
(151,180,205)
#88A2B9
(136,162,185)
#7990A5
(121,144,165)
#6A7E91
(106,126,145)
#5B6C7D
(91,108,125)
#4C5A69
(76,90,105)
#3D4855
(61,72,85)
#2E3641
(46,54,65)
#1F242D
(31,36,45)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #A6C6E1

#A6C6E1
(166,198,225)
#AECBE3
(174,203,227)
#B6D0E5
(182,208,229)
#BED5E7
(190,213,231)
#C6DAE9
(198,218,233)
#CEDFEB
(206,223,235)
#D6E4ED
(214,228,237)
#DEE9EF
(222,233,239)
#E6EEF1
(230,238,241)
#EEF3F3
(238,243,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C6E1 color. Also use rgb(166,198,225) instead hex code.

Text Font Color

.myTextColor { color: #A6C6E1; }

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

This text font color is #A6C6E1.


Background Color

.myBgColor { background-color: #A6C6E1; }

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

This div background color is #A6C6E1.


Border color

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

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

This div border color is #A6C6E1.


Opacity

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

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

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

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

This text has shadow with #A6C6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C6E1 on black background.


Color preview on white background

This text has color #A6C6E1 on white background.



Black color preview on #A6C6E1 background

This text has black color on #A6C6E1 background.


White color preview on #A6C6E1 background

This text has white color on #A6C6E1 background.