COLOR #A6EDDB

HEX: #A6EDDB
RGB: (166,237,219)

Color info

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

RGB color model

#A6EDDB color RGB value is (166,237,219).

  • red value is 166;
  • green value is 237;
  • blue value is 219.
RGB:
(166,237,219)
(65%,93%,86%)

RGB channels and saturation

R 166 of 255 = 65%
G 237 of 255 = 93%
B 219 of 255 = 86%

166
237
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 237 + 219 = 622 (100%)
R 166 of 622 ~ 26.69%
G 237 of 622 ~ 38.1%
B 219 of 622 ~ 35.21%

%26.69
%38.1
%35.21

CMYK color model

#A6EDDB color CMYK value is (30,0,8,7).

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 7.06%
CMYK:
(30,0,8,7)
C30M0Y8K7 
(30%,0%,8%,7%)
(0.30/0.00/0.08/0.07)	

CMYK percentages

%29.96
%0
%7.59
%7.06

Codes

Color #A6EDDB in popluar color models

A6EDDB
RGB166237219
HSL165°66.36%79.02%
HSB/HSV165°29.96%92.94%
CMYK29.96%0.00%7.59%
7.06%

Color #A6EDDB in popluar number systems.

HEXA6EDDB
Decimal166237219
Binary101001101110110111011011
Octal246355333

Shades and tints

Shades of #A6EDDB

#A6EDDB
(166,237,219)
#97D8C8
(151,216,200)
#88C3B5
(136,195,181)
#79AEA2
(121,174,162)
#6A998F
(106,153,143)
#5B847C
(91,132,124)
#4C6F69
(76,111,105)
#3D5A56
(61,90,86)
#2E4543
(46,69,67)
#1F3030
(31,48,48)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #A6EDDB

#A6EDDB
(166,237,219)
#AEEEDE
(174,238,222)
#B6EFE1
(182,239,225)
#BEF0E4
(190,240,228)
#C6F1E7
(198,241,231)
#CEF2EA
(206,242,234)
#D6F3ED
(214,243,237)
#DEF4F0
(222,244,240)
#E6F5F3
(230,245,243)
#EEF6F6
(238,246,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EDDB color. Also use rgb(166,237,219) instead hex code.

Text Font Color

.myTextColor { color: #A6EDDB; }

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

This text font color is #A6EDDB.


Background Color

.myBgColor { background-color: #A6EDDB; }

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

This div background color is #A6EDDB.


Border color

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

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

This div border color is #A6EDDB.


Opacity

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

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

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

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

This text has shadow with #A6EDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EDDB on black background.


Color preview on white background

This text has color #A6EDDB on white background.



Black color preview on #A6EDDB background

This text has black color on #A6EDDB background.


White color preview on #A6EDDB background

This text has white color on #A6EDDB background.