COLOR #A6E4CF

HEX: #A6E4CF
RGB: (166,228,207)

Color info

#A6E4CF contains mainly green and blue colors. Web safe color of #A6E4CF is #99CCCC (or #9CC).

RGB color model

#A6E4CF color RGB value is (166,228,207).

  • red value is 166;
  • green value is 228;
  • blue value is 207.
RGB:
(166,228,207)
(65%,89%,81%)

RGB channels and saturation

R 166 of 255 = 65%
G 228 of 255 = 89%
B 207 of 255 = 81%

166
228
207

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

Portions of RGB colors in percentages

R + G + B =
166 + 228 + 207 = 601 (100%)
R 166 of 601 ~ 27.62%
G 228 of 601 ~ 37.94%
B 207 of 601 ~ 34.44%

%27.62
%37.94
%34.44

CMYK color model

#A6E4CF color CMYK value is (27,0,9,11).

  • cyan value is 27.19%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(27,0,9,11)
C27M0Y9K11 
(27%,0%,9%,11%)
(0.27/0.00/0.09/0.11)	

CMYK percentages

%27.19
%0
%9.21
%10.59

Codes

Color #A6E4CF in popluar color models

A6E4CF
RGB166228207
HSL160°53.45%77.25%
HSB/HSV160°27.19%89.41%
CMYK27.19%0.00%9.21%
10.59%

Color #A6E4CF in popluar number systems.

HEXA6E4CF
Decimal166228207
Binary101001101110010011001111
Octal246344317

Shades and tints

Shades of #A6E4CF

#A6E4CF
(166,228,207)
#97D0BD
(151,208,189)
#88BCAB
(136,188,171)
#79A899
(121,168,153)
#6A9487
(106,148,135)
#5B8075
(91,128,117)
#4C6C63
(76,108,99)
#3D5851
(61,88,81)
#2E443F
(46,68,63)
#1F302D
(31,48,45)
#101C1B
(16,28,27)
#000000
(0,0,0)

Tints of #A6E4CF

#A6E4CF
(166,228,207)
#AEE6D3
(174,230,211)
#B6E8D7
(182,232,215)
#BEEADB
(190,234,219)
#C6ECDF
(198,236,223)
#CEEEE3
(206,238,227)
#D6F0E7
(214,240,231)
#DEF2EB
(222,242,235)
#E6F4EF
(230,244,239)
#EEF6F3
(238,246,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E4CF color. Also use rgb(166,228,207) instead hex code.

Text Font Color

.myTextColor { color: #A6E4CF; }

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

This text font color is #A6E4CF.


Background Color

.myBgColor { background-color: #A6E4CF; }

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

This div background color is #A6E4CF.


Border color

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

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

This div border color is #A6E4CF.


Opacity

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

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

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

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

This text has shadow with #A6E4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E4CF on black background.


Color preview on white background

This text has color #A6E4CF on white background.



Black color preview on #A6E4CF background

This text has black color on #A6E4CF background.


White color preview on #A6E4CF background

This text has white color on #A6E4CF background.