COLOR #A6EFD7

HEX: #A6EFD7 RGB: (166,239,215)

Color info

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

RGB color model

#A6EFD7 color RGB value is (166,239,215).

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

RGB channels and saturation

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

166
239
215

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

Portions of RGB colors in percentages

R + G + B = 166 + 239 + 215 = 620 (100%)
R 166 of 620 ~ 26.77%
G 239 of 620 ~ 38.55%
B 215 of 620 ~ 34.68'%

%26.77
%38.55
%34.68

CMYK color model

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

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • 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.04
%6.27

Codes

Color #A6EFD7 in popluar color models

A6 EF D7
RGB 166 239 215
HSL 160° 69.52% 79.41%
HSB/HSV 160° 30.54% 93.73%
CMYK 30.54% 0.00% 10.04%
6.27%

Color #A6EFD7 in popluar number systems.

HEX A6 EF D7
Decimal 166 239 215
Binary 10100110 11101111 11010111
Octal 246 357 327

Shades and tints

Shades of #A6EFD7

#A6EFD7
(166,239,215)
#97DAC4
(151,218,196)
#88C5B1
(136,197,177)
#79B09E
(121,176,158)
#6A9B8B
(106,155,139)
#5B8678
(91,134,120)
#4C7165
(76,113,101)
#3D5C52
(61,92,82)
#2E473F
(46,71,63)
#1F322C
(31,50,44)
#101D19
(16,29,25)
#000000
(0,0,0)

Tints of #A6EFD7

#A6EFD7
(166,239,215)
#AEF0DA
(174,240,218)
#B6F1DD
(182,241,221)
#BEF2E0
(190,242,224)
#C6F3E3
(198,243,227)
#CEF4E6
(206,244,230)
#D6F5E9
(214,245,233)
#DEF6EC
(222,246,236)
#E6F7EF
(230,247,239)
#EEF8F2
(238,248,242)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EFD7; }

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

This text font color is #A6EFD7.

Background Color

.myBgColor { background-color: #A6EFD7; }

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

This div background color is #A6EFD7.

Border color

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

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

This div border color is #A6EFD7.

Opacity

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

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

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

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

This text has shadow with #A6EFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6EFD7.

Preview

Color preview on black background

This text has color #A6EFD7 on black background.


Color preview on white background

This text has color #A6EFD7 on white background.


Black color preview on #A6EFD7 background

This text has black color on #A6EFD7 background.


White color preview on #A6EFD7 background

This text has white color on #A6EFD7 background.


Related colors

Complementary color

Complementary color for #hex is #591028.


I love getcolorcode.com

Triadic colors

1 #D7A6EF and #EFD7A6 with #A6EFD7 are triadic colors.

2 #D7EFA6 and #EFA6D7 with #A6EFD7 are triadic colors.