COLOR #A6CEE9

HEX: #A6CEE9
RGB: (166,206,233)

Color info

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

RGB color model

#A6CEE9 color RGB value is (166,206,233).

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

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 233 of 255 = 91%

166
206
233

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

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 233 = 605 (100%)
R 166 of 605 ~ 27.44%
G 206 of 605 ~ 34.05%
B 233 of 605 ~ 38.51%

%27.44
%34.05
%38.51

CMYK color model

#A6CEE9 color CMYK value is (29,12,0,9).

  • cyan value is 28.76%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,12,0,9)
C29M12Y0K9 
(29%,12%,0%,9%)
(0.29/0.12/0.00/0.09)	

CMYK percentages

%28.76
%11.59
%0
%8.63

Codes

Color #A6CEE9 in popluar color models

A6CEE9
RGB166206233
HSL204°60.36%78.24%
HSB/HSV204°28.76%91.37%
CMYK28.76%11.59%0.00%
8.63%

Color #A6CEE9 in popluar number systems.

HEXA6CEE9
Decimal166206233
Binary101001101100111011101001
Octal246316351

Shades and tints

Shades of #A6CEE9

#A6CEE9
(166,206,233)
#97BCD4
(151,188,212)
#88AABF
(136,170,191)
#7998AA
(121,152,170)
#6A8695
(106,134,149)
#5B7480
(91,116,128)
#4C626B
(76,98,107)
#3D5056
(61,80,86)
#2E3E41
(46,62,65)
#1F2C2C
(31,44,44)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #A6CEE9

#A6CEE9
(166,206,233)
#AED2EB
(174,210,235)
#B6D6ED
(182,214,237)
#BEDAEF
(190,218,239)
#C6DEF1
(198,222,241)
#CEE2F3
(206,226,243)
#D6E6F5
(214,230,245)
#DEEAF7
(222,234,247)
#E6EEF9
(230,238,249)
#EEF2FB
(238,242,251)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CEE9; }

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

This text font color is #A6CEE9.


Background Color

.myBgColor { background-color: #A6CEE9; }

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

This div background color is #A6CEE9.


Border color

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

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

This div border color is #A6CEE9.


Opacity

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

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

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

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

This text has shadow with #A6CEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CEE9 on black background.


Color preview on white background

This text has color #A6CEE9 on white background.



Black color preview on #A6CEE9 background

This text has black color on #A6CEE9 background.


White color preview on #A6CEE9 background

This text has white color on #A6CEE9 background.