COLOR #A6ECC0

HEX: #A6ECC0
RGB: (166,236,192)

Color info

#A6ECC0 contains mainly green and blue colors. Web safe color of #A6ECC0 is #99FFCC (or #9FC).

RGB color model

#A6ECC0 color RGB value is (166,236,192).

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

RGB channels and saturation

R 166 of 255 = 65%
G 236 of 255 = 93%
B 192 of 255 = 75%

166
236
192

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

Portions of RGB colors in percentages

R + G + B =
166 + 236 + 192 = 594 (100%)
R 166 of 594 ~ 27.95%
G 236 of 594 ~ 39.73%
B 192 of 594 ~ 32.32%

%27.95
%39.73
%32.32

CMYK color model

#A6ECC0 color CMYK value is (30,0,19,7).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK:
(30,0,19,7)
C30M0Y19K7 
(30%,0%,19%,7%)
(0.30/0.00/0.19/0.07)	

CMYK percentages

%29.66
%0
%18.64
%7.45

Codes

Color #A6ECC0 in popluar color models

A6ECC0
RGB166236192
HSL142°64.81%78.82%
HSB/HSV142°29.66%92.55%
CMYK29.66%0.00%18.64%
7.45%

Color #A6ECC0 in popluar number systems.

HEXA6ECC0
Decimal166236192
Binary101001101110110011000000
Octal246354300

Shades and tints

Shades of #A6ECC0

#A6ECC0
(166,236,192)
#97D7AF
(151,215,175)
#88C29E
(136,194,158)
#79AD8D
(121,173,141)
#6A987C
(106,152,124)
#5B836B
(91,131,107)
#4C6E5A
(76,110,90)
#3D5949
(61,89,73)
#2E4438
(46,68,56)
#1F2F27
(31,47,39)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #A6ECC0

#A6ECC0
(166,236,192)
#AEEDC5
(174,237,197)
#B6EECA
(182,238,202)
#BEEFCF
(190,239,207)
#C6F0D4
(198,240,212)
#CEF1D9
(206,241,217)
#D6F2DE
(214,242,222)
#DEF3E3
(222,243,227)
#E6F4E8
(230,244,232)
#EEF5ED
(238,245,237)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ECC0; }

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

This text font color is #A6ECC0.


Background Color

.myBgColor { background-color: #A6ECC0; }

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

This div background color is #A6ECC0.


Border color

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

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

This div border color is #A6ECC0.


Opacity

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

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

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

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

This text has shadow with #A6ECC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ECC0 on black background.


Color preview on white background

This text has color #A6ECC0 on white background.



Black color preview on #A6ECC0 background

This text has black color on #A6ECC0 background.


White color preview on #A6ECC0 background

This text has white color on #A6ECC0 background.