COLOR #A6C4E9

HEX: #A6C4E9
RGB: (166,196,233)

Color info

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

RGB color model

#A6C4E9 color RGB value is (166,196,233).

  • red value is 166;
  • green value is 196;
  • blue value is 233.
RGB:
(166,196,233)
(65%,77%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 233 of 255 = 91%

166
196
233

R + G + B ~ 78%. #A6C4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 233 = 595 (100%)
R 166 of 595 ~ 27.9%
G 196 of 595 ~ 32.94%
B 233 of 595 ~ 39.16%

%27.9
%32.94
%39.16

CMYK color model

#A6C4E9 color CMYK value is (29,16,0,9).

  • cyan value is 28.76%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,16,0,9)
C29M16Y0K9 
(29%,16%,0%,9%)
(0.29/0.16/0.00/0.09)	

CMYK percentages

%28.76
%15.88
%0
%8.63

Codes

Color #A6C4E9 in popluar color models

A6C4E9
RGB166196233
HSL213°60.36%78.24%
HSB/HSV213°28.76%91.37%
CMYK28.76%15.88%0.00%
8.63%

Color #A6C4E9 in popluar number systems.

HEXA6C4E9
Decimal166196233
Binary101001101100010011101001
Octal246304351

Shades and tints

Shades of #A6C4E9

#A6C4E9
(166,196,233)
#97B3D4
(151,179,212)
#88A2BF
(136,162,191)
#7991AA
(121,145,170)
#6A8095
(106,128,149)
#5B6F80
(91,111,128)
#4C5E6B
(76,94,107)
#3D4D56
(61,77,86)
#2E3C41
(46,60,65)
#1F2B2C
(31,43,44)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #A6C4E9

#A6C4E9
(166,196,233)
#AEC9EB
(174,201,235)
#B6CEED
(182,206,237)
#BED3EF
(190,211,239)
#C6D8F1
(198,216,241)
#CEDDF3
(206,221,243)
#D6E2F5
(214,226,245)
#DEE7F7
(222,231,247)
#E6ECF9
(230,236,249)
#EEF1FB
(238,241,251)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C4E9 color. Also use rgb(166,196,233) instead hex code.

Text Font Color

.myTextColor { color: #A6C4E9; }

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

This text font color is #A6C4E9.


Background Color

.myBgColor { background-color: #A6C4E9; }

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

This div background color is #A6C4E9.


Border color

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

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

This div border color is #A6C4E9.


Opacity

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

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

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

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

This text has shadow with #A6C4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C4E9 on black background.


Color preview on white background

This text has color #A6C4E9 on white background.



Black color preview on #A6C4E9 background

This text has black color on #A6C4E9 background.


White color preview on #A6C4E9 background

This text has white color on #A6C4E9 background.