COLOR #A6EFE3

HEX: #A6EFE3
RGB: (166,239,227)

Color info

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

RGB color model

#A6EFE3 color RGB value is (166,239,227).

  • red value is 166;
  • green value is 239;
  • blue value is 227.
RGB:
(166,239,227)
(65%,94%,89%)

RGB channels and saturation

R 166 of 255 = 65%
G 239 of 255 = 94%
B 227 of 255 = 89%

166
239
227

R + G + B ~ 83%. #A6EFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 239 + 227 = 632 (100%)
R 166 of 632 ~ 26.27%
G 239 of 632 ~ 37.82%
B 227 of 632 ~ 35.92%

%26.27
%37.82
%35.92

CMYK color model

#A6EFE3 color CMYK value is (31,0,5,6).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(31,0,5,6)
C31M0Y5K6 
(31%,0%,5%,6%)
(0.31/0.00/0.05/0.06)	

CMYK percentages

%30.54
%0
%5.02
%6.27

Codes

Color #A6EFE3 in popluar color models

A6EFE3
RGB166239227
HSL170°69.52%79.41%
HSB/HSV170°30.54%93.73%
CMYK30.54%0.00%5.02%
6.27%

Color #A6EFE3 in popluar number systems.

HEXA6EFE3
Decimal166239227
Binary101001101110111111100011
Octal246357343

Shades and tints

Shades of #A6EFE3

#A6EFE3
(166,239,227)
#97DACF
(151,218,207)
#88C5BB
(136,197,187)
#79B0A7
(121,176,167)
#6A9B93
(106,155,147)
#5B867F
(91,134,127)
#4C716B
(76,113,107)
#3D5C57
(61,92,87)
#2E4743
(46,71,67)
#1F322F
(31,50,47)
#101D1B
(16,29,27)
#000000
(0,0,0)

Tints of #A6EFE3

#A6EFE3
(166,239,227)
#AEF0E5
(174,240,229)
#B6F1E7
(182,241,231)
#BEF2E9
(190,242,233)
#C6F3EB
(198,243,235)
#CEF4ED
(206,244,237)
#D6F5EF
(214,245,239)
#DEF6F1
(222,246,241)
#E6F7F3
(230,247,243)
#EEF8F5
(238,248,245)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6EFE3; }

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

This text font color is #A6EFE3.


Background Color

.myBgColor { background-color: #A6EFE3; }

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

This div background color is #A6EFE3.


Border color

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

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

This div border color is #A6EFE3.


Opacity

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

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

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

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

This text has shadow with #A6EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EFE3 on black background.


Color preview on white background

This text has color #A6EFE3 on white background.



Black color preview on #A6EFE3 background

This text has black color on #A6EFE3 background.


White color preview on #A6EFE3 background

This text has white color on #A6EFE3 background.