COLOR #A6EECD

HEX: #A6EECD
RGB: (166,238,205)

Color info

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

RGB color model

#A6EECD color RGB value is (166,238,205).

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

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 205 of 255 = 80%

166
238
205

R + G + B ~ 79%. #A6EECD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 238 + 205 = 609 (100%)
R 166 of 609 ~ 27.26%
G 238 of 609 ~ 39.08%
B 205 of 609 ~ 33.66%

%27.26
%39.08
%33.66

CMYK color model

#A6EECD color CMYK value is (30,0,14,7).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(30,0,14,7)
C30M0Y14K7 
(30%,0%,14%,7%)
(0.30/0.00/0.14/0.07)	

CMYK percentages

%30.25
%0
%13.87
%6.67

Codes

Color #A6EECD in popluar color models

A6EECD
RGB166238205
HSL153°67.92%79.22%
HSB/HSV153°30.25%93.33%
CMYK30.25%0.00%13.87%
6.67%

Color #A6EECD in popluar number systems.

HEXA6EECD
Decimal166238205
Binary101001101110111011001101
Octal246356315

Shades and tints

Shades of #A6EECD

#A6EECD
(166,238,205)
#97D9BB
(151,217,187)
#88C4A9
(136,196,169)
#79AF97
(121,175,151)
#6A9A85
(106,154,133)
#5B8573
(91,133,115)
#4C7061
(76,112,97)
#3D5B4F
(61,91,79)
#2E463D
(46,70,61)
#1F312B
(31,49,43)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #A6EECD

#A6EECD
(166,238,205)
#AEEFD1
(174,239,209)
#B6F0D5
(182,240,213)
#BEF1D9
(190,241,217)
#C6F2DD
(198,242,221)
#CEF3E1
(206,243,225)
#D6F4E5
(214,244,229)
#DEF5E9
(222,245,233)
#E6F6ED
(230,246,237)
#EEF7F1
(238,247,241)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EECD; }

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

This text font color is #A6EECD.


Background Color

.myBgColor { background-color: #A6EECD; }

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

This div background color is #A6EECD.


Border color

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

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

This div border color is #A6EECD.


Opacity

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

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

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

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

This text has shadow with #A6EECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EECD on black background.


Color preview on white background

This text has color #A6EECD on white background.



Black color preview on #A6EECD background

This text has black color on #A6EECD background.


White color preview on #A6EECD background

This text has white color on #A6EECD background.