COLOR #A6EEC6

HEX: #A6EEC6 RGB: (166,238,198)

Color info

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

RGB color model

#A6EEC6 color RGB value is (166,238,198).

RGB: (166,238,198) (65%, 93%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 198 of 255 = 78%

166
238
198

R + G + B ~ 79%. #A6EEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 238 + 198 = 602 (100%)
R 166 of 602 ~ 27.57%
G 238 of 602 ~ 39.53%
B 198 of 602 ~ 32.89'%

%27.57
%39.53
%32.89

CMYK color model

#A6EEC6 color CMYK value is (30,0,17,7).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%

CMYK: (30,0,17,7)
C30M0Y17K7 (30%, 0%, 17%, 7%)
(0.30 / 0.00 / 0.17 / 0.07)

CMYK percentages

%30.25
%0
%16.81
%6.67

Codes

Color #A6EEC6 in popluar color models

A6 EE C6
RGB 166 238 198
HSL 147° 67.92% 79.22%
HSB/HSV 147° 30.25% 93.33%
CMYK 30.25% 0.00% 16.81%
6.67%

Color #A6EEC6 in popluar number systems.

HEX A6 EE C6
Decimal 166 238 198
Binary 10100110 11101110 11000110
Octal 246 356 306

Shades and tints

Shades of #A6EEC6

#A6EEC6
(166,238,198)
#97D9B4
(151,217,180)
#88C4A2
(136,196,162)
#79AF90
(121,175,144)
#6A9A7E
(106,154,126)
#5B856C
(91,133,108)
#4C705A
(76,112,90)
#3D5B48
(61,91,72)
#2E4636
(46,70,54)
#1F3124
(31,49,36)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #A6EEC6

#A6EEC6
(166,238,198)
#AEEFCB
(174,239,203)
#B6F0D0
(182,240,208)
#BEF1D5
(190,241,213)
#C6F2DA
(198,242,218)
#CEF3DF
(206,243,223)
#D6F4E4
(214,244,228)
#DEF5E9
(222,245,233)
#E6F6EE
(230,246,238)
#EEF7F3
(238,247,243)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EEC6 color. Also use rgb(166,238,198) instead hex code.

Text Font Color

.myTextColor { color: #A6EEC6; }

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

This text font color is #A6EEC6.

Background Color

.myBgColor { background-color: #A6EEC6; }

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

This div background color is #A6EEC6.

Border color

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

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

This div border color is #A6EEC6.

Opacity

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

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

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

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

This text has shadow with #A6EEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6EEC6.

Preview

Color preview on black background

This text has color #A6EEC6 on black background.


Color preview on white background

This text has color #A6EEC6 on white background.


Black color preview on #A6EEC6 background

This text has black color on #A6EEC6 background.


White color preview on #A6EEC6 background

This text has white color on #A6EEC6 background.


Related colors

Complementary color

Complementary color for #hex is #591139.


I love getcolorcode.com

Triadic colors

1 #C6A6EE and #EEC6A6 with #A6EEC6 are triadic colors.

2 #C6EEA6 and #EEA6C6 with #A6EEC6 are triadic colors.