COLOR #A6ECE8

HEX: #A6ECE8
RGB: (166,236,232)

Color info

#A6ECE8 contains mainly green and blue colors. Web safe color of #A6ECE8 is #99FFFF (or #9FF).

RGB color model

#A6ECE8 color RGB value is (166,236,232).

  • red value is 166;
  • green value is 236;
  • blue value is 232.
RGB:
(166,236,232)
(65%,93%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 236 of 255 = 93%
B 232 of 255 = 91%

166
236
232

R + G + B ~ 83%. #A6ECE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 236 + 232 = 634 (100%)
R 166 of 634 ~ 26.18%
G 236 of 634 ~ 37.22%
B 232 of 634 ~ 36.59%

%26.18
%37.22
%36.59

CMYK color model

#A6ECE8 color CMYK value is (30,0,2,7).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 7.45%
CMYK:
(30,0,2,7)
C30M0Y2K7 
(30%,0%,2%,7%)
(0.30/0.00/0.02/0.07)	

CMYK percentages

%29.66
%0
%1.69
%7.45

Codes

Color #A6ECE8 in popluar color models

A6ECE8
RGB166236232
HSL177°64.81%78.82%
HSB/HSV177°29.66%92.55%
CMYK29.66%0.00%1.69%
7.45%

Color #A6ECE8 in popluar number systems.

HEXA6ECE8
Decimal166236232
Binary101001101110110011101000
Octal246354350

Shades and tints

Shades of #A6ECE8

#A6ECE8
(166,236,232)
#97D7D3
(151,215,211)
#88C2BE
(136,194,190)
#79ADA9
(121,173,169)
#6A9894
(106,152,148)
#5B837F
(91,131,127)
#4C6E6A
(76,110,106)
#3D5955
(61,89,85)
#2E4440
(46,68,64)
#1F2F2B
(31,47,43)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6ECE8

#A6ECE8
(166,236,232)
#AEEDEA
(174,237,234)
#B6EEEC
(182,238,236)
#BEEFEE
(190,239,238)
#C6F0F0
(198,240,240)
#CEF1F2
(206,241,242)
#D6F2F4
(214,242,244)
#DEF3F6
(222,243,246)
#E6F4F8
(230,244,248)
#EEF5FA
(238,245,250)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6ECE8 color. Also use rgb(166,236,232) instead hex code.

Text Font Color

.myTextColor { color: #A6ECE8; }

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

This text font color is #A6ECE8.


Background Color

.myBgColor { background-color: #A6ECE8; }

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

This div background color is #A6ECE8.


Border color

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

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

This div border color is #A6ECE8.


Opacity

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

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

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

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

This text has shadow with #A6ECE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ECE8 on black background.


Color preview on white background

This text has color #A6ECE8 on white background.



Black color preview on #A6ECE8 background

This text has black color on #A6ECE8 background.


White color preview on #A6ECE8 background

This text has white color on #A6ECE8 background.