COLOR #A6EAD0

HEX: #A6EAD0
RGB: (166,234,208)

Color info

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

RGB color model

#A6EAD0 color RGB value is (166,234,208).

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

RGB channels and saturation

R 166 of 255 = 65%
G 234 of 255 = 92%
B 208 of 255 = 82%

166
234
208

R + G + B ~ 80%. #A6EAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 234 + 208 = 608 (100%)
R 166 of 608 ~ 27.3%
G 234 of 608 ~ 38.49%
B 208 of 608 ~ 34.21%

%27.3
%38.49
%34.21

CMYK color model

#A6EAD0 color CMYK value is (29,0,11,8).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 8.24%
CMYK:
(29,0,11,8)
C29M0Y11K8 
(29%,0%,11%,8%)
(0.29/0.00/0.11/0.08)	

CMYK percentages

%29.06
%0
%11.11
%8.24

Codes

Color #A6EAD0 in popluar color models

A6EAD0
RGB166234208
HSL157°61.82%78.43%
HSB/HSV157°29.06%91.76%
CMYK29.06%0.00%11.11%
8.24%

Color #A6EAD0 in popluar number systems.

HEXA6EAD0
Decimal166234208
Binary101001101110101011010000
Octal246352320

Shades and tints

Shades of #A6EAD0

#A6EAD0
(166,234,208)
#97D5BE
(151,213,190)
#88C0AC
(136,192,172)
#79AB9A
(121,171,154)
#6A9688
(106,150,136)
#5B8176
(91,129,118)
#4C6C64
(76,108,100)
#3D5752
(61,87,82)
#2E4240
(46,66,64)
#1F2D2E
(31,45,46)
#10181C
(16,24,28)
#000000
(0,0,0)

Tints of #A6EAD0

#A6EAD0
(166,234,208)
#AEEBD4
(174,235,212)
#B6ECD8
(182,236,216)
#BEEDDC
(190,237,220)
#C6EEE0
(198,238,224)
#CEEFE4
(206,239,228)
#D6F0E8
(214,240,232)
#DEF1EC
(222,241,236)
#E6F2F0
(230,242,240)
#EEF3F4
(238,243,244)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EAD0; }

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

This text font color is #A6EAD0.


Background Color

.myBgColor { background-color: #A6EAD0; }

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

This div background color is #A6EAD0.


Border color

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

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

This div border color is #A6EAD0.


Opacity

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

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

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

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

This text has shadow with #A6EAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EAD0 on black background.


Color preview on white background

This text has color #A6EAD0 on white background.



Black color preview on #A6EAD0 background

This text has black color on #A6EAD0 background.


White color preview on #A6EAD0 background

This text has white color on #A6EAD0 background.