COLOR #A6ECEF

HEX: #A6ECEF
RGB: (166,236,239)

Color info

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

RGB color model

#A6ECEF color RGB value is (166,236,239).

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

RGB channels and saturation

R 166 of 255 = 65%
G 236 of 255 = 93%
B 239 of 255 = 94%

166
236
239

R + G + B ~ 84%. #A6ECEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 236 + 239 = 641 (100%)
R 166 of 641 ~ 25.9%
G 236 of 641 ~ 36.82%
B 239 of 641 ~ 37.29%

%25.9
%36.82
%37.29

CMYK color model

#A6ECEF color CMYK value is (31,1,0,6).

  • cyan value is 30.54%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,1,0,6)
C31M1Y0K6 
(31%,1%,0%,6%)
(0.31/0.01/0.00/0.06)	

CMYK percentages

%30.54
%1.26
%0
%6.27

Codes

Color #A6ECEF in popluar color models

A6ECEF
RGB166236239
HSL182°69.52%79.41%
HSB/HSV182°30.54%93.73%
CMYK30.54%1.26%0.00%
6.27%

Color #A6ECEF in popluar number systems.

HEXA6ECEF
Decimal166236239
Binary101001101110110011101111
Octal246354357

Shades and tints

Shades of #A6ECEF

#A6ECEF
(166,236,239)
#97D7DA
(151,215,218)
#88C2C5
(136,194,197)
#79ADB0
(121,173,176)
#6A989B
(106,152,155)
#5B8386
(91,131,134)
#4C6E71
(76,110,113)
#3D595C
(61,89,92)
#2E4447
(46,68,71)
#1F2F32
(31,47,50)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #A6ECEF

#A6ECEF
(166,236,239)
#AEEDF0
(174,237,240)
#B6EEF1
(182,238,241)
#BEEFF2
(190,239,242)
#C6F0F3
(198,240,243)
#CEF1F4
(206,241,244)
#D6F2F5
(214,242,245)
#DEF3F6
(222,243,246)
#E6F4F7
(230,244,247)
#EEF5F8
(238,245,248)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ECEF; }

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

This text font color is #A6ECEF.


Background Color

.myBgColor { background-color: #A6ECEF; }

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

This div background color is #A6ECEF.


Border color

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

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

This div border color is #A6ECEF.


Opacity

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

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

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

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

This text has shadow with #A6ECEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ECEF on black background.


Color preview on white background

This text has color #A6ECEF on white background.



Black color preview on #A6ECEF background

This text has black color on #A6ECEF background.


White color preview on #A6ECEF background

This text has white color on #A6ECEF background.