COLOR #A6EADE

HEX: #A6EADE
RGB: (166,234,222)

Color info

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

RGB color model

#A6EADE color RGB value is (166,234,222).

  • red value is 166;
  • green value is 234;
  • blue value is 222.
RGB:
(166,234,222)
(65%,92%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 234 of 255 = 92%
B 222 of 255 = 87%

166
234
222

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

Portions of RGB colors in percentages

R + G + B =
166 + 234 + 222 = 622 (100%)
R 166 of 622 ~ 26.69%
G 234 of 622 ~ 37.62%
B 222 of 622 ~ 35.69%

%26.69
%37.62
%35.69

CMYK color model

#A6EADE color CMYK value is (29,0,5,8).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 8.24%
CMYK:
(29,0,5,8)
C29M0Y5K8 
(29%,0%,5%,8%)
(0.29/0.00/0.05/0.08)	

CMYK percentages

%29.06
%0
%5.13
%8.24

Codes

Color #A6EADE in popluar color models

A6EADE
RGB166234222
HSL169°61.82%78.43%
HSB/HSV169°29.06%91.76%
CMYK29.06%0.00%5.13%
8.24%

Color #A6EADE in popluar number systems.

HEXA6EADE
Decimal166234222
Binary101001101110101011011110
Octal246352336

Shades and tints

Shades of #A6EADE

#A6EADE
(166,234,222)
#97D5CA
(151,213,202)
#88C0B6
(136,192,182)
#79ABA2
(121,171,162)
#6A968E
(106,150,142)
#5B817A
(91,129,122)
#4C6C66
(76,108,102)
#3D5752
(61,87,82)
#2E423E
(46,66,62)
#1F2D2A
(31,45,42)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #A6EADE

#A6EADE
(166,234,222)
#AEEBE1
(174,235,225)
#B6ECE4
(182,236,228)
#BEEDE7
(190,237,231)
#C6EEEA
(198,238,234)
#CEEFED
(206,239,237)
#D6F0F0
(214,240,240)
#DEF1F3
(222,241,243)
#E6F2F6
(230,242,246)
#EEF3F9
(238,243,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EADE color. Also use rgb(166,234,222) instead hex code.

Text Font Color

.myTextColor { color: #A6EADE; }

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

This text font color is #A6EADE.


Background Color

.myBgColor { background-color: #A6EADE; }

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

This div background color is #A6EADE.


Border color

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

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

This div border color is #A6EADE.


Opacity

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

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

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

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

This text has shadow with #A6EADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EADE on black background.


Color preview on white background

This text has color #A6EADE on white background.



Black color preview on #A6EADE background

This text has black color on #A6EADE background.


White color preview on #A6EADE background

This text has white color on #A6EADE background.