COLOR #A6EFD6

HEX: #A6EFD6 RGB: (166,239,214)

Color info

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

RGB color model

#A6EFD6 color RGB value is (166,239,214).

RGB: (166,239,214) (65%, 94%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 239 of 255 = 94%
B 214 of 255 = 84%

166
239
214

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

Portions of RGB colors in percentages

R + G + B = 166 + 239 + 214 = 619 (100%)
R 166 of 619 ~ 26.82%
G 239 of 619 ~ 38.61%
B 214 of 619 ~ 34.57'%

%26.82
%38.61
%34.57

CMYK color model

#A6EFD6 color CMYK value is (31,0,10,6).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%

CMYK: (31,0,10,6)
C31M0Y10K6 (31%, 0%, 10%, 6%)
(0.31 / 0.00 / 0.10 / 0.06)

CMYK percentages

%30.54
%0
%10.46
%6.27

Codes

Color #A6EFD6 in popluar color models

A6 EF D6
RGB 166 239 214
HSL 159° 69.52% 79.41%
HSB/HSV 159° 30.54% 93.73%
CMYK 30.54% 0.00% 10.46%
6.27%

Color #A6EFD6 in popluar number systems.

HEX A6 EF D6
Decimal 166 239 214
Binary 10100110 11101111 11010110
Octal 246 357 326

Shades and tints

Shades of #A6EFD6

#A6EFD6
(166,239,214)
#97DAC3
(151,218,195)
#88C5B0
(136,197,176)
#79B09D
(121,176,157)
#6A9B8A
(106,155,138)
#5B8677
(91,134,119)
#4C7164
(76,113,100)
#3D5C51
(61,92,81)
#2E473E
(46,71,62)
#1F322B
(31,50,43)
#101D18
(16,29,24)
#000000
(0,0,0)

Tints of #A6EFD6

#A6EFD6
(166,239,214)
#AEF0D9
(174,240,217)
#B6F1DC
(182,241,220)
#BEF2DF
(190,242,223)
#C6F3E2
(198,243,226)
#CEF4E5
(206,244,229)
#D6F5E8
(214,245,232)
#DEF6EB
(222,246,235)
#E6F7EE
(230,247,238)
#EEF8F1
(238,248,241)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EFD6; }

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

This text font color is #A6EFD6.

Background Color

.myBgColor { background-color: #A6EFD6; }

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

This div background color is #A6EFD6.

Border color

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

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

This div border color is #A6EFD6.

Opacity

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

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

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

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

This text has shadow with #A6EFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6EFD6.

Preview

Color preview on black background

This text has color #A6EFD6 on black background.


Color preview on white background

This text has color #A6EFD6 on white background.


Black color preview on #A6EFD6 background

This text has black color on #A6EFD6 background.


White color preview on #A6EFD6 background

This text has white color on #A6EFD6 background.


Related colors

Complementary color

Complementary color for #hex is #591029.


I love getcolorcode.com

Triadic colors

1 #D6A6EF and #EFD6A6 with #A6EFD6 are triadic colors.

2 #D6EFA6 and #EFA6D6 with #A6EFD6 are triadic colors.