COLOR #A6E0CD

HEX: #A6E0CD
RGB: (166,224,205)

Color info

#A6E0CD contains red, green and blue colors in about the same proportion. Web safe color of #A6E0CD is #99CCCC (or #9CC).

RGB color model

#A6E0CD color RGB value is (166,224,205).

  • red value is 166;
  • green value is 224;
  • blue value is 205.
RGB:
(166,224,205)
(65%,88%,80%)

RGB channels and saturation

R 166 of 255 = 65%
G 224 of 255 = 88%
B 205 of 255 = 80%

166
224
205

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

Portions of RGB colors in percentages

R + G + B =
166 + 224 + 205 = 595 (100%)
R 166 of 595 ~ 27.9%
G 224 of 595 ~ 37.65%
B 205 of 595 ~ 34.45%

%27.9
%37.65
%34.45

CMYK color model

#A6E0CD color CMYK value is (26,0,8,12).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(26,0,8,12)
C26M0Y8K12 
(26%,0%,8%,12%)
(0.26/0.00/0.08/0.12)	

CMYK percentages

%25.89
%0
%8.48
%12.16

Codes

Color #A6E0CD in popluar color models

A6E0CD
RGB166224205
HSL160°48.33%76.47%
HSB/HSV160°25.89%87.84%
CMYK25.89%0.00%8.48%
12.16%

Color #A6E0CD in popluar number systems.

HEXA6E0CD
Decimal166224205
Binary101001101110000011001101
Octal246340315

Shades and tints

Shades of #A6E0CD

#A6E0CD
(166,224,205)
#97CCBB
(151,204,187)
#88B8A9
(136,184,169)
#79A497
(121,164,151)
#6A9085
(106,144,133)
#5B7C73
(91,124,115)
#4C6861
(76,104,97)
#3D544F
(61,84,79)
#2E403D
(46,64,61)
#1F2C2B
(31,44,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #A6E0CD

#A6E0CD
(166,224,205)
#AEE2D1
(174,226,209)
#B6E4D5
(182,228,213)
#BEE6D9
(190,230,217)
#C6E8DD
(198,232,221)
#CEEAE1
(206,234,225)
#D6ECE5
(214,236,229)
#DEEEE9
(222,238,233)
#E6F0ED
(230,240,237)
#EEF2F1
(238,242,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E0CD color. Also use rgb(166,224,205) instead hex code.

Text Font Color

.myTextColor { color: #A6E0CD; }

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

This text font color is #A6E0CD.


Background Color

.myBgColor { background-color: #A6E0CD; }

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

This div background color is #A6E0CD.


Border color

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

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

This div border color is #A6E0CD.


Opacity

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

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

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

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

This text has shadow with #A6E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E0CD on black background.


Color preview on white background

This text has color #A6E0CD on white background.



Black color preview on #A6E0CD background

This text has black color on #A6E0CD background.


White color preview on #A6E0CD background

This text has white color on #A6E0CD background.