COLOR #A6EFDA

HEX: #A6EFDA
RGB: (166,239,218)

Color info

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

RGB color model

#A6EFDA color RGB value is (166,239,218).

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

RGB channels and saturation

R 166 of 255 = 65%
G 239 of 255 = 94%
B 218 of 255 = 85%

166
239
218

R + G + B ~ 81%. #A6EFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 239 + 218 = 623 (100%)
R 166 of 623 ~ 26.65%
G 239 of 623 ~ 38.36%
B 218 of 623 ~ 34.99%

%26.65
%38.36
%34.99

CMYK color model

#A6EFDA color CMYK value is (31,0,9,6).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(31,0,9,6)
C31M0Y9K6 
(31%,0%,9%,6%)
(0.31/0.00/0.09/0.06)	

CMYK percentages

%30.54
%0
%8.79
%6.27

Codes

Color #A6EFDA in popluar color models

A6EFDA
RGB166239218
HSL163°69.52%79.41%
HSB/HSV163°30.54%93.73%
CMYK30.54%0.00%8.79%
6.27%

Color #A6EFDA in popluar number systems.

HEXA6EFDA
Decimal166239218
Binary101001101110111111011010
Octal246357332

Shades and tints

Shades of #A6EFDA

#A6EFDA
(166,239,218)
#97DAC7
(151,218,199)
#88C5B4
(136,197,180)
#79B0A1
(121,176,161)
#6A9B8E
(106,155,142)
#5B867B
(91,134,123)
#4C7168
(76,113,104)
#3D5C55
(61,92,85)
#2E4742
(46,71,66)
#1F322F
(31,50,47)
#101D1C
(16,29,28)
#000000
(0,0,0)

Tints of #A6EFDA

#A6EFDA
(166,239,218)
#AEF0DD
(174,240,221)
#B6F1E0
(182,241,224)
#BEF2E3
(190,242,227)
#C6F3E6
(198,243,230)
#CEF4E9
(206,244,233)
#D6F5EC
(214,245,236)
#DEF6EF
(222,246,239)
#E6F7F2
(230,247,242)
#EEF8F5
(238,248,245)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EFDA; }

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

This text font color is #A6EFDA.


Background Color

.myBgColor { background-color: #A6EFDA; }

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

This div background color is #A6EFDA.


Border color

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

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

This div border color is #A6EFDA.


Opacity

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

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

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

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

This text has shadow with #A6EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EFDA on black background.


Color preview on white background

This text has color #A6EFDA on white background.



Black color preview on #A6EFDA background

This text has black color on #A6EFDA background.


White color preview on #A6EFDA background

This text has white color on #A6EFDA background.